Back up and Restore System Image on NRU-220S _ JetPack 6.0 Developer Preview
Prerequisites
cd $L4T
sudo tar zxvf nru220_JP60DP_MP_2024-01-09_1835.tar.gzBackup the System Image
sudo su
# update below parameters
export HOST_IP=192.168.1.99
SYS_IMG_RAW=NRU220_20240126_JP60DP
echo u > /proc/sysrq-trigger
# low level backup the whole APP partition (/dev/mmcblk0p1) of AGX Orin
dd if=/dev/mmcblk3p1 | ssh nvidia@$HOST_IP dd of=/e_nvme/$SYS_IMG_RAW.raw status=progress
# After this procedure, you will have a $SYS_IMG_RAW.raw on the root folder(/) host computer
Restore a System Image
PreviousBack up and Restore System Image on NRU-220S _ JetPack 6.0 Production ReleaseNextBack up and Restore System Image on NRU-220S _ JetPack 5.x
Last updated