[yocto] Minor tweak required for beagleboard-edison

Lorenzati, Marcelo marcelo.lorenzati at intel.com
Fri Oct 19 06:53:06 PDT 2012


I tested the prebuild package for beagleboard (beagleboard-edison) and I found a minor concern to let it work on newer models of the board (beagleboard xm).
The new model's u-boot looks for a uEnv.txt to boot, so it's necessary to create a file to jump to the boot.scr script.

uEnv.tx:
bootenv=boot.scr
loaduimage=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
mmcboot=echo jumping to boot.scr script from mmc ...; source ${loadaddr}

If the u-boot is an older model, this script does no harm as its not invoked.

Regards,

Marcelo Lorenzati
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20121019/61ecb493/attachment.html>


More information about the yocto mailing list