使用AM352,用nor flash启动(XIP)
SYSBOOT pin已经配置成NOR启动。
文档说:Device connected to CS0 mapped to address 0x08000000。
也就是最后ROM code会根据配置从地址 0800_0000 启动程序。那如果我不想要0x08000000这个地址呢?比如我想让它从0x08F0_0000启动。那我starterware还是说我uboot里,要怎么做修改呢?
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.
使用AM352,用nor flash启动(XIP)
SYSBOOT pin已经配置成NOR启动。
文档说:Device connected to CS0 mapped to address 0x08000000。
也就是最后ROM code会根据配置从地址 0800_0000 启动程序。那如果我不想要0x08000000这个地址呢?比如我想让它从0x08F0_0000启动。那我starterware还是说我uboot里,要怎么做修改呢?