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.

RE: TDA4VM: 如何在NorFlash 上启动uboot?



你好,Shine

我们想通过R核去启动A核,目前得方案是:将RTOS与U-boot一起部署到flash上面,RTOS先启动,然后通过RTOS得应用让A核去加载U-boot,然后U-boot再引导SD卡上的Kernel,让linux跑起来

这样的方案可行吗?如果可以的话,那么Flash上面RTOS与U-boot的Layout是怎么样的?U-boot需要做什么修改吗?