nor flash是啥 嵌入式Linux為什么要從NorFlash啟動(dòng)?
嵌入式Linux為什么要從NorFlash啟動(dòng)?首先,Linux內(nèi)核不能直接啟動(dòng)。引導(dǎo)加載程序必須用于引導(dǎo)。為方便起見,引導(dǎo)加載程序從nor啟動(dòng)。CPU上電后,從0地址運(yùn)行。Norflash可以像ra
嵌入式Linux為什么要從NorFlash啟動(dòng)?
首先,Linux內(nèi)核不能直接啟動(dòng)。引導(dǎo)加載程序必須用于引導(dǎo)。為方便起見,引導(dǎo)加載程序從nor啟動(dòng)。CPU上電后,從0地址運(yùn)行。Norflash可以像ram一樣讀取數(shù)據(jù)。通常,norflash連接到CPU的0地址。這樣,引導(dǎo)加載程序就可以在CPU通電后直接運(yùn)行。啟動(dòng)bootloader后,它將運(yùn)行,您可以啟動(dòng)Linux內(nèi)核。