<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 7, 2017 at 1:19 AM, Sebastian Huber <span dir="ltr"><<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 22/02/17 15:04, Michael Westfall wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We are using RTEMS 4.10.2 + EPICS R3.14.12.4 for the beatnik and mvme2307 BSPs.<br>
<br>
What I've noticed is that the boot files created for the beatnik BSP are more than twice the size of the boot files for the mvme2307. In some cases, the boot file is too large for the "user download buffer" so the tftpGet fails on startup.<br>
<br>
I realize that these two BSPs use different PPC CPUs (7400 vs. 604), but I wonder why the great disparity in compiled file size.<br>
</blockquote>
<br>
I don't think the instruction set makes a big difference. I would look at the ELF file to figure out how the sections are placed and how big the are, e.g. objdump -h.<br>
<br></blockquote><div><br></div><div>You can double check me on this but the motorola_powerpc family of BSPs prepend a</div><div>bootloader to a compressed executable image. If the beatnik does not do that, it could</div><div>easily be 2-4 times larger for exactly the same code.</div><div><br></div><div>--joel</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : <a href="tel:%2B49%2089%20189%2047%2041-16" value="+4989189474116" target="_blank">+49 89 189 47 41-16</a><br>
Fax     : <a href="tel:%2B49%2089%20189%2047%2041-09" value="+4989189474109" target="_blank">+49 89 189 47 41-09</a><br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brain<wbr>s.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
<br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman<wbr>/listinfo/users</a><br>
</blockquote></div><br></div></div>