Replies: 2 comments 4 replies
-
You should get better results if you have the |
Beta Was this translation helpful? Give feedback.
-
I have used ./dosdcard.sh to create the SD card image file. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have built the yocto image for Jetson Xavier NX dev kit (using SD card)
git clone -b honister https://github.com/OE4T/tegra-demo-distro.git
cd tegra-demo-distro/
git branch -a
git submodule update --init
. ./setup-env --machine jetson-xavier-nx-devkit
bitbake demo-image-full
I flashed it using
sudo ./doflash.sh
The flashing was successful.
But after flashing the board does not boot.
I also tried by preparing the SD card image using
$ ./dosdcard.sh
Then write the SD card with the above SD card image, using dd command. But it did not boot.
ref page: https://github.com/OE4T/meta-tegra/wiki/Flashing-the-Jetson-Dev-Kit
I have not customized anything. Just built and trying the same to boot.
What should be checked on this?
Thanks,
jk
Beta Was this translation helpful? Give feedback.
All reactions