Replies: 1 comment
-
|
When you say you're switching between SDcard and eMMC, are you using different Xavier NX modules? The Xavier NX development kit comes with a specific module that has an SDcard slot on it, and no eMMC. It's unique to the development kit; the commercial modules have an eMMC and no built-in SDcard slot. Those are different machine configurations in the layer, so make sure you're using the right one for your builds, based on the module SKU. Otherwise, you can do some verification of the SDcard on your host after you've written it - check its partition table, run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to boot my Nvidia Jetson Xavier Nx Dev Kit Jetson 4.6.4 using the SD Card approach. I have it working with the EMMC but the SD Card is giving me trouble. I should not that I'm using Yocto to build the image.
Whenever I boot from the SD Card I get the following statements:
I changed my local.conf to add the following lines:
I visited RidgeRun's site: here
I've tried using both doFlash.sh (with and without --spi-only) and dosdcard.sh and getting the same results as stated above.
For writing the card, I have also tried Etcher instead of dosdcard.sh
Again, if I change it back to the EMMC everything works. Really scratching my head here.
Any Help would be welcome.
Beta Was this translation helpful? Give feedback.
All reactions