uClinux bootloader

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

uClinux bootloader

1,804件の閲覧回数
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 返信

900件の閲覧回数
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 件の賞賛
返信