Hi,
I would like to flash the Xavier SD card module using an initrd command line instead of using the SDK.
I can flash the file system to NVMe with initrd command line but the Xavier module will not boot. This is the command that completes successfully, puts the file system onto the SSD, but does not boot.
sudo tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_nvme.xml -S 232GiB --showlogs --network usb0 p3509-0000+p3668-0000-qspi nvme0n1p1
Can anyone tell me what needs to change in this command so that the Xavier SDcard module boots from NVMe (without any SD card installed)
If I use the SDK, I can flash the Xavier SD card module, without any SD card installed, to the NVMe SSD on a dev kit carrier board. The Xavier SD module boots to NVMe without any problems (without any SD card installed).
regards, rapidproto