All of lore.kernel.org
 help / color / mirror / Atom feed
* beagleboard uEnv.txt file
@ 2012-09-22 14:08 Edward Vidal
  2012-09-22 15:15 ` Sean Liming
  0 siblings, 1 reply; 3+ messages in thread
From: Edward Vidal @ 2012-09-22 14:08 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 159 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: beagleboard uEnv.txt file
  2012-09-22 14:08 beagleboard uEnv.txt file Edward Vidal
@ 2012-09-22 15:15 ` Sean Liming
  2012-09-23 20:25   ` Sean Liming
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Liming @ 2012-09-22 15:15 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 931 bytes --]

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@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


[-- Attachment #1.2: Type: text/html, Size: 1800 bytes --]

[-- Attachment #2: uEnv.txt --]
[-- Type: text/plain, Size: 417 bytes --]

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}


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: beagleboard uEnv.txt file
  2012-09-22 15:15 ` Sean Liming
@ 2012-09-23 20:25   ` Sean Liming
  0 siblings, 0 replies; 3+ messages in thread
From: Sean Liming @ 2012-09-23 20:25 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1479 bytes --]

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@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
On Behalf Of Sean Liming
Sent: Saturday, September 22, 2012 8:15 AM
To: yocto@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@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

[-- Attachment #2: Type: text/html, Size: 5958 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-23 20:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-22 14:08 beagleboard uEnv.txt file Edward Vidal
2012-09-22 15:15 ` Sean Liming
2012-09-23 20:25   ` Sean Liming

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.