HI, TI Teams:
software version: ti-processor-sdk-rtos-j721e-evm-07_03_00_07
OS: QNX
According to ti-processor-sdk-rtos-j721e-evm-07_03_00_07/vision_apps/apps/basic_demos/app_tirtos/tirtos_qnx/gen_linker_mem_map.py file:
116 ddr_mem_addr = 0xa0000000;
117 ddr_mem_size = 1*GB + 448*MB; # Last 64MB is used by Linux
118
119 ddr_mem_addr_hi = 0x100000000;
120 ddr_mem_size_hi = 1*GB;
1. the mcu1_x mcu2_x mcu3_x c66_x c71x memory size total is 2.5G, so the DDR SIZE for QNX system is 4G-2.5G = 1.5G ?
2. exec: "pidin info " command

the picture show the QNX system FreeMem is 2.5G .
QA: FreeMem is 2.5G ,but 4G-2.5G = 1.5G , so please give me some points.
thanks!