using the flash script from the L4T Release package, I duly followed all instructions :-
$ sudo tar xpf Tegra186_Linux_R32.5.1_aarch64.tbz2
$ cd Linux_for_Tegra/rootfs/
$ sudo tar xpf …/…/Tegra_Linux_Sample-Root-Filesystem_R32.5.1_aarch64.tbz2
$ cd …/
$ sudo ./apply_binaries.sh
Installing DTB
Step 1: Update DTB
Replace the DTB file under “Linux_for_Tegra/kernel/dtb” on your Linux host
by the file in "bin/kernel/ " in release package.
⚫ Jetson AGX Xavier
sudo cp tegra194-p2888-0001-p2822-0000.dtb
Linux_for_Tegra/kernel/dtb/
Step 2: Put Jetson developer kit into “Force Recovery Mode”
Please refer to the quick start guide for how to into “Force Recovery Mode”.
Step 3: Flash the DTB
⚫ Jetson AGX Xavier
cd Linux_for_Tegra/
sudo ./flash.sh -k kernel-dtb jetson-xavier mmcblk0p1
If flash the dtb file successfully, the log should be like below.
*** The [DTB] has been updated successfully. ***
I am getting this dtb updated successfully message as well . I’ve put the UART log for your reference in the first post.
Remove the “quiet” in your /boot/extlinux/extlinux.conf, so that uart log will print the full kerne log. Currently, the kernel log is not fully enabled.
Use /proc/device-tree on your device to check if your change is there or not.
And what did you replace in below step? Where did you copy the dtb file?
Step 1: Update DTB
Replace the DTB file under “Linux_for_Tegra/kernel/dtb” on your Linux host
by the file in "bin/kernel/ " in release package.
⚫ Jetson AGX Xavier
sudo cp tegra194-p2888-0001-p2822-0000.dtb
Linux_for_Tegra/kernel/dtb/
I download the L4T package on the host Computer , I update the dtb file on my host with the dtb provided by camera provider. ( Camera provide gave me a custom dtb , which I am replacing )
I put the Jetson AGX Xavier in force-recovery connect over usb port and see that it is recognised .
Than from my host , I flash the Jetson-xavier mmcblk0p1 ( which I believe is the internal Storage).
Please point me in the right direction , where I am making the mistake ? Last year using the same method ,I got the camera running on L4t 32.4.3 , That time you guided me !!
I am more than happy to learn more and correct, if you can please point me in the right direction , where am i going wrong.
/proc/device-tree is a node on your jetson, it is not “on emmc” or “on ssd”. If you system boots up, then it will have this path.
This path is the whole device tree structure. It is not related to /dev/video0 or /dev/video1. Just like your any arbitrary ubuntu host will have /proc node on it. No matter it is jetson or other x86 host.
What is the “dtb” provided by the camera vendor? What is it file name?
I download the L4T package on the host Computer , I update the dtb file on my host with the dtb provided by camera provider.