This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jetpack_usage [2016/06/16 16:37] alvaropintado [Using JetPack to Obtain and Restore Images] |
jetpack_usage [2016/06/16 16:38] (current) alvaropintado [Flashing An Image to a Jetson] |
||
---|---|---|---|
Line 44: | Line 44: | ||
- Then run the following command to get to flash an image <code> | - Then run the following command to get to flash an image <code> | ||
sudo ./nvflash --rawdevicewrite 0 3849216 all.img --bl ardbeg/fastboot.bin --go </code> | sudo ./nvflash --rawdevicewrite 0 3849216 all.img --bl ardbeg/fastboot.bin --go </code> | ||
+ | - 'all.img' is the name of the image file you are flashing to the Jetson |