How to boot the imx25 board from usb?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to boot the imx25 board from usb?

701 Views
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

Labels (2)
0 Kudos
2 Replies

527 Views
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 Kudos

527 Views
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 Kudos