<?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: i.MX6SL Kernel Entry Point</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311114#M40637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, but I don't use LTIB and I build the kernel manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 01:18:17 GMT</pubDate>
    <dc:creator>fabio_estevam</dc:creator>
    <dc:date>2014-05-07T01:18:17Z</dc:date>
    <item>
      <title>i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311107#M40630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a custom board based around the i.MX6SoloLite EVK and am trying to build linux kernel 3.0.35 using LTIB.&amp;nbsp; I have build the kernel successfully and loaded it onto the board via tftp.&amp;nbsp; When I try to boot the kernel I get the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;=&amp;gt; run bootcmd_mmc&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;mmc0(part 0) is current device&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;MMC read: dev # 0, block # 2048, count 8192 ... 8192 blocks read: OK&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;## Booting kernel from Legacy Image at 80800000 ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; Linux-3.0.35-2666-gbdde708&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; ARM Linux Kernel Image (uncompressed)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 3585076 Bytes = 3.4 MiB&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; Load Address: &lt;STRONG&gt;10008000&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; &lt;STRONG&gt;10008000&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;Then the board resets back into U-Boot.&amp;nbsp; I've got a custom U-Boot build for our board that is NOT build using LTIB.&amp;nbsp; Clearly the 'Load Address' and the 'Entry Point' are not correct for the i.MX6SL processor.&amp;nbsp; Are these configured in LTIB?&amp;nbsp; I've not been able to find where I can define this addresses.&amp;nbsp; Any advice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 16:40:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311107#M40630</guid>
      <dc:creator>kvb</dc:creator>
      <dc:date>2014-05-06T16:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311108#M40631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;?This is done in U-boot. Try setting the correct value into the loadaddr variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 17:15:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311108#M40631</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-05-06T17:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311109#M40632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leo,&lt;/P&gt;&lt;P&gt;I *thought* I did that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;=&amp;gt; print&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;baudrate=115200&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;bootfile=uImage&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;ethact=FEC&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;ethaddr=12:34:56:78:9a:bc&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;ethprime=FEC&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;ipaddr=192.168.1.123&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;STRONG&gt;loadaddr=80800000&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;serverip=192.168.1.105&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;stderr=serial&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;stdin=serial&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;stdout=serial&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;Is this not what you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 17:40:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311109#M40632</guid>
      <dc:creator>kvb</dc:creator>
      <dc:date>2014-05-06T17:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311110#M40633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is what I meant. For some reason, u-boot is not constructing bootargs based on that variable. Make sure there are not fixed values on this process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 18:16:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311110#M40633</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-05-06T18:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311111#M40634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks to me like the header on the kernel image contains the entry-point and the load-address...U-Boot appears to look these items up from the header of the image file.&amp;nbsp; I'm using the uImage file created from LTIB...perhaps I need to use the zImage?&amp;nbsp; I'm not completely sure the differences...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(from the u-boot-imx source code &lt;SPAN style="font-family: 'courier new', courier;"&gt;common/image.c in function image_print_contents)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; &lt;SPAN style="font-size: 8pt;"&gt; printf("%sLoad Address: %08x\n", p, image_get_load(hdr));&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp; printf("%sEntry Point:&amp;nbsp; %08x\n", p, image_get_ep(hdr));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not see anywhere in the source that has that address hardcoded.&amp;nbsp; FWIW here's my boot command for booting from mmc (all these are in environment variables):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;bootargs=root=/dev/mmcblk0p1 rootwait rw max17135:pass=2,vcom=-2030000 video=mxcepdcfb:E060SCM,bpp=16&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;bootargs_base=setenv bootargs console=ttymxc0,115200&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;bootargs_mmc=setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw max17135:pass=2,vcom=-2030000 v&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt; line-height: 1.5em;"&gt;ideo=mxcepdcfb:E060SCM,bpp=16&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt; line-height: 1.5em;"&gt;bootcmd_mmc=run bootargs_base bootargs_mmc;mmc dev 0;mmc read ${loadaddr} 800 2000; bootm&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;bootcmd=run bootcmd_mmc&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P&gt;**note that all of the above was from the i.MX6SoloLite EVK Linux Users Guide and I don't expect it fully work, but I do expect it to load the kernel; I expect the kernel to crash elsewhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then while running U-Boot I type:&amp;nbsp; &lt;SPAN style="font-family: 'courier new', courier;"&gt;run bootcmd&lt;SPAN style="font-family: helvetica;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: helvetica;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It does appear that in the &lt;SPAN style="font-family: 'courier new', courier;"&gt;bootcmd_mmc&lt;/SPAN&gt; env variable, the expression &lt;SPAN style="font-family: 'courier new', courier;"&gt;${loadaddr}&lt;/SPAN&gt; is being expanded properly because it is loading the contents of the mmc to that address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So do you know how the header of the uImage file is generated?&amp;nbsp; Is this LTIB's doing?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 19:14:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311111#M40634</guid>
      <dc:creator>kvb</dc:creator>
      <dc:date>2014-05-06T19:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311112#M40635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The kernel should be generated with the correct LOADADDR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make -j4 uImage LOADADDR=0x80008000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you use U-boot 2014.04 the default kernel type is zImage, which makes things a bit easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 22:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311112#M40635</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2014-05-06T22:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311113#M40636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/FabioEstevam"&gt;FabioEstevam&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;The kernel should be generated with the correct LOADADDR:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;make -j4 uImage LOADADDR=0x80008000&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;Is this something that is not done by LTIB?&amp;nbsp; Do you know of settings in LTIB which I can modify to the LOADADDR?&amp;nbsp; Or is this something that I &lt;EM&gt;have&lt;/EM&gt; to do outside of LTIB?&amp;nbsp; Seems odd that I would have to regenerate the uImage since LTIB generates one for me already.&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;Also, if you use U-boot 2014.04 the default kernel type is zImage, which makes things a bit easier.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think an upgrade is in the future, but for now I'm stuck using the 2013.10 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 00:54:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311113#M40636</guid>
      <dc:creator>kvb</dc:creator>
      <dc:date>2014-05-07T00:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311114#M40637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, but I don't use LTIB and I build the kernel manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 01:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311114#M40637</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2014-05-07T01:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311115#M40638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/LeonardoSandovalGonzalez"&gt;LeonardoSandovalGonzalez&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if LTIB provides a means to override the configuration for the Load Address and Entry Point contained in the header of a uImage?&amp;nbsp; If it does, can you provide some direction as to where one can find it?&amp;nbsp; If not, can you provide a manual method to override these settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 02:23:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311115#M40638</guid>
      <dc:creator>kvb</dc:creator>
      <dc:date>2014-05-07T02:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311116#M40639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it can be done on LTIB, but I have not done it trough it (take a look at ./config/platform/imx/kernel-3.0.35.spec.in, you may add there the %Install body).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 16:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/311116#M40639</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-05-07T16:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SL Kernel Entry Point</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/1133109#M160930</link>
      <description>&lt;P&gt;This issue can be closed&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 13:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SL-Kernel-Entry-Point/m-p/1133109#M160930</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-09-01T13:55:58Z</dc:date>
    </item>
  </channel>
</rss>

