jetson_jetpack_backup
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
jetson_jetpack_backup [2016/06/16 16:08] – [Backing Up Your Current Jetson Images] alvaropintado | jetson_jetpack_backup [2016/06/16 16:26] (current) – removed alvaropintado | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Backing Up Your Current Jetson Setup ===== | ||
- | |||
- | **Author:** Alvaro Pintado | ||
- | **Date:** Las modified: 06/16/16 | ||
- | |||
- | ==== Tutorial Prerequisite ==== | ||
- | |||
- | This tutorial assumes: | ||
- | |||
- | - JetPack is installed on host computer | ||
- | - Jetson is in Forced Recovery Mode | ||
- | - Jetson is connected to appropriate host computer via USB-B | ||
- | |||
- | ==== Backing Up the Current APP Parition Image ==== | ||
- | |||
- | To backup the current image of the Jetson, run the following command in the terminal of your Ubuntu host machine. | ||
- | |||
- | - Move yourself into the directory where your Jetpack files are located | ||
- | - Then run the following command to get to the flash program < | ||
- | $ cd / | ||
- | - Note: This command applies to the TK1 for JetPack 2.1. Location of directory ' | ||
- | - Once in the directory ' | ||
- | $ sudo ./nvflash --read APP clone.img --bl ardbeg/ | ||
- | - This will create a clone.img file that is a clone of the image on your Jetson which you can use as a backup to a state when you know things worked or to distribute to other Jetsons. | ||
- | |||
- | |||
- | |||
- | ==== Backing Up the Current Disk Image ==== | ||
- | |||
- | To backup the current disk image of the Jetson, run the following command in the terminal of your Ubuntu host machine. | ||
- | |||
- | - Move yourself into the directory where your Jetpack files are located | ||
- | - Then run the following command to get to the flash program < | ||
- | $ cd / | ||
- | - Note: This command applies to the TK1 for JetPack 2.1. Location of directory ' | ||
- | - Once in the directory ' | ||
- | $ sudo ./nvflash --rawdeviceread 0 3849216 all.img --bl ardbeg/ | ||
- | - This will create a system.img file that is a copy of the disk image on your Jetson which you can use as a backup to a state when you know things worked or to distribute to other Jetsons. | ||
jetson_jetpack_backup.1466118491.txt.gz · Last modified: by alvaropintado