Hi all.
After two days messing with this thing, Ive decided to ask for help.
Namely, I have managed to create raw backup of my Jetson nano module (no-SD card version, eMMC only).
I’m having difficulties restoring that same image to that device (for testing purposes).
Command that made the image is: sudo ./flash.sh -r -k APP -G /media/user/Data/nano/backup.img jetson-nano-emmc mmcblk0p1
that worked. Now please, how to restore this same image to that same board.
Jetson is in recovery mode as I can see it with lsusb and it shows up as: ID 0955:7f21 NVidia Corp.
Ive tried: sudo ./flash.sh -r jetson-nano-emmc mmcblk0p1 /media/user/Data/nano/backup.img
and it is a no-go (also goes for many different string but Im to embarrassed to type that sh!t here:) .
Anyway, running this command casts an “Error: Invalid target board - mmcblk0p1”
So basically, I’m having issue restoring my backup to that same device device.
I’m not an developer, so my understanding of certain approaches to this issue is questionable.
Thank you for any pointers and your time.
T.