What are the burning parameters and device tree of nano development kit

  1. Default dtb is flashed into a partition, so changing the file in /boot won’t take effect.

You have to use command like below on host to flash the board.

sudo ./flash.sh -k DTB jetson-nano-devkit-emmc mmcblk0p1

  1. An alternative is adding “FDT” node in side /boot/extlinux/extlinux.conf and assign the dtb location.

Example: