User Tools

Site Tools


jetson_jetpack_backup

This is an old revision of the document!


Backing Up Your Current Jetson Images

Author: Alvaro Pintado Date: Las modified: 06/16/16

Tutorial Prerequisite

This tutorial assumes:

  1. JetPack is installed on host computer
  2. Jetson is in Forced Recovery Mode
  3. 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.

  1. Move yourself into the directory where your Jetpack files are located
  2. Then run the following command to get to the flash program
      $ cd /TK1/Linux_for_Tegra_tk1/bootloader 
    1. Note: This command applies to the TK1 for JetPack 2.1. Location of directory 'bootloader' may change in later versions, simply navigate to it and you should find the program 'nvflash' in it.
  3. Once in the directory 'bootloader', run this command
      $ sudo ./nvflash --read APP clone.img --bl ardbeg/fastboot.bin --go 
  4. 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.

  1. Move yourself into the directory where your Jetpack files are located
  2. Then run the following command to get to the flash program
      $ cd /TK1/Linux_for_Tegra_tk1/bootloader 
    1. Note: This command applies to the TK1 for JetPack 2.1. Location of directory 'bootloader' may change in later versions, simply navigate to it and you should find the program 'nvflash' in it.
  3. Once in the directory 'bootloader', run this command
      $ sudo ./nvflash --rawdeviceread 0 3849216 all.img --bl ardbeg/fastboot.bin --go 
  4. 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.1466118446.txt.gz ยท Last modified: by alvaropintado