Hello!
Our board with IMX287 CPU should boot from SD-card.
I read MX28 EVK Linux User's guide (MX28EVKLUG, Rev. L2.6.35_1.10, 02/2013) from L2.6.35_1.1.0_130130_docs.tar.gz but not understand how can I write U-Boot on SD-card.
My steps:
1. according with 5.1.3.1 I create 3 partitions on SD-card
2. build u-boot-2009.08 and imx-bootlets-src-2.6.35.3-1.1.0
3. write imx28_ivt_uboot.sb on SD-card
$ bin/sdimage -f bin/imx28_ivt_uboot.sb -d /dev/sdd
write first firmware
write second firmware
done
But I can't found how can I write U-Boot on SD-card, I read ucl.xml from MFGTool IMX28 profile and also not found answer.
Can you help me?
Thank you and excuse my bad english.