Hello,
I flashed the Orin Nano Devkit with an SD plugged in with the following cfg: flash_t234_qspi_sd.xml
The following command was used:
sudo ./flash.sh -S 12GiB jetson-orin-nano-devkit mmcblk0p1
[ 10.736852] Run /init as init process
[ 10.756842] Root device found: mmcblk0p1
[ 11.194347] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[ 11.581220] mmc1: new ultra high speed SDR104 SDXC card at address aaaa
[ 11.588501] mmcblk1: mmc1:aaaa SR64G 59.5 GiB
[ 11.735088] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 20.891930] ERROR: mmcblk0p1 not found
Looks like the sd card path is changed right before booting?
What could be wrong?