Hello experts,
I'm trying to update memory map with PSDKRA/PSDKLA 6.2.
After running gen_linker_mem_map.py, I'm getting below comment:
/*
* IMPORTANT NOTE: Follow below instructions to apply the updated memory map to linux dts/dtso/dtsi files,
*
* 1. Copy the memory sections, from the generated dts file, to the file shown below under reserved_memory: reserved-memory { ... }
* ${LINUX_KERNEL_PATH}/arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi
*
* 2. In file ${LINUX_KERNEL_PATH}/arch/arm64/boot/dts/ti/k3-j721e-auto-common.dtso
* - Remove the fragment@xyz { ... } entries for xyz = 101 to 119
*
* 3. In file ${LINUX_KERNEL_PATH}/arch/arm64/boot/dts/ti/k3-j721e-vision-apps.dtso
* - Remove the &reserved_memory { ... } entry
*
* 4. The entries are removed since the same are updated in k3-j721e-som-p0.dtsi, hence we should not have duplicate outdated one's
*
* 5. Rebuild the dtb, dtbo and use the updated dtb, dtbo files
* - In PSDKLA install directory, doing below should build the dtb and dtbo
* make linux-dtbs
* - Copy the below updated dtb, dtbo files to "boot/" folder in your target linux SD card filesystem
* arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dtb
* arch/arm64/boot/dts/ti/k3-j721e-auto-common.dtbo
* arch/arm64/boot/dts/ti/k3-j721e-vision-apps.dtbo
*/
but I cannot find k3-j721e-auto-common.dtso in step 2.
~/ti-processor-sdk-linux-automotive-j7-evm-06_02_00/board-support/linux-4.19.94+gitAUTOINC+5a23bc00e0-g5a23bc00e0/arch/arm64/boot/dts/ti$ ll k3-j721e*.dtso
-rw-r--r-- 1 1898 Feb 17 18:35 k3-j721e-common-proc-board-infotainment-display-sharing.dtso
-rw-r--r-- 1 4654 Feb 17 18:35 k3-j721e-common-proc-board-infotainment.dtso
-rw-r--r-- 1 2312 Feb 17 18:35 k3-j721e-common-proc-board-jailhouse.dtso
-rw-r--r-- 1 675 Feb 17 18:35 k3-j721e-pcie-backplane.dtso
-rw-r--r-- 1 3143 Feb 17 18:35 k3-j721e-vision-apps.dtso
Could you let me know where I can find it?
Regards,
James