0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

JetsonNano超入門2 RDP + CUDAでも

0
Posted at

JetsonNano超入門 からあげさん他著 を読んでJetsonNanoで遊んできます。

WindwosからRDP

Jetson側の設定

  • IPアドレス確認ip a  
  • sudo apt install xrdpをインストール
  • ログイン時に起動するよう設定 echo lxsession > ~/.xsession

Windows側

リモートデスクトップ接続で、 JetsonのIPに接続。

CUDAデモ

リモートのJetsonのデスクトップ LXTerminakl

$ cp -a /usr/local/cuda-10.2/samples/ .
$ cd samples/
$ cd 5_Simulations/
$ cd fluidsGL
make
./fluidsGL

image.png

無事流体シミュレーションっぽい画面が動きました。ぱちぱち
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?