That works great!<div><br></div><div>Thanks for all the help.</div><div>Marko<br><br><div class="gmail_quote">On Tue, Apr 12, 2011 at 10:09 PM, Baruch Siach <span dir="ltr">&lt;<a href="mailto:baruch@tkos.co.il">baruch@tkos.co.il</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Marko,<br>
<div class="im"><br>
On Tue, Apr 12, 2011 at 09:42:47PM -0600, Marko Milutinovic wrote:<br>
&gt; One last question though, does this section have to be populated manually?<br>
&gt; Do i have to explicitly load a env.bin file to my device and then copy it to<br>
&gt; the env0 partition? Is there a way to have this loaded onto my main<br>
&gt; bootloader .bin file when it gets compiled?<br>
<br>
</div>If you set CONFIG_DEFAULT_ENVIRONMENT and CONFIG_DEFAULT_ENVIRONMENT_PATH in<br>
your .config, then you have a default environment compiled into your Barebox<br>
image. Then, to save this default environment into your flash just run<br>
&#39;saveenv&#39;.<br>
<font color="#888888"><br>
baruch<br>
</font><div><div></div><div class="h5"><br>
&gt; On Tue, Apr 12, 2011 at 9:01 PM, Jean-Christophe PLAGNIOL-VILLARD &lt;<br>
&gt; <a href="mailto:plagnioj@jcrosoft.com">plagnioj@jcrosoft.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt;        could you send your board patch and the log of your console<br>
&gt; &gt;        so we can help you more<br>
&gt; &gt;<br>
&gt; &gt;        btw please do not post in HTML<br>
&gt; &gt;<br>
&gt; &gt; Best Regards,<br>
&gt; &gt; J.<br>
&gt; &gt; On 12:42 Tue 12 Apr     , Marko Milutinovic wrote:<br>
&gt; &gt; &gt;    Hello,<br>
&gt; &gt; &gt;    1. I don&#39;t think that I took any steps to save the environment. Not<br>
&gt; &gt; sure<br>
&gt; &gt; &gt;    how to go about doing that. I have the &#39;env\bin\init&#39; file under my<br>
&gt; &gt; board<br>
&gt; &gt; &gt;    directory. I was under the impressions this would get built in<br>
&gt; &gt; &gt;    automatically. Additionally in my init.c file for my board I have the<br>
&gt; &gt; &gt;    following lines:<br>
&gt; &gt; &gt;    devfs_add_partition(&quot;nor0&quot;, 0x01000000, 0x10000, PARTITION_FIXED,<br>
&gt; &gt; &gt;    &quot;self_raw&quot;);<br>
&gt; &gt; &gt;    devfs_add_partition(&quot;nor0&quot;, 0x01010000, 0x1000, PARTITION_FIXED,<br>
&gt; &gt; &quot;env0&quot;);<br>
&gt; &gt; &gt;    2. When my board boots i get the following output lines<br>
&gt; &gt; &gt;    Malloc space: .(rest of text ...)<br>
&gt; &gt; &gt;    Stack space: (rest of text ...)<br>
&gt; &gt; &gt;    Open /dev/env0 error2<br>
&gt; &gt; &gt;    running /env/bin/init...<br>
&gt; &gt; &gt;    not found<br>
&gt; &gt; &gt;    barebox:<br>
&gt; &gt; &gt;    Thanks<br>
&gt; &gt; &gt;    Marko<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;    On Mon, Apr 11, 2011 at 10:25 PM, Baruch Siach &lt;<a href="mailto:baruch@tkos.co.il">baruch@tkos.co.il</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;      Hi Marko,<br>
&gt; &gt; &gt;      On Mon, Apr 11, 2011 at 09:18:53PM -0600, Marko Milutinovic wrote:<br>
&gt; &gt; &gt;      &gt; I have barebox working almost fully on my board, except I can&#39;t<br>
&gt; &gt; get<br>
&gt; &gt; &gt;      the<br>
&gt; &gt; &gt;      &gt; environment to load ... I have an env0 partition allocated and<br>
&gt; &gt; under<br>
&gt; &gt; &gt;      my<br>
&gt; &gt; &gt;      &gt; board I have the /env/bin/init file. Anyone have any tips as to<br>
&gt; &gt; what I<br>
&gt; &gt; &gt;      am<br>
&gt; &gt; &gt;      &gt; missing or can they point me to another resource?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;      More info is needed:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;      1. What did you do to save the environment?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;      2. What is your indication that the environment doesn&#39;t &quot;load&quot;?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;      baruch<br>
&gt; &gt; &gt;      --<br>
<br>
--<br>
                                                     ~. .~   Tk Open Systems<br>
=}------------------------------------------------ooO--U--Ooo------------{=<br>
   - <a href="mailto:baruch@tkos.co.il">baruch@tkos.co.il</a> - tel: <a href="tel:%2B972.2.679.5364" value="+97226795364">+972.2.679.5364</a>, <a href="http://www.tkos.co.il" target="_blank">http://www.tkos.co.il</a> -<br>

</div></div></blockquote></div><br></div>