suen
March 24, 2020, 1:35pm
1
Hello
I have flashed my Jetson Nano Developer Kit (new version) with nv-jetson-nano-sd-card-image-r32.3.1
,reference the Configuring the 40-pin Expansion Header :
sudo find /opt/nvidia/jetson-io/ -mindepth 1 -maxdepth 1 -type d -exec touch {}/__init__.py \;
sudo /opt/nvidia/jetson-io/jetson-io.py
but the ‘Main Screen’ crash in splash screen.
suen
March 25, 2020, 10:34am
4
it’s solved:
$ sudo mkdir /boot/dtb
$ sudo cp -v /boot/tegra210-p3448-0000-p3449-0000-[ab]0[012].dtb /boot/dtb/
1 Like
Hi,
I am wondering why do you need to mkdir dtb directory manually. It should exist by default.
Is it not there?
suen
March 25, 2020, 1:20pm
7
I really don’t know ,but it works.
Hi,
I think you better figuring this out or maybe you will have other thing missing in rootfs too.