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.
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.
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
thanks you so much :smileyhappy: I will try that
Or you can also try to boot U-boot first by following the steps from:
and
Regards,
Fabio Estevam
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
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
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.
Thanks Minnick for your Reply
I am using Cfimager.exe for creating my SD card.
Thanks