Unable to boot Jetson Nano Devkit r32.5.0 branch tegra-demo-distro #671
-
I tried to deploy the demo-image-base using commit 60e217fb92bb99cb26403a2737b87662ac93c50a (HEAD -> dunfell-l4t-r32.5.0, origin/dunfell-l4t-r32.5.0). I built using: cd tegra-demo-distro
. ./setup-env --machine jetson-nano-devkit
MACHINE=jetson-nano-devkit bitbake demo-image-base I then flashed the SD card on my Linux host via: cd tmp/deploy/images/jetson-nano-devkit
tar -xvf demo-image-base-jetson-nano-devkit.tegraflash.tar.gz
./dosdcard.sh
sudo dd if=demo-image-base.sdcard of=/dev/sdd bs=10M status=progress I ran into the following problem:
With this fix, I was able to build, deploy and bring up the Jetson Nano devkit. I wonder if I am doing something wrong, or using this repo in the wrong way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Hey @pgiangrossi I think you missed some steps in the build image process. You don't need the cmd
In case of updating the
|
Beta Was this translation helpful? Give feedback.
Hey @pgiangrossi
I think you missed some steps in the build image process.
You don't need the cmd
$ sudo dd if=demo-image-base.sdcard of=/dev/sdd bs=10M status=progress
to flash the SDcard because the scriptdosdcard.sh
already done this for you.