I’m working with a Jetson TK1 running L4T R21.5, and I’m currently facing an issue with the onboard eMMC (SDMMC4). The eMMC seems to have failed completely and is now inaccessible.
During flashing, I received the following error:
bootloader status: fatal failure to read/write to mass storage (code: 9)
message: nverror:0xa000e (0xa000e) Nv3pGetDeviceInfo 793 flags: 0
From my understanding, the BootROM on the TK1 platform expects to read the BCT and U-Boot from the eMMC (SDMMC4) during the early boot stages.
My Question:
Is there any way to boot the Jetson TK1 directly from the SD card (SDMMC3) instead of the onboard eMMC?
I would greatly appreciate any guidance, bootloader configuration tips, or hardware-level insights that could help me work around this issue without relying on the faulty eMMC.