Hello,<div><br></div><div>I set my outgoing my in gmail to be <span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(2, 19, 36); font-weight: bold; ">UTF-8</span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(2, 19, 36); ">, is the message plain text now?  I can&#39;t tell the difference on my side. </span></div>
<div><font class="Apple-style-span" color="#021324" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" color="#021324" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Ok so i figured out that one of my problems was that I was using the &quot;</span></font>devfs_add_partition&quot; call wrong. The second parameter is an offset not the base address ... oops. Now I can see env0 under devices.</div>
<div><br></div><div>It&#39;s still not able to load it but the error I&#39;m getting is &quot;envfs: wrong magic on /dev/env0&quot;. I think this is just a matter of this section being empty. Thanks for the help guys, I can probably figure it out from here.</div>
<div><br></div><div>One last question though, does this section have to be populated manually? Do i have to explicitly load a env.bin file to my device and then copy it to the env0 partition? Is there a way to have this loaded onto my main bootloader .bin file when it gets compiled?</div>
<div><br></div><div>Thanks,</div><div>Marko</div><div><br><div class="gmail_quote">On Tue, Apr 12, 2011 at 9:01 PM, Jean-Christophe PLAGNIOL-VILLARD <span dir="ltr">&lt;<a href="mailto:plagnioj@jcrosoft.com">plagnioj@jcrosoft.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
        could you send your board patch and the log of your console<br>
        so we can help you more<br>
<br>
        btw please do not post in HTML<br>
<br>
Best Regards,<br>
J.<br>
<div><div></div><div class="h5">On 12:42 Tue 12 Apr     , Marko Milutinovic wrote:<br>
&gt;    Hello,<br>
&gt;    1. I don&#39;t think that I took any steps to save the environment. Not sure<br>
&gt;    how to go about doing that. I have the &#39;env\bin\init&#39; file under my board<br>
&gt;    directory. I was under the impressions this would get built in<br>
&gt;    automatically. Additionally in my init.c file for my board I have the<br>
&gt;    following lines:<br>
&gt;    devfs_add_partition(&quot;nor0&quot;, 0x01000000, 0x10000, PARTITION_FIXED,<br>
&gt;    &quot;self_raw&quot;);<br>
&gt;    devfs_add_partition(&quot;nor0&quot;, 0x01010000, 0x1000, PARTITION_FIXED, &quot;env0&quot;);<br>
&gt;    2. When my board boots i get the following output lines<br>
&gt;    Malloc space: .(rest of text ...)<br>
&gt;    Stack space: (rest of text ...)<br>
&gt;    Open /dev/env0 error2<br>
&gt;    running /env/bin/init...<br>
&gt;    not found<br>
&gt;    barebox:<br>
&gt;    Thanks<br>
&gt;    Marko<br>
&gt;<br>
&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; wrote:<br>
&gt;<br>
&gt;      Hi Marko,<br>
&gt;      On Mon, Apr 11, 2011 at 09:18:53PM -0600, Marko Milutinovic wrote:<br>
&gt;      &gt; I have barebox working almost fully on my board, except I can&#39;t get<br>
&gt;      the<br>
&gt;      &gt; environment to load ... I have an env0 partition allocated and under<br>
&gt;      my<br>
&gt;      &gt; board I have the /env/bin/init file. Anyone have any tips as to what I<br>
&gt;      am<br>
&gt;      &gt; missing or can they point me to another resource?<br>
&gt;<br>
&gt;      More info is needed:<br>
&gt;<br>
&gt;      1. What did you do to save the environment?<br>
&gt;<br>
&gt;      2. What is your indication that the environment doesn&#39;t &quot;load&quot;?<br>
&gt;<br>
&gt;      baruch<br>
&gt;      --<br>
&gt;                                                          ~. .~   Tk Open<br>
&gt;      Systems<br>
&gt;      =}------------------------------------------------ooO--U--Ooo------------{=<br>
&gt;        - <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>

<br>
</div></div>&gt; _______________________________________________<br>
&gt; barebox mailing list<br>
&gt; <a href="mailto:barebox@lists.infradead.org">barebox@lists.infradead.org</a><br>
&gt; <a href="http://lists.infradead.org/mailman/listinfo/barebox" target="_blank">http://lists.infradead.org/mailman/listinfo/barebox</a><br>
<br>
</blockquote></div><br></div>