<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Bigger EBOOT file [solved]</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216356#M13699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing. What about ROMOFFSET in eboot.bib.&lt;/P&gt;&lt;P&gt;Right now it's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IMGSDMMC !&lt;/P&gt;&lt;P&gt;IF IMGNAND&lt;BR /&gt;; 0x9F7F0000 = (0x80040000 + ROMOFFSET) &amp;amp; 0xFFFFFFFF &lt;BR /&gt;; ==&amp;gt; ROMOFFSET = 0x177B0000&lt;BR /&gt; ROMOFFSET=1F7B0000&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;IF IMGNAND !&lt;BR /&gt;; 0x9F301000 = (0x80040000 + ROMOFFSET) &amp;amp; 0xFFFFFFFF &lt;BR /&gt;; ==&amp;gt; ROMOFFSET = 1F2C1000&lt;BR /&gt; ROMOFFSET=1F2C1000&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;IF IMGSDMMC&lt;BR /&gt; ; 0x9FA20000 = (0x80040000 + ROMOFFSET) &amp;amp; 0xFFFFFFFF ==&amp;gt; ROMOFFSET = 0x1F9E0000&lt;BR /&gt; ROMOFFSET=1F9E0000&lt;BR /&gt;; ENDIF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2012 07:39:15 GMT</pubDate>
    <dc:creator>PawelZ</dc:creator>
    <dc:date>2012-03-09T07:39:15Z</dc:date>
    <item>
      <title>Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216345#M13688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make eboot bin file bigger to store more data in it but after I've changed image_cfg.h .inc and eboot.bib file PB build bin file with the same size as before changes were made. What else need to be changed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 12:05:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216345#M13688</guid>
      <dc:creator>PawelZ</dc:creator>
      <dc:date>2012-03-02T12:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216346#M13689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you haven't modified the eboot.bib file correctly.&lt;/P&gt;&lt;P&gt;For example, if you wants to modify the eboot from 512KB to 768KB, in eboot.bib&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(TARGETNAME)&amp;nbsp;&amp;nbsp;&amp;nbsp; 80040000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00080000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RAMIMAGE&lt;/P&gt;&lt;P&gt;should be update to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(TARGETNAME)&amp;nbsp;&amp;nbsp;&amp;nbsp; 80040000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 000C0000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RAMIMAGE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROMSIZE =00080000&lt;/P&gt;&lt;P&gt;should be updated to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROMSIZE =000C0000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 09:04:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216346#M13689</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2012-03-07T09:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216347#M13690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know how I missed that. Now it works and have to move a little starting points for WinCE. Any advice ?&lt;/P&gt;&lt;P&gt;Thanks for your post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 13:21:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216347#M13690</guid>
      <dc:creator>PawelZ</dc:creator>
      <dc:date>2012-03-07T13:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216348#M13691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;Problem now is with downloading images. When I try to run USB Serial or RNDIS driver eboot just hangs after sending USB descriptor to PC (after MAC setting under RNDIS). Any&amp;nbsp;thoughts??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 15:20:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216348#M13691</guid>
      <dc:creator>PawelZ</dc:creator>
      <dc:date>2012-03-07T15:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216349#M13692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you just modify the EBOOT image size, it will not impact the EBOOT function, if you can show all of your modifications, it will be helpful to identify your issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 01:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216349#M13692</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2012-03-08T01:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216350#M13693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;So I changed in image_cfg.inc and in image_inc.h this line:&lt;/P&gt;&lt;P&gt;IMAGE_BOOT_BOOTIMAGE_RAM_SIZE &amp;nbsp; &amp;nbsp; &amp;nbsp; (1024*1024)&lt;/P&gt;&lt;P&gt;in eboot.bib&lt;/P&gt;&lt;P&gt;$(TARGETNAME) &amp;nbsp; &amp;nbsp;80040000 &amp;nbsp; &amp;nbsp; &amp;nbsp;00100000 &amp;nbsp; &amp;nbsp; RAMIMAGE&lt;/P&gt;&lt;P&gt;and other file (picdata.h in EBOOT) to fit boot picture for the whole screen that we use.&lt;/P&gt;&lt;P&gt;Eboot.bin is now 1017KB and Platform builder make nb0 nb1 and nb2 which are 1024/1024/512KB accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be more specific this is my eboot.bib now:&lt;/P&gt;&lt;P&gt;ARGS &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;80000000 &amp;nbsp; 00001000 &amp;nbsp;RESERVED&lt;BR /&gt; XLDR &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 80001000 &amp;nbsp; 00001000 &amp;nbsp;RESERVED&lt;BR /&gt; STACK &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;80002000 &amp;nbsp; 0003A000 RESERVED&lt;BR /&gt; PAGE_TABLE &amp;nbsp;8003C000 &amp;nbsp;00004000 RESERVED&lt;BR /&gt; $(TARGETNAME) 80040000 00100000 RAMIMAGE&lt;BR /&gt;;IPL is obsolete, remove it to avoid potential romimage issue&lt;BR /&gt; ;IPL 80140000 00040000 RESERVED&lt;BR /&gt; RAM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 80140000 &amp;nbsp; &amp;nbsp;00120000 RAM&lt;BR /&gt;; Flash cache (used to store eboot.bin or nk.bin before flashing)&lt;BR /&gt; FCACHE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;80260000 &amp;nbsp;07D80000 RESERVED&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 06:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216350#M13693</guid>
      <dc:creator>PawelZ</dc:creator>
      <dc:date>2012-03-08T06:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216351#M13694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; No issue was found in your modification, I think in file "picdata.h" there is a big data array for the boot picture, maybe it is too big, if you removed that file and just built the eboot to 1MB size, is it OK in your side? If it works, I think you should change the big data array in "picdata.h" to some small arrays.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 07:53:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216351#M13694</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2012-03-08T07:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216352#M13695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And since you had modified the FCACHE address, another file "platform\imx51-evk\src\bootloader\common\loader.h" should be updated too. It is hard coded for 0x200000.&lt;/P&gt;&lt;P&gt;#define BOOT_TOTAL_RAM_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x200000&amp;nbsp; // see eboot.bib/sboot.bib to compute size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case, it should be&lt;/P&gt;&lt;P&gt;#define BOOT_TOTAL_RAM_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x260000&amp;nbsp; // see eboot.bib/sboot.bib to compute size&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 08:04:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216352#M13695</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2012-03-08T08:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216353#M13696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried without array (I made just 1x1 with one&amp;nbsp;initialized value&amp;nbsp;in it) and it's the same. RAMSIZE (RAM value in eboot.bib) should be bigger than TARGETNAME? I do have like that now, but want to be sure. Do you have any suspects what could be the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 08:32:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216353#M13696</guid>
      <dc:creator>PawelZ</dc:creator>
      <dc:date>2012-03-08T08:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216354#M13697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RAMSIZE is not related with RAMIMAGE size, but please try with the updated #define BOOT_TOTAL_RAM_SIZE 0x260000.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 08:46:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216354#M13697</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2012-03-08T08:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216355#M13698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Problem fixed. There was ca. 500 bytes that couldn't fit in other words $TARGETNAME was slightly too small.&lt;/P&gt;&lt;P&gt;This is how it looks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EBOOT.BIB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;; ------- -------- -------- ----&lt;BR /&gt; ARGS 80000000 00001000 RESERVED&lt;BR /&gt; XLDR 80001000 00001000 RESERVED&lt;BR /&gt; STACK 80002000 0003A000 RESERVED&lt;BR /&gt; PAGE_TABLE 8003C000 00004000 RESERVED&lt;BR /&gt; $(TARGETNAME) 80040000 00110000 RAMIMAGE&lt;BR /&gt;;IPL is obsolete, remove it to avoid potential romimage issue&lt;BR /&gt; ;IPL 80140000 00040000 RESERVED&lt;BR /&gt; RAM 80150000 00120000 RAM&lt;BR /&gt;; Flash cache (used to store eboot.bin or nk.bin before flashing)&lt;BR /&gt; FCACHE 80270000 07B80000 RESERVED&lt;BR /&gt; PIC 87DF0000 00200000 RESERVED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in loader.h&lt;/P&gt;&lt;P&gt;#define BOOT_TOTAL_RAM_SIZE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x270000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 07:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216355#M13698</guid>
      <dc:creator>PawelZ</dc:creator>
      <dc:date>2012-03-09T07:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216356#M13699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing. What about ROMOFFSET in eboot.bib.&lt;/P&gt;&lt;P&gt;Right now it's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IMGSDMMC !&lt;/P&gt;&lt;P&gt;IF IMGNAND&lt;BR /&gt;; 0x9F7F0000 = (0x80040000 + ROMOFFSET) &amp;amp; 0xFFFFFFFF &lt;BR /&gt;; ==&amp;gt; ROMOFFSET = 0x177B0000&lt;BR /&gt; ROMOFFSET=1F7B0000&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;IF IMGNAND !&lt;BR /&gt;; 0x9F301000 = (0x80040000 + ROMOFFSET) &amp;amp; 0xFFFFFFFF &lt;BR /&gt;; ==&amp;gt; ROMOFFSET = 1F2C1000&lt;BR /&gt; ROMOFFSET=1F2C1000&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;IF IMGSDMMC&lt;BR /&gt; ; 0x9FA20000 = (0x80040000 + ROMOFFSET) &amp;amp; 0xFFFFFFFF ==&amp;gt; ROMOFFSET = 0x1F9E0000&lt;BR /&gt; ROMOFFSET=1F9E0000&lt;BR /&gt;; ENDIF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 07:39:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216356#M13699</guid>
      <dc:creator>PawelZ</dc:creator>
      <dc:date>2012-03-09T07:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216357#M13700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since you haven't changed the EBOOT run address (0x80040000), no change was needed for ROMOFFSET.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But in your change, your RAM (RAM 80150000 00120000 RAM) had cover the address 0x80200000, this address is the WinCE NK running address, that means EBoot need load NK.nb0 to it, but the EBoot itself had used this address, that will be problem, your will fail to boot the NK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think the simple way is just keeping the default eboot size, and put your "picdata.h" to binary file, and use some reserved SD sectors to store it. And when the eboot wants to show it as boot screen, it can read the data from SD card to framebuffer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 08:16:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216357#M13700</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2012-03-09T08:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216358#M13701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get your point, but we don't use SD card but NAND flash instead, so it was quite easy to store image in an array as it's coded already. Question is...how much RAM do I need in eboot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 08:50:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216358#M13701</guid>
      <dc:creator>PawelZ</dc:creator>
      <dc:date>2012-03-09T08:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216359#M13702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can set "RAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80150000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00080000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RAM", it is also OK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 09:06:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216359#M13702</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2012-03-09T09:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bigger EBOOT file [solved]</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216360#M13703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change the ROMOFFSET value according to the eboot run address?? In .bib file where I need to change the ROMOFFSET.??&lt;/P&gt;&lt;P&gt;I am confused with that. Can somebody tell me how .bib files work??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Seetharam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jul 2012 09:11:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bigger-EBOOT-file-solved/m-p/216360#M13703</guid>
      <dc:creator>seetha</dc:creator>
      <dc:date>2012-07-14T09:11:02Z</dc:date>
    </item>
  </channel>
</rss>

