<br><br><div class="gmail_quote">În data de 8 martie 2012, 15:11, Jean-Christophe PLAGNIOL-VILLARD <span dir="ltr"><<a href="mailto:plagnioj@jcrosoft.com" target="_blank">plagnioj@jcrosoft.com</a>></span> a scris:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div></div><div>On 14:23 Thu 08 Mar     , George Stefan wrote:<br>
>    Hello all,<br>
>    Is __bss_stop the end of barebox.bin?<br>
>    Meaning that, if i have i file which i dd it with offset=768<br>
>    could i refer to it with __bss_stop.<br>
>    Should i consider also the bareboxenv, meaning that<br>
>    the end of barebox.bin is __bss_stop + sizeof(bareboxenv)?<br>
>    PS: board is imx53 loco<br>
</div></div>the env is where you want<br>
<br>
and barebox_image_size will give you the size of barebox<br>
<br>
and the end of barebox is __bss_start<br>
<br>
Best Regards,<br>
<font color="#888888">J.<br>
</font></blockquote></div><br><div>Thanks for the reply.</div><div>So, if i do something like </div><div>dd if=barebox.bin of=/dev/mmcblk0 bs=512 && sync\</div><div>and </div><div>dd if=uImage of=/dev/mmcblk0 bs=512 seek=768 && sync</div>
<div>how could i access the contents of uimage within barebox?</div><div>Since " the end of barebox is __bss_start" should it be __bss_start?</div><div>Regards,</div><div>George!</div><meta http-equiv="content-type" content="text/html; charset=utf-8">
<div><br></div>