Hi, I rereferred Jetson Orin NX and Nano Series — NVIDIA Jetson Linux Developer Guide 1 documentation developer guide for pinmux changes.
generated
pinmux.dtsi
-
gpio.dtsi
-
padvoltage.dtsi
the for the instruction,
Copy the padvoltage.dtsi and pinmux.dtsi files to the <l4t_top>/bootloader/generic/BCT/ directory and copy the gpio.dtsi file to the <l4t_top>/bootloader/ directory.
-
however with what file I need to replace these files if I want to retain the original files and replace it?
-
a. Copy pinmux.dtsi and padvoltage.dtsi to /Linux_for_Tegra/bootloader/generic/BCT/
b. Copy gpio.dtsi to Linux_for_Tegra/bootloader/Then,
Pinmux file:
#PINMUX_CONFIG=“tegra234-mb1-bct-pinmux-p3767-dp-a03.dtsi”;
Comment above line and add below line or replace with below line
PINMUX_CONFIG=“pinmux.dtsi”;
Pmc config:
#PMC_CONFIG=“tegra234-mb1-bct-padvoltage-p3767-dp-a03.dtsi”;
Comment above line and add below line or replace with below line
PMC_CONFIG=“padvoltage.dtsi”;
Which are the equivalent files for these pinmux.dtsi gpio.dtsi padvoltage.dtsi for orin nano devkit with L4T 36.4.4 ? especially for gpio.dtsi