Jetson Xavier nx production kit boot from sd card issue(reboot.. continue)

Hello @haihui.pang,

Please try the following:

  1. Flash your eMMC device with the base image (prior to loading your application) and boot the Jetson
  2. Insert the SD Card, format it and create an ext4 partition
  3. Mount your SD card and copy the rootfs into it (for example, like in this post linked here)
  4. Change the extlinux.conf file under /boot/extlinux. In the APPEND entry, replace root=/dev/mmcblk0p1 by your SD card partition.
  5. Reboot

By then, the bootloader should be able to boot from the SD Card so you can the load your application.