Configuring the 40-pin Expansion Header Failed

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.

+1

it’s solved:

$ sudo mkdir /boot/dtb
$ sudo cp -v /boot/tegra210-p3448-0000-p3449-0000-[ab]0[012].dtb /boot/dtb/

1 Like

it’s works, thank you

Hi,
I am wondering why do you need to mkdir dtb directory manually. It should exist by default.
Is it not there?

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.