<?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>topic SD image Linux in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SD-image-Linux/m-p/731006#M113703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;Thank you for the help, specially with the Miro Samek tutorial, i was able&lt;/P&gt;&lt;P&gt;to fix the problem but now i have a new question,  didnt post it in the&lt;/P&gt;&lt;P&gt;thread because i assume this is something basic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far i've been using the u-boot to create the image.imx and the DD&lt;/P&gt;&lt;P&gt;command to load it to the SD card:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kernel.img : gcc.ld $(OBJS)&lt;/P&gt;&lt;P&gt;$(LD) $(OBJS) -T gcc.ld -o kernel.elf $(LDFLAGS)&lt;/P&gt;&lt;P&gt;$(OBJDUMP) -D kernel.elf &amp;gt; kernel.asm&lt;/P&gt;&lt;P&gt;$(MKIMAGE) -n imximage.cfg -T imximage -e 0x17800000 -d kernel.img&lt;/P&gt;&lt;P&gt;kernel.imx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But using this new project with a more complete linker and startup code&lt;/P&gt;&lt;P&gt;when using those methods the image doesn't run.&lt;/P&gt;&lt;P&gt;So i wanted to ask how can a load the image on the board without the u-boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i manage to create the .axf file (the format i found in the arm's examples)&lt;/P&gt;&lt;P&gt;and i wanted to ask how can i program the SD using this image.&lt;/P&gt;&lt;P&gt;I use this command to create the file and i made the debug using the DS5&lt;/P&gt;&lt;P&gt;and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(LD) $(OBJS) -T gcc.ld -o kernel.axf $(LDFLAGS)&lt;/P&gt;&lt;P&gt;By the Way i'm using linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Ailton Lopes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-09-25 10:12 GMT+01:00 Yuri &amp;lt;admin@community.nxp.com&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;NXP Community&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;Re: SGI not working i.MX6QSD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Yuri Muhin&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.nxp.com/people/Yuri?et=watches.email.thread&amp;gt; in *i.MX&lt;/P&gt;&lt;P&gt;Community* - View the full discussion&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.nxp.com/message/946229?commentID=946229&amp;amp;et=watches.email.thread#comment-946229&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 00:27:21 GMT</pubDate>
    <dc:creator>ailtonlopes</dc:creator>
    <dc:date>2017-09-26T00:27:21Z</dc:date>
    <item>
      <title>SD image Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SD-image-Linux/m-p/731006#M113703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;Thank you for the help, specially with the Miro Samek tutorial, i was able&lt;/P&gt;&lt;P&gt;to fix the problem but now i have a new question,  didnt post it in the&lt;/P&gt;&lt;P&gt;thread because i assume this is something basic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far i've been using the u-boot to create the image.imx and the DD&lt;/P&gt;&lt;P&gt;command to load it to the SD card:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kernel.img : gcc.ld $(OBJS)&lt;/P&gt;&lt;P&gt;$(LD) $(OBJS) -T gcc.ld -o kernel.elf $(LDFLAGS)&lt;/P&gt;&lt;P&gt;$(OBJDUMP) -D kernel.elf &amp;gt; kernel.asm&lt;/P&gt;&lt;P&gt;$(MKIMAGE) -n imximage.cfg -T imximage -e 0x17800000 -d kernel.img&lt;/P&gt;&lt;P&gt;kernel.imx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But using this new project with a more complete linker and startup code&lt;/P&gt;&lt;P&gt;when using those methods the image doesn't run.&lt;/P&gt;&lt;P&gt;So i wanted to ask how can a load the image on the board without the u-boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i manage to create the .axf file (the format i found in the arm's examples)&lt;/P&gt;&lt;P&gt;and i wanted to ask how can i program the SD using this image.&lt;/P&gt;&lt;P&gt;I use this command to create the file and i made the debug using the DS5&lt;/P&gt;&lt;P&gt;and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(LD) $(OBJS) -T gcc.ld -o kernel.axf $(LDFLAGS)&lt;/P&gt;&lt;P&gt;By the Way i'm using linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Ailton Lopes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-09-25 10:12 GMT+01:00 Yuri &amp;lt;admin@community.nxp.com&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;NXP Community&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;Re: SGI not working i.MX6QSD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Yuri Muhin&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.nxp.com/people/Yuri?et=watches.email.thread&amp;gt; in *i.MX&lt;/P&gt;&lt;P&gt;Community* - View the full discussion&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.nxp.com/message/946229?commentID=946229&amp;amp;et=watches.email.thread#comment-946229&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 00:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SD-image-Linux/m-p/731006#M113703</guid>
      <dc:creator>ailtonlopes</dc:creator>
      <dc:date>2017-09-26T00:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: SD image Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SD-image-Linux/m-p/731007#M113704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; please look at the following &lt;A href="https://community.nxp.com/docs/DOC-334664"&gt;https://community.nxp.com/docs/DOC-334664&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 04:14:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SD-image-Linux/m-p/731007#M113704</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2018-01-18T04:14:44Z</dc:date>
    </item>
  </channel>
</rss>

