User Tools

Site Tools


jetson_jetpack_backup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
jetson_jetpack_backup [2016/06/16 16:08] – [Backing Up the Current APP Parition Image] alvaropintadojetson_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 Partition 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 <code> 
-  $ cd /TK1/Linux_for_Tegra_tk1/bootloader </code> 
-    - 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. 
-  - Once in the directory 'bootloader', run this command <code> 
-  $ sudo ./nvflash --read APP clone.img --bl ardbeg/fastboot.bin --go </code> 
-  - 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 <code> 
-  $ cd /TK1/Linux_for_Tegra_tk1/bootloader </code> 
-    - 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. 
-  - Once in the directory 'bootloader', run this command <code> 
-  $ sudo ./nvflash --rawdeviceread 0 3849216 all.img --bl ardbeg/fastboot.bin --go </code> 
-  - 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.1466118526.txt.gz · Last modified: by alvaropintado