How to change device tree and flash jetson

So i need to change device tree and to make some changes in BTC and i follow the steps:

  1. Download Linux_for_Tegra, kernel source and sample rootfs from this link https://developer.nvidia.com/embedded/linux-tegra-r3271
  2. I extracted rootfs to Linux_for_tegra/rootfs
  3. Make chnges in one of the .dtsi
  4. ./nvbuild.sh -o $HOME/Desktop/kernel_out/ and copy *.dtb *.dtbo and Image to Linux_for_Tegra dir
  5. sudo ./apply_binaries.sh
  6. sudo ./flash.sh jetson-xavier-nx-devkit-emmc mmcblk0p1

When the flashing process done, jetson starts with defoult device tree without any of changes.

So what am i doing wrong?

hello Ivanastry,

please check developer guide, you may refer to CBoot session.
it’s Cboot functionality of [Kernel Boot Sequence Using extlinux.conf],
you may modify extlinux.conf to add FDT entry for loading kernel-dtb binary file from file system.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.