Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lwc:hardware:jetson [2025/01/04 16:25] – John Harrison | lwc:hardware:jetson [2025/03/05 17:12] (current) – [misc] John Harrison | ||
---|---|---|---|
Line 3: | Line 3: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | * [[https:// | ||
+ | |||
+ | ==== seeedstudio reComputer 3011 and 4012 (and probably others) ==== | ||
+ | * do not try to update with seeedstudio' | ||
+ | * instead use sdkmanager from nvidia: | ||
+ | * do manual install. Automatic will try to update the seeedstudio stuff which will fail | ||
+ | * manual install requires forced recovery mode which requires a USB connection | ||
+ | * to do forced recovery with unit unplugged: | ||
+ | * use a paper clip to press the recovery button | ||
+ | * while pressing the recovery button apply power | ||
+ | * attach USB cable to " | ||
+ | * 1/2 way through the install process, sdkmanager will want to reconfirm/ | ||
+ | * at that point I switched to ethernet as both units were connected to my router. I'm not sure if sticking with usb might have worked or would have been faster | ||
+ | |||
+ | ==== Installing pyTorch ==== | ||
+ | //corrected from: [[https:// | ||
+ | * install '' | ||
+ | * get version of CUDA: '' | ||
+ | * install '' | ||
+ | < | ||
+ | wget raw.githubusercontent.com/ | ||
+ | sudo -s # set CUDA version and install as root | ||
+ | export CUDA_VERSION=12.1 # as an example. Use the version returned from '' | ||
+ | bash ./ | ||
+ | </ | ||
+ | * install correct numpy version: '' | ||
+ | * download correct version of pytorch for jetpack version. Search for it at [[https:// | ||
+ | < | ||
+ | sudo pip3 install --no-cache http://< | ||
+ | </ | ||
+ | |||
+ | ==== misc ==== | ||
+ | * [[https:// | ||
+ | * if '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * you can get rid of the warning '' |