Nvme SSD Clone

Hello

We have succeeded in ORIN NX SSD CLONE through NVME SSD CLONE equipment.

equipment:

Then I take out the module and try to check it, but it doesn’t boot.

Can you tell me what’s the problem?

Hi,

so the SSD is inserted into a brand new module? That way, please first flash the bootloader stuff into the device, or it will not boot up even though the SSD is working, just like in your case

sudo ./flash.sh -c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
--no-systemimg jetson-orin-nano-devkit nvme0n1p1

In case you are using the Xavier NX DevKit as the carrier board

sudo ./flash.sh -c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
--no-systemimg p3509-a02+p3767-0000 nvme0n1p1

Hi @DaveYYY

I used the new module as you said, and used the inform command, but the following error message came out

Please put the full log here.

Here is log

result.txt (77.3 KB)

Thanks, then can you please try again with this?

sudo ./tools/kernel_flash/l4t_initrd_flash.sh -p "--no-systemimg -c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
--network usb0 p3509-a02+p3767-0000 nvme0n1p1
1 Like

Thank you @DaveYYY it is work

1 Like

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