I have an A206 Jetson Xavier NX Carrier board
Following this guide: A20X Carrier Board - Seeed Wiki
I was able to flash the 16GB EMMC. The A206 comes with a NVME drive, in my case, 128GB of storage.
I’d like to boot from the NVME, since the EMMC is not large enough for the SDK components we’re using. The above guide recommends using the jetsonhacks/rootonNVME script, from a repo that hasn’t been maintained for 2 years. Here: GitHub - jetsonhacks/rootOnNVMe: Switch the rootfs to a NVMe SSD on the Jetson Xavier NX and Jetson AGX Xavier
Since then, the NVIDIA SDK allows for NVME flashing directly in the utility. When I use that feature, the NVME seems to complete a flash, but upon boot, the A206 will not complete a boot. The Nvidia SDK continues to “wait for boot”, with a black screen and a single white blinking cursor.
I tried flashing from the command line, using NVIDIAs flash.sh script. I flashed both the EMMC and NVME successfuuly, according to the script, but the A206 will not boot (black screen).
In all cases, I jump pins 3-4 to enter manual flash mode, flash the disk, then remove the pin on bootup. Still, a blank screen.
This forum post mentions removing a resistor on the A206 when using an Xavier NX with this board. Is that a requirement? Will that help in my scenario?
Will the A206 support booting from the NVME with Nvidia’s SDK Manager? The store page mentions the board is nearly identical to Nvidia’s Xavier Development Kit board.
Thanks for your support.