Jetson OS Backup & Restore
Complete guide for backing up and restoring Jetson OS images on AFE-R750.
Overview
Jetson OS Backup and Recovery allows you to create backup images of your Jetson device and restore them to the same or different Jetson devices.
Part 1: Prepare Host PC
Step 1: Required Hardware
First, prepare the following:
- ✅ X86 Host PC with Ubuntu
22.04or later - ✅ Disk Space: At least
256GiB - ⚠️ Do not use VM - Use physical machine
- ✅ USB Cable: Type-A to Type-C with data capable
- ✅ Jetson Device: AFE-R750 example


Step 2: Prepare Image on Host
Download Image:
- Download the image from AFE-R750/ASR-A701 image download page
- Use sudo permission to extract:
sudo tar zxf AFE-R750_*.tar.gz
Important Notes:
- ❌ Do NOT use
root#or mouse to extract - ✅ Download the same JetPack image version as on Jetson device
Step 3: Install Pre-requisites on Host
After extracting AFE-R750 image, install required packages:
sudo usermod -aG dialout $USER
sudo apt update
sudo ./Linux_for_Tegra/tools/l4t_flash_prerequisites.sh
sudo reboot
Part 2: Put AFE-R750 in Recovery Mode
Step 1: Power Off and Connect
- Shutdown Jetson device first
- Connect USB Type-A to Type-C cable from Host to its FLASH port

Step 2: Open Bottom Cover
Open the bottom cover of AFE-R750 to access recovery pins.

Step 3: Configure Recovery Pins
- Set the RST_RCOVY pin
2to ON position - Press the power button
- AFE-R750 will boot into recovery mode

Step 4: Verify Connection
On Host, open terminal and execute:
lsusb
Verify that AFE-R750 is detected in recovery mode.

Part 3: Backup JetPack
Step 1: Navigate to Image Directory
On Host, enter image folder first:
cd Linux_for_Tegra