Skip to content

Unable to boot Jetson Nano Devkit r32.5.0 branch tegra-demo-distro #671

Answered by ichergui
pgiangrossi asked this question in Q&A
Discussion options

You must be logged in to vote

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 script dosdcard.sh already done this for you.

  • Here the instructions:
$ git clone https://github.com/OE4T/tegra-demo-distro.git
$ cd tegra-demo-distro
$ git checkout origin/dunfell-l4t-r32.5.0 -b dunfell-l4t-r32.5.0
$ git submodule update --init --recursive 
$ unset NVIDIA_DEVNET_MIRROR                                    
$ export NVIDIA_DEVNET_MIRROR="/PATH/TO/JETPACK_4.5/nvidia/sdkm_downloads"
$ . ./setup-env --machine jetson-nano-devkit --distro tegrademo build_jetson_nano
$ bitbake demo…

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@pgiangrossi
Comment options

@ichergui
Comment options

@ichergui
Comment options

@pgiangrossi
Comment options

@ichergui
Comment options

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