So i need to change device tree and to make some changes in BTC and i follow the steps:
- Download Linux_for_Tegra, kernel source and sample rootfs from this link https://developer.nvidia.com/embedded/linux-tegra-r3271
- I extracted rootfs to Linux_for_tegra/rootfs
- Make chnges in one of the .dtsi
- ./nvbuild.sh -o $HOME/Desktop/kernel_out/ and copy *.dtb *.dtbo and Image to Linux_for_Tegra dir
- sudo ./apply_binaries.sh
- 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?