I copied the Orin-jetson_agx_orin-pinmux.dtsi file to the <l4t_top>/bootloader/t186ref/BCT/ directory & the Orin-jetson_agx_orin-gpio-default.dtsi file to the <l4t_top>/bootloader/ directory.
** So I dont need to run the pinmux-dts2cfg.py script on the files, like as I did in the XAVIER NX pinmux change process?
After that, I changed the p3701.conf.common file to point to my copied over pinmux & GPIO files like:
#Booting from chain B PINMUX_CONFIG=āOrin-jetson_agx_orin-pinmux.dtsiā; GPIOINT_CONFIG=āOrin-jetson_agx_orin-gpio-default.dtsiā;
What was the original variable filename for the GPIOINT_CONFIG in the p3701.conf.common file?
I changed it to my ādtsiā file and cant remember what the original file used to be? Or can you provide me that original file, without me having to download all the SDK files again?