Back up and Restore System Image on NRU-220S _ JetPack 6.0 Production Release
Prerequisites
cd $L4T
sudo tar zxpvf nru220_JP60PROD_MP_2024-07-04_1629.tar.gztime sudo ./flash.sh --no-flash nru220-jao32 internalBackup the System Image
# install CUDA and ACPID
cd /usr/src/nru
sudo ./install.sh
# wait for 20 mins
# reboot
sudo su
# update below parameters
export HOST_IP=192.168.1.67
SYS_IMG_RAW=NRU220_20240704_JP60_PROD
echo u > /proc/sysrq-trigger
# low level backup the whole APP partition (/dev/mmcblk0p1) of AGX Orin
dd if=/dev/mmcblk0p1 | 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
PreviousReflash NRU-220S with JetPack 5.1.1NextBack up and Restore System Image on NRU-220S _ JetPack 6.0 Developer Preview
Last updated