Write image to emmc

Hi all,

According to jetson nano, I burned image to sd card and the board works well.
I want to copy the image from sd to internal 16 gb storage emmc (flash) and work without the sd card completely.
I installed the sdk manager and used the flas.sh script for flashing, but the maximum i was able to reach, is to transfer the image to another partition in the sd … (to mmcblk0p1).

How can i move / copy / burn, the image completely on the emmc ?

Best regards,
Ronny.

It sounds you want to do backup from sdcard,right?

Do you want to copy the whole image (including kernel/dtb) or just the APP partition?

Hello WayneWWW,

Thanks for your answer.
No, I’m not interested for backing up, but simply run the os from emmc only, regardless the sd card.
I want to copy everything that need in order to cause to board to works well from emmc, as he worked with the SD card.
I can use this command: sudo ./flash jetson-nano-qspi-sd mmcblk0p1 , but mmcblk0p1 create partition on sd …
what is the name of emmc ?
if I use df - h command, I got /dev/mmcblk0p1 and some tmpfs.
How can I see the INTERNAL flash ??

Thanks.

If this is the dev kit, then it does not have eMMC. The separately purchased commercial modules have eMMC.

I’m understanding.
Thank you very much, linuxdev.