From: Sean Liming <sean.liming@annabooks.com>
To: yocto@yoctoproject.org
Subject: Re: beagleboard uEnv.txt file
Date: Sat, 22 Sep 2012 08:15:26 -0700 [thread overview]
Message-ID: <505DD60E.6010907@annabooks.com> (raw)
In-Reply-To: <CANwz6nwmFNbsTxYh8xvNUysk6ozWS48rchUpOyUPGSXDNYodBA@mail.gmail.com>
[-- 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}
next prev parent reply other threads:[~2012-09-22 15:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-22 14:08 beagleboard uEnv.txt file Edward Vidal
2012-09-22 15:15 ` Sean Liming [this message]
2012-09-23 20:25 ` Sean Liming
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=505DD60E.6010907@annabooks.com \
--to=sean.liming@annabooks.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.