I am using flex-builder to build custom kernel driver and user app for a client's system based on the LS1XXX. I got an LS1012AFRWY REVC to do some preliminary work prior to receiving prototype hardware. The board has an onboard microSD, so I assumed I can boot via microSD as I've done for many boards. Here is what happens when I run flex-builder:
flex-builder -c firmware -m ls1012afrwy -b sd
.
.
.
make[2]: Leaving directory '/media/Projects/iSpace/LS10xx/newyocto/flexbuild_lsdk2108_github/components/firmware/atf'
ls1012afrwy sdboot is not supported
Is there a work-around for this?
Thanks!