Replies: 1 comment 5 replies
-
You could try using |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am working on making changes to the device tree as per our custom board for Jetson Nano. After some searching I found out that applying the new device tree patch with
$ bitbake -c do_patch linux-tegra
and then compiling the kernel with$ bitbake -f -c do_compile linux-tegra
gives you the .dtb in<kernel-build-dir>/arch/arm64/boot/dts/_ddot_/_ddot_/_ddot_/_ddot_/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-p3449-0000-b00.dtb
.Now I would rather not bitbake the whole image to get the new tegraflash-package as it takes a lot of time. Instead is it possible to use the doflash.sh in the tegraflash archive to flash just the partitions from where the kernel gets its .dtb?
NVIDIA developer guide has this page where they touch on the same. But I am not sure how I can get the newly compiled .dtb in the partition. I tried replacing the
tegra210-p3448-0002-p3449-0000-b00.dtb
in the directory where I extracted the tegraflash archive. But now it doesn't show bootlogs during startup and ssh isn't working. Seems like that isn't the way t do it.Beta Was this translation helpful? Give feedback.
All reactions