I’m using a Jetson Orin Nano devkit, I’m trying to configure the pinmux using new .dtsi files, but when I try to flash I receive this error:
Traceback (most recent call last):
File "/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py", line 1401, in tegraflash_update_bpmp_dtb
if bpmp_dtb == None and bpmp_dtb_in_layout == None:
UnboundLocalError: local variable 'bpmp_dtb' referenced before assignment
Thanks for looking into this. I do include the quotation marks in my flash command, it is just removed in the in the output log. I directly copied the command you linked, but get the same result. I have included the updated log and included the input command at the top.