We will have a smaller RAM than AM437x-gp-evm, so we need to relocate kernel from its current location 0xC0000000 (see System.map) to another lower location. I tried to change the following in linux arch/arm/config/tisdk-cam437x-evm-defconfig but it didn’t seem to have any effect.
from
CONFIG_PAGE_OFFSET=0xC0000000
To
CONFIG_PAGE_OFFSET=0x90000000
I found a wiki page for Davinci for this topic,
http://processors.wiki.ti.com/index.php/HOWTO_Change_the_Linux_Kernel_Start_Address
however the instructions don’t seem to apply to am437x. Could you provide some pointers?
Thank you!
Jan