uClinux bootloader

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

uClinux bootloader

1,462 次查看
DarioD
Contributor I

Hi at all!

To define my board...I just ask you some suggestions...

Which kind of peripheral is the easiest and useful to bootload on uClinux?

(ex. USB,UART,....)

Where can I find documentation about bootloading (upgrading) my firmware?

Thanks a lot,

标签 (1)
0 项奖励
回复
1 回复

558 次查看
obidon
Contributor III

Are you designing a board or working with an existing design? Usually, you will need your bootloader to run from NOR flash. The uBoot bootloader can read USB and filesystems in NAND flash. You can google uBoot and find a lot of information about it. dBug is available for download from Freescale. dBug cannot boot from USB or NAND flash so you have to have your kernel in NOR flash and copy to RAM. Once booted uClinux can access USB and JFFS2 on NAND.

 

0 项奖励
回复