Replies: 1 comment 1 reply
-
It's used in the signing functions in
That concatenation happens in the python scripts - specifically,
Adding it as a flashvar and updating the helper to use it if it's present (and perhaps defaulting to using the kernel DTB if not) sounds like the right approach. I think that will cover both the flashing case and the BUP generation case. |
Beta Was this translation helpful? Give feedback.
-
I'm working with an Orin AGX on r35.3.1, and unfortunately I need to have a slightly different device tree for the bootloader versus the OS. With L4T I can do this by setting the
TBCDTB_FILE
variable. But from looking atflashvars
andtegra234-flash-helper.sh
it seems like it's hard-coded to use the Linux device tree. I can see this line in the flash helper:tbcdtbfilename="$dtb_file"
but thentbcdtbfilename
seems to not be used. So my questions are:tegra234-flash-helper.sh
in order to optionally have a different device tree for the bootloader? I'm a bit lost with exactly whereuefi_jetson_with_dtb.bin
gets generated. ShouldTBCDTB_FILE
be added toflashvars
and propagate it through that way, or just modify the flash helper?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions