[yocto] beagleboard uEnv.txt file

Sean Liming sean.liming at annabooks.com
Sun Sep 23 13:25:44 PDT 2012


Ed,

 

I was able to build and successfully boot core-image-sato image on the
BeagleBoard Rev C4. There is no mouse or arrow keys to move things around
the screen, but I do get the GUI.

 

I am using Yocto 1.2.

 

Regards,

 

Sean Liming

Annabooks

Tel: 714-970-7523 / Cell: 858-774-3176

 

From: yocto-bounces at yoctoproject.org [mailto:yocto-bounces at yoctoproject.org]
On Behalf Of Sean Liming
Sent: Saturday, September 22, 2012 8:15 AM
To: yocto at yoctoproject.org
Subject: Re: [yocto] beagleboard uEnv.txt file

 

On 09/22/2012 07:08 AM, Edward Vidal wrote:

Hello All,
Does anyone have a working uEnv.txt file for the core-image-sato for the
beagleoard?
Any help will be appreciated thanks in advance.






_______________________________________________
yocto mailing list
yocto at yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Attached is one that worked for core-image-minimal.

Here are the contents:

bootfile=uImage
address_uimage=0x80300000

console=ttyO2,115200n8

mmcroot=/dev/mmcblk0p2 rw
mmcrootfstype=ext3 rootwait
optargs=console=tty0

mmc_load_uimage=fatload mmc 0:1 ${address_uimage} ${bootfile}

mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot}
rootfstype=${mmcrootfstype}

loaduimage=run mmc_load_uimage; echo Booting from mmc ...; run mmcargs;
bootm ${address_uimage}





-- 
Regards,
 
Sean D. Liming
 
Annabooks
Cell: 858-774-3176
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20120923/552c001f/attachment.html>


More information about the yocto mailing list