Booting IMX287 evk from SD card

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

Booting IMX287 evk from SD card

1,854 Views
asifali
Contributor III

Dear all!

I am trying to boot the IMX287 evk from SD card with linux os but it gives

HTLFC0x8050100F

I dnt know actually how can I fix this.

Labels (3)
0 Kudos
8 Replies

1,097 Views
drb
Contributor II

1. I am also getting an error 0x8050100F. I think its because the mk_mx28_sd script is not using the HAB enabled images. How can I explicitly tell mk_mx28_sd to upload the HAB enabled images to my board?

2. I would like to t try Uboot. I am stumbled with the configuration as the examples for the environment setting uses DHCP. but I need the set a static IP address (our DHCP is disabled here). Help will be greatly appreaciated. Thanks.

0 Kudos

1,097 Views
LeonardoSandova
Specialist I

On U=boot console, try this:

U-boot > setenv serverip

Your kernel command line, the ip parameter should be ip=$

You can choose any (kernel image) download command, except the dhcp,

http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload

Leo

0 Kudos

1,097 Views
drb
Contributor II

thanks you so much :smileyhappy: I will try that

0 Kudos

1,097 Views
fabio_estevam
NXP Employee
NXP Employee
0 Kudos

1,097 Views
asifali
Contributor III

Thanks for your reply..

Yes I know that the Uboot will work but I just wanna boot properly from the SD card and start development on the board.

Any suggestion plz..

Thanks

0 Kudos

1,097 Views
fabio_estevam
NXP Employee
NXP Employee

For development purpose it is very convenient to use a bootloader, so that you can retrieve kernel via TFTP and later mount rootfs via NFS.

So flash U-boot into your SD card, and you are ready to start ;-)

Regards,

Fabio Estevam

0 Kudos

1,097 Views
MichaelMinnick
NXP Employee
NXP Employee

Hi,

MX28 ROM error code 0x8050100F is "ERROR_ROM_LDR_CALL_FAILED" which means "Requested data beyond the end of a section." Are you using cfimager or mk_mx28_sd to create your SD card as described in the i.MX28 Linux BSP User Guide? Please send your command line.

0 Kudos

1,097 Views
asifali
Contributor III

Thanks Minnick for your Reply

I am using Cfimager.exe for creating my SD card.

Thanks

0 Kudos