This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Ti.
We are checking the 2GByte DDR RAM.
as i know, the 2GByte DDR Ram will used the below address range.
memory@80000000 {
device_type = "memory";
/* 4G RAM */
//reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
// <0x00000008 0x80000000 0x00000000 0x80000000>;
/* 2G RAM */
reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
};
so, I modified and run the gen_linker_mem_map.ps (I will attached thatgen_linker_mem_map.ps file).
and, I applied the below file.
-. ti-processor-sdk-linux-j7-evm-07_03_00_05/board-support/linux-5.4.106+gitAUTOINC+023faefa70-g023faefa70/arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi
-. ti-processor-sdk-linux-j7-evm-07_03_00_05/board-support/linux-5.4.106+gitAUTOINC+023faefa70-g023faefa70/arch/arm64/boot/dts/ti/k3-j721e-rtos-memory-map.dtsi
that result is the linux and the others was booting and the run_app_single_cam.sh is working.
but, the run_app_tidl_od.sh is not work.
Can you check the attached gen_linker_mem_map.ps?
and, can i get the sample gen_linker_mem_map.ps for 2GByte DDR.
thank you.