23,776
edits
mNo edit summary |
mNo edit summary |
||
Line 90: | Line 90: | ||
NVIDIA provides a script for flashing the Orin in the Jetpack directory. This script takes two arguments, the '''target board''', and the '''root device''': | NVIDIA provides a script for flashing the Orin in the Jetpack directory. This script takes two arguments, the '''target board''', and the '''root device''': | ||
<br> | <br> | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
Line 97: | Line 96: | ||
--showlogs --network usb0 jetson-orin-nx-devkit internal | --showlogs --network usb0 jetson-orin-nx-devkit internal | ||
</syntaxhighlight> | </syntaxhighlight> | ||
There are four possible options of target board for the Orin NX: | There are four possible options of target board for the Orin NX: | ||
Line 106: | Line 104: | ||
In the following subsections, we are going to use the jetson-orin-nx-devkit configuration to flash the Orin. | In the following subsections, we are going to use the jetson-orin-nx-devkit configuration to flash the Orin. | ||
<br> | <br> | ||
The root device indicates the storage that will be used to boot the Orin, the following options are available: | The root device indicates the storage that will be used to boot the Orin, the following options are available: | ||
Line 118: | Line 115: | ||
* NFS | * NFS | ||
--> | --> | ||