知道AM335x的启动流程是ROM Code -> MLO -> U-boot -> Kernel,现在想知道ROM Code的功能大概有哪些,有甚文档介绍?ROM Code支持烧录MLO和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.
如楼上所说,26章里面系统的讲解了rom code的功能和初始化流程。建议你先搞清楚这个linux启动流程中各个步骤中都做了些什么,启到什么作用,为啥会有这么个阶段,这三点,会比较有助于你去理解。你最后问的问题,你要先明白要把什么烧录到什么介质中,理解这个了就清楚多了。