Skip to content

Unable to boot Jetson Xavier NX Devkit from SD card #106

Answered by madisongh
NavSriv asked this question in Q&A
Discussion options

You must be logged in to vote

If you mean that the device is still booting from the SSD (or NVMe drive), there are a couple of reasons that could happen.

One is the UEFI bootloader's boot order, which by default puts SSDs/NVME drives before SD/eMMC. You can modify behavior that it in the UEFI boot manager settings.

The other is the boot script we provide in the minimal initramfs, which by default just searches for a partition called APP to boot from. If you have multiple drives with an APP partition (which you would, if you flashed twice to two different storage devices, without erasing one of the drives), the selection of the storage device is not deterministic. You can modify this behavior adding KERNEL_ARGS:append …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@NavSriv
Comment options

@dwalkes
Comment options

@NavSriv
Comment options

@madisongh
Comment options

Answer selected by NavSriv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants