<?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 Re: can't able to boot using sd card full image in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792594#M122759</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/gusarambula"&gt;gusarambula&lt;/A&gt;‌ i am trying to boot imx6solo sabresd custom board ..&lt;/P&gt;&lt;P&gt;here i loaded u-boot.imx file to sd card and tried to boot in gtkterm the result i am getting is show in below image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77416i9535389EF318D2AD/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;can you please give me some info about why it is stopped there and how should i overcome this issue for proper booting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;srikrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2019 09:43:10 GMT</pubDate>
    <dc:creator>srikittu34</dc:creator>
    <dc:date>2019-01-28T09:43:10Z</dc:date>
    <item>
      <title>can't able to boot using sd card full image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792589#M122754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;followed this guidance&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/servlet/JiveServlet/download/2004-382477-599835-369293/i.MX_Linux_User's_Guide.pdf" title="https://community.nxp.com/servlet/JiveServlet/download/599835-1-369293/i.MX_Linux_User%27s_Guide.pdf"&gt;https://community.nxp.com/servlet/JiveServlet/download/599835-1-369293/i.MX_Linux_User%27s_Guide.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ sudo dd if=&amp;lt;image name&amp;gt;.sdcard of=/dev/sdx bs=1M &amp;amp;&amp;amp; sync&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69820i0BE4BFD1077B1843/image-size/large?v=v2&amp;amp;px=999" title="fsl-image-gui_sdcard.png" alt="fsl-image-gui_sdcard.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;from the above command i'm trying to copy sd card full image to sd card ..&lt;/P&gt;&lt;P&gt;after this i plugged memory card into imx6 solo board for booting .&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;to Communicate with hardware using usb cable for ubuntu I'm using here &lt;EM&gt;GTKterm&lt;/EM&gt; as an example but any other debug terminal program can be used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69910iF1E303262575FEF0/image-size/large?v=v2&amp;amp;px=999" title="gtkterm.png" alt="gtkterm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;i wondered by seeing an empty console ???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;is there any further procedure for boot up board&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 11:43:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792589#M122754</guid>
      <dc:creator>yasodas</dc:creator>
      <dc:date>2018-12-13T11:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: can't able to boot using sd card full image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792590#M122755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yasoda S,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The steps are correct. However, the default bootloader loaded on the .sdcard image is for the i.MX6D/Q. If you are using the i.MX6Solo you would need to load the corresponding bootloader on the SD card with the following command:&lt;/P&gt;&lt;P&gt;$ sudo dd if=&amp;lt;U-Boot image&amp;gt; of=/dev/sdx bs=1k seek=&amp;lt;offset&amp;gt; conv=fsync&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2018 21:13:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792590#M122755</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2018-12-14T21:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: can't able to boot using sd card full image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792591#M122756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69839iA5E3F592526C3A68/image-size/large?v=v2&amp;amp;px=999" title="u-boot-imx.png" alt="u-boot-imx.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and There is NO detection of SDcard after doing this, no files are copied&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2018 05:44:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792591#M122756</guid>
      <dc:creator>yasodas</dc:creator>
      <dc:date>2018-12-15T05:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: can't able to boot using sd card full image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792592#M122757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yasoda S,&lt;/P&gt;&lt;P&gt;Are you copying the bootloader after loading the complete .sdcard image? The .sdcard should create the necessary particions. Afterwards you would need to load the bootloader and you will see no change on the partitions but it should boot on the board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please make sure that you use the offset necessary for the i.MX6Solo bootloaoder. I see that the command you used is lacking the seek offset and you need to use bs as 1k so the seek works correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;$ sudo dd if=&amp;lt;U-Boot image&amp;gt; of=/dev/sdx bs=1k seek=1 conv=fsync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2018 23:47:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792592#M122757</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2018-12-21T23:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: can't able to boot using sd card full image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792593#M122758</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/yasodas"&gt;yasodas&lt;/A&gt;‌:&lt;/P&gt;&lt;P&gt;Can you please check following points?&lt;/P&gt;&lt;P&gt;1) Did you inserted sdcard in&amp;nbsp;J4-SD4 Card Socket (Boot) ?&lt;/P&gt;&lt;P&gt;2) Does following serial setting done ?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Baud Rate: 115200&lt;/LI&gt;&lt;LI&gt;Data bits: 8&lt;/LI&gt;&lt;LI&gt;Parity: None&lt;/LI&gt;&lt;LI&gt;Stop bits: 1&lt;/LI&gt;&lt;LI&gt;Flow Control: None&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2019 11:14:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792593#M122758</guid>
      <dc:creator>rakesh_patel</dc:creator>
      <dc:date>2019-01-07T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: can't able to boot using sd card full image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792594#M122759</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/gusarambula"&gt;gusarambula&lt;/A&gt;‌ i am trying to boot imx6solo sabresd custom board ..&lt;/P&gt;&lt;P&gt;here i loaded u-boot.imx file to sd card and tried to boot in gtkterm the result i am getting is show in below image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77416i9535389EF318D2AD/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;can you please give me some info about why it is stopped there and how should i overcome this issue for proper booting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;srikrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 09:43:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/can-t-able-to-boot-using-sd-card-full-image/m-p/792594#M122759</guid>
      <dc:creator>srikittu34</dc:creator>
      <dc:date>2019-01-28T09:43:10Z</dc:date>
    </item>
  </channel>
</rss>

