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.

How adjust the memory percentage allocation between Storage and Program Memory with AM335x WEC 7 BSP

Hi,

We are using the AM335x WEC 7 BSP released by Adeneo and because most of our data is stored into the Flash Memory we want to increase what we allocate for Program Memory and decrease the Storage Memory of the system.

We followed MSDN guides on this by changing the value of FSRAMPERCENT in config.bib. But we don't see any change when checking the percentage in Control Panel -> Memory Settings

As per the current config.bib of WEC 7, this is the code we change.

IF SYSGEN_RAMDISK
FSRAMPERCENT=0x0A0A0A0A
ENDIF

How should I change this is we have 256MB memory and I want to give only 70 MB as storage memory?