Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:internetofthings:xavier-nx [2022/09/16 19:20] – sscipioni | projects:internetofthings:xavier-nx [2023/02/12 07:50] (current) – removed sscipioni | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== xavier nx ====== | ||
- | |||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | Download docker image ubuntu 20.04 from https:// | ||
- | |||
- | < | ||
- | docker load -i ./ | ||
- | docker tag sdkmanager: | ||
- | </ | ||
- | |||
- | on host install qemu-user-static | ||
- | <code | download> | ||
- | paru -S qemu-user-static | ||
- | </ | ||
- | |||
- | <code | download> | ||
- | # inspect | ||
- | sdkmanager --query | ||
- | |||
- | |||
- | # tegra link | ||
- | ln -s ~/ | ||
- | |||
- | # download | ||
- | sdkmanager --cli downloadonly --logintype devzone --product Jetson --version 5.0.2 --targetos Linux --host --target JETSON_XAVIER_NX_TARGETS --select ' | ||
- | |||
- | |||
- | # build | ||
- | # if error occured reset with | ||
- | # sudo rm -fR ~/nvidia ~/.nvsdkm | ||
- | sdkmanager --cli install --logintype devzone --product Jetson --version 5.0.2 --targetos Linux --host --target JETSON_XAVIER_NX_TARGETS --select ' | ||
- | |||
- | # avoid oem dialog | ||
- | sudo apt install -y wget | ||
- | cd ~/tegra | ||
- | wget https:// | ||
- | sudo ./ | ||
- | |||
- | |||
- | # flash | ||
- | |||
- | </ |