Create a backup image of the NX module flashed

is it possible to create a backup image of the NX module flashed om the emmc? I’m trying to use the L4T Jetpack flash script:

sudo ./flash.sh -r -k APP -G backup-floyd.img mmcblk0p1

but it errors out when dealing with the BCT. Is this because of the custom drivers with the BSP module?

hello venkatraman.bhat,

it looks correct command-line to back-up the system.img.
could you please share the report messages and the errors for referecen,
thanks

1 Like

You are missing the device type. For example:
sudo ./flash.sh -r -k APP -G my_backup.img jetson-tx2 mmcblk0p1
…note this example names a “jetson-tx2” (you’d alter that for your Jetson type)

1 Like

Thanks, I got that. Changing target platform to jetson-xavier-nx-devkit-emmc worked.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.