I’ve bought the jetson nano vers. b01. Actually I’m trying to emulate windows 10 arm. To do that I need to use a special dtb file created by a guy on this forum. This is my extlinux.conf
LABEL primary
MENU LABEL primary kernel
LINUX /boot/Image_kvm
INITRD /boot/initrd
APPEND ${cbootargs}
as u can see,I don’t use any DTB file and the nano can boot properly. But if I try to use any DTB file that are saved on the sd card,it won’t boot. I would like to know the reason. And I would like to know if it reads a default DTB file saved somewhere even if I don’t add it on the extlinux.conf file. I don’t understand because there are a lot of people with the same model as mine (B01) and they can boot the board declaring a DTB file,but in my case it does not work. It does not care,it won’t boot with any of these files and with any kernel (if it is a kvm enabled kernel or not it does not care) :
exactly. I have added a custom DTB file on the extlinux file. it means that there are people that are using a custom DTB file on the nano B01 and it works. but for me it does not work. the model of the nano is the same,we are using the same DTB file,but for me it does not work. I’m referring to this thread :
unfortunately at the moment I have no uart connector. you can get the modified DTB file from here :
I’ve got the same result with the latest jetpack installed on ubuntu 18.04 and with the jetpack R32.3.1 installed on the xubuntu 20.04 image. it makes no difference. It stucks on the nvidia logo.
the DTB file has been modified for running with the xubuntu 20.04 where it is installed the jetpack 32.3.1. and I have burned the xubuntu 20.04 image on the ssd. my nano does not support emmc. my nano can accept only ssd cards
give me a link where it explains how to “flash the dtb” ? I don’t understand what to do. usually I flash the img file on the ssd. I never flashed a dtb file.
which file should I replace ? if I have understood correctly,in the folder below there is one file that I should copy and paste on the /boot folder of the nano ? what’s the name ?