Hello all;
i am using the K2H12 Board in a project. and i would like to know if the ARM (linux) use a part of the MSMC memory by default or not?
thank you .
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.
Hello all;
i am using the K2H12 Board in a project. and i would like to know if the ARM (linux) use a part of the MSMC memory by default or not?
thank you .
Hi,
Yes, MSMC RAM is used for boot monitor.
K2HK:
setenv bootcmd 'tftpboot 0x87000000 ${tftp_root}/uImage-k2hk-evm.dtb;tftpboot 0x88000000 ${tftp_root}/uImage-keystone-evm.bin;tftpboot 0x0c5f0000 ${tftp_root}/skern-k2hk-evm.bin;mon_install 0x0c5f0000;bootm 0x88000000 - 0x87000000'
K2E:
setenv bootcmd 'tftpboot 0x87000000 ${tftp_root}/uImage-k2e-evm.dtb;tftpboot 0x88000000 ${tftp_root}/uImage-keystone-evm.bin;tftpboot 0x0c140000 ${tftp_root}/skern-k2e-evm.bin;mon_install 0x0c140000;bootm 0x88000000 - 0x87000000'