这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » [转帖]Introduction of bootloader

共2条 1/1 1 跳转至

[转帖]Introduction of bootloader

菜鸟
2007-01-26 20:14:51     打赏
[转帖]Introduction of bootloader
In embedded system, differently in general PC, general firmware like CMOS does not exist.
So to boot embedded system for the first time, we have to make bootloader which adjusted well to target board.

Bootloader plays a very important part in embedded system. We explain the roles of bootloader simply below.

Copy kernel to RAM from flash memory, and execute kernel.
Initialize hardware.
Bootloader have the function that writing data to flash memory.
(Downloading kernel or Ram disk by serial port or other network hardware, data is stored in RAM. But RAM lost all data downloaded if you cut power supply, so to avoid this work you have to store to flash memory.)
It provides interface to send commands to target board or to inform users state of target board.

短了一些,不过几个要点都说到了。 看看E文的也蛮不错。



关键词: 转帖     Introduction     bootloade    

菜鸟
2007-01-27 00:24:00     打赏
2楼

thank you


共2条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]