I read this document
" Copy the pinmux.dtsi file to the <l4t_top>/bootloader/t186ref/BCT/ directory "
I can not find this directory in /bootloader.
After unzip Jetson_Linux_R36.3.0_aarch64.tbz2 to Linux_for_Tegra,
and extract tegra_linux_sample-root-filesystem_r36.3.0_aarch64.tbz2 to Linux_for_Tegra/rootfs,
i run apply_binaries.sh.
Now i would add pinmux dtsi files, but i can not find folder t186ref.
Folder BCT located in - Linux_for_Tegra/bootloader/generic/ directory.
Should i place pinmux.dtsi to Linux_for_Tegra/bootloader/generic/BCT?
Or am I doing something wrong?
Anower question - file board.conf. As i undestund, i should create this file.
In
https://docs.nvidia.com/jetson/archives/r35.3.1/DeveloperGuide/text/HR/JetsonModuleAdaptationAndBringUp/JetsonAgxOrinSeries.html#flashing-the-build-image
i find example:
source “${LDK_DIR}/p3701.conf.common”;
PINMUX_CONFIG=“tegra234-mb1-bct-pinmux-p3701-0000.dtsi”;
BPFDTB_FILE=tegra234-bpmp-3701-0000-3737-0000.dtb;
DTB_FILE=tegra234-p3701-0000-p3737-0000.dtb;
TBCDTB_FILE=tegra234-p3701-0000-p3737-0000.dtb;
EMMC_BCT=tegra234-p3701-0000-p3737-0000-TE990M-sdram.dts;
MISC_CONFIG=tegra234-mb1-bct-misc-p3701-0000.dts;
I read “After copying the files, ensure that you point these files to the new board.conf file that you created for your board.”
I should change only PINMUX_CONFIG?
Or also add GPIO_CONFIG?
Should i add PMC_CONFIG?
Should I not change the remaining entries?
