Dear all,
We are trying to allocate maximum available ram for main firmware.
We are using two projects from SDK
1. sbl_ospi_am243x-lp_r5fss0-0_nortos_ti-arm-clang
MSRAM_0 : ORIGIN = 0x70000100 , LENGTH = 0x70000 - 0x100
MSRAM_1 : ORIGIN = 0x70070000 , LENGTH = 0x10000
2. empty_am243x-lp_r5fss0-0_freertos_ti-arm-clang
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x40000
The point of interest is the beginning of RAM space. SBL is permanently occupying 512kB of RAM.
Is this necessary? It is possible to overwrite SBL space during loading APPIMAGE?
What is the recommended approach to claim as mush RAM space as possible for EMPTY project?
Thank you.
BR,
ms