[转帖]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文的也蛮不错。 |
共2条
1/1 1 跳转至页
[转帖]Introduction of bootloader

关键词: 转帖 Introduction bootloade
共2条
1/1 1 跳转至页
回复
打赏帖 | |
---|---|
宏定义和const关键字定义被打赏5分 | |
【功率监测与控制系统DIY活动成果贴】DIY功率计与LabVIEW数据采集被打赏100分 | |
【Freertos】任务管理被打赏10分 | |
分享博世的两种不同的喷射系统模式被打赏5分 | |
汽车+开路实验与短路实验被打赏10分 | |
多点式电子控制汽油喷射系统知识分享被打赏10分 | |
分享机械控制式汽油喷射系统被打赏5分 | |
【分享开发笔记,赚取电动螺丝刀】解决基于CH341制作无线模块时芯片发热问题被打赏31分 | |
【分享开发笔记,赚取电动螺丝刀】使用STM32F103ZE主控调试RS485通讯的避坑经验被打赏36分 | |
【分享开发笔记,赚取电动螺丝刀】移植xprintf模块被打赏27分 |