How to boot the imx25 board from usb?

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

How to boot the imx25 board from usb?

1,312 次查看
gurumoorthirasi
Contributor IV

Dear All,

Please anyone tell me the procedure of how to boot the uboot and rfs through USB on imx25 board .

I need to boot the board from USB. Please guide me step by step .

Regards,

Guru

标签 (2)
0 项奖励
回复
2 回复数

1,138 次查看
AnsonHuang
NXP Employee
NXP Employee

Hi, Guru

     Agree with what Vladan said, it can only support serial down mode from USB, when internal boot mode failed or you select the serial download mode, USB will be detected as an HID device, you can use some tool(FSL should have such tool) to download a small program from PC to board, then the board will jump to run this program, normally we will download a uboot from USB port, then uboot will come out, and you can download kernel using the uboot,

0 项奖励
回复

1,138 次查看
VladanJovanovic
NXP Employee
NXP Employee

i.MX25 can not boot directly from USB.

What it can do is initialize USB for communication and wait for instructions from PC on the other side. You could then write a small application on PC that downloads u-boot through USB to memory and runs it from there. u-boot could then load kernel and file system from net or from USB... It's not straightforward, but could be done, theoretically.

0 项奖励
回复