<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 09/22/2012 07:08 AM, Edward Vidal
      wrote:<br>
    </div>
    <blockquote
cite="mid:CANwz6nwmFNbsTxYh8xvNUysk6ozWS48rchUpOyUPGSXDNYodBA@mail.gmail.com"
      type="cite">Hello All,<br>
      Does anyone have a working uEnv.txt file for the core-image-sato
      for the beagleoard?<br>
      Any help will be appreciated thanks in advance.<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
yocto mailing list
<a class="moz-txt-link-abbreviated" href="mailto:yocto@yoctoproject.org">yocto@yoctoproject.org</a>
<a class="moz-txt-link-freetext" href="https://lists.yoctoproject.org/listinfo/yocto">https://lists.yoctoproject.org/listinfo/yocto</a>
</pre>
    </blockquote>
    Attached is one that worked for core-image-minimal.<br>
    <br>
    Here are the contents:<br>
    <br>
    bootfile=uImage<br>
    address_uimage=0x80300000<br>
    <br>
    console=ttyO2,115200n8<br>
    <br>
    mmcroot=/dev/mmcblk0p2 rw<br>
    mmcrootfstype=ext3 rootwait<br>
    optargs=console=tty0<br>
    <br>
    mmc_load_uimage=fatload mmc 0:1 ${address_uimage} ${bootfile}<br>
    <br>
    mmcargs=setenv bootargs console=${console} ${optargs}
    root=${mmcroot} rootfstype=${mmcrootfstype}<br>
    <br>
    loaduimage=run mmc_load_uimage; echo Booting from mmc ...; run
    mmcargs; bootm ${address_uimage}<br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Regards,

Sean D. Liming

Annabooks
Cell: 858-774-3176</pre>
  </body>
</html>