<?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: Cannot Boot from SD Card with Linux and i.MX6 SABRE in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445556#M68664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Please try to use U-boot for SABRE-SD (not sabreauto).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 06:11:07 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2015-07-28T06:11:07Z</dc:date>
    <item>
      <title>Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445552#M68660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot figure out why the SABRE board does not boot from the SD Card when I put Linux on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been following the document named &lt;STRONG&gt;i.MX_6Dual6Quad_Sabre-AI_Linux_User's_Guide.pdf&lt;/STRONG&gt;.&amp;nbsp; I've attached it at well.&amp;nbsp; The instructions are actually listed under "Chapter 8 Using a Linux Host to Set Up an SD/MMC Card".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The steps I followed are the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Got a new 8 GB Micro SD with SD Adapter&lt;/P&gt;&lt;P&gt;2) Plugged card into a Ubuntu desktop machine (Ubuntu 12.04.3 LTS) and plugged the card into the slot.&amp;nbsp; The card is recognized as&amp;nbsp; '/dev/sdb'.&lt;/P&gt;&lt;P&gt;3) Next, I called umount '/dev/sdb' to ensure that I could modify the partitions (NOTE: '/dev/sdb1' or '/dev/sdb2', etc.. were not mounted). &lt;/P&gt;&lt;P&gt;4) Executed command to write the bootloader binary image to disk (SD Card):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo dd if=/home/user/Downloads/L3.0.35_4.1.0_130816_images_MX6/u-boot-mx6dl-sabreauto.bin of=/dev/sdb bs=512 seek=2 skip=2 conv=fsync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Executed command to copy the Linux OS image to disk (SD card):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'courier new', courier;"&gt;sudo dd if=/home/user/Downloads/L3.0.35_4.1.0_130816_images_MX6/uImage of=/dev/sdb bs=512 conv=fsync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) Setup partitioning on the SD card by calling&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'courier new', courier;"&gt;sudo fdisk /dev/sdb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6-a) Enter the 'u' key until terminal shows it has switched to sectors instead of cylinders ("Changing display/entry units to cylinders (DEPRECATED!)" -&amp;gt; "Changing display/entry units to sectors").&lt;/P&gt;&lt;P&gt;6-b) Enter the 'd' key until the terminal shows there are no more partitions ("No partition is defined yet!").&lt;/P&gt;&lt;P&gt;6-c) Enter the 'n' key to create a partition.&lt;/P&gt;&lt;P&gt;6-d) Enter the 'p' key to create a primary partition.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Partition type:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p&amp;nbsp;&amp;nbsp; primary (0 primary, 0 extended, 4 free)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e&amp;nbsp;&amp;nbsp; extended&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select (default p):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6-e) Enter the&amp;nbsp; '1' key to specify that it is the first partition.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Partition number (1-4, default 1):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6-f) Specify 16384 for the first sector offset.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; First sector (2048-15564799, default 2048):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6-g) Nest, press the enter key to take the default value.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last sector, +sector or +size{K,M,G} (16384-15564799, default 15564799):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6-h) Press the 'w' key to write the partition table to SD card and exit the fdisk application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) Format the newly created partition using the following command:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo mkfs.ext4 /dev/sdb1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8) Create a new directory.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mkdir /home/user/mountpoint&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9) Mount the new partition to that directory:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo mount /dev/sdb1 /home/user/mountpoint&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10) Unzip the root file system compressed file&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gunzip /home/user/Downloads/L3.0.35_4.1.0_130816_images_MX6/rootfs.ext2.gz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11) Create a new directory:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mkdir /home/user/rootfs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12) Mount the uncompressed root file system to the directory&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo mount -o loop -t ext2 /home/user/Downloads/L3.0.35_4.1.0_130816_images_MX6/rootfs.ext2 /home/user/rootfs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13) Enter the newly created directory and with new mount point.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cd /home/user/rootfs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14) Copy the file system contents to the new partition.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo cp -a * /home/kzawada/mountpoint&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15) Dismount the SD card partition and give it a little bit of time to finish writing all the data.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo umount /home/kzawada/mountpoint&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;16) Unplug the SD Card once writing is finished and plug in to Freescale SABRE i.MX6 Series board.&lt;/P&gt;&lt;P&gt;17) Plug-in the USB Cable for debug and setup a terminal.&lt;/P&gt;&lt;P&gt;18) Plug in the power cord.&lt;/P&gt;&lt;P&gt;19) Press the reset button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point there is no response at all on the debug board or indication the LCD screen that something is happening.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to boot from an SD card that contains Android and Windows Embedded Compact 7 on the same board.&amp;nbsp; This leads me to believe that the way the the SD card is written (MBR, partitions, etc...) is incorrect and the board cannot boot from this SD card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be wrong with the procedure of programming the SD card?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:39:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445552#M68660</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-07-24T14:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445553#M68661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the first command to be:&lt;/P&gt;&lt;P&gt;sudo dd if=u-boot-mx6q-sabresd.bin of=/dev/sdb bs=512 seek=2 skip=2 conv=fsync&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mainly because I am using the SABRE-SD and not the SABRE-AI (Automotive) board.&amp;nbsp; Still the same outcome.&amp;nbsp; Nothing is happening and no debug output over USB-to-UART.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 15:05:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445553#M68661</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-07-24T15:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445554#M68662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;1.&lt;BR /&gt; Under items 4) and 5) – looks like – “u-boot-mx6dl-sabreauto.bin” is rewritten &lt;BR /&gt; by uImage, assuming uImage size if greater than (512 x 2) bytes. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;So, please try at first to write and boot only U-boot.&lt;BR /&gt; &lt;BR /&gt; 2.&lt;BR /&gt; It makes sense to use the recent Linux BSP (L3.14.28) for i.MX6, please refer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;to the following Web.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW" rel="nofollow"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/Download?colCode=L3.14.28_1.0.0_iMX6QDLS_BUNDLE" rel="nofollow"&gt;http://www.freescale.com/webapp/Download?colCode=L3.14.28_1.0.0_iMX6QDLS_BUNDLE&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&amp;nbsp; For the SABRE-SD You may use SD demo images (.sdcard fime extention), such as &lt;BR /&gt; "fsl-image-qt5-x11-imx6qdlsolo.sdcard".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Please use the next Linux command to deploy it to SD card :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;$ sudo dd if= fsl-image-qt5-x11-imx6qdlsolo.sdcard of=/dev/sdb bs=1M&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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>Mon, 27 Jul 2015 02:21:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445554#M68662</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-07-27T02:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445555#M68663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;Yuri, thanks for your feedback.&amp;nbsp; Finally, got something working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried just programming u-boot using the following command:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$ sudo dd if=/home/user_name/Downloads/L3.0.35_4.1.0_130816_images_MX6/u-boot-mx6q-sabreauto.bin of=/dev/sdb bs=512 seek=2 conv=fsync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;332+1 records in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;332+1 records out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;170220 bytes (170 kB) copied, 0.114487 s, 1.5 MB/s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$ sudo dd if=/home/user_name/Downloads/L3.0.35_4.1.0_130816_images_MX6/u-boot-mx6dl-sabreauto.bin of=/dev/sdb bs=512 seek=2 conv=fsync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;316+1 records in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;316+1 records out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;162280 bytes (162 kB) copied, 0.06722 s, 2.4 MB/s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, still no response from the USB-to-serial debug port.&amp;nbsp; Also, nothing on the LCD (via LVDS) screen either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The great news is that writing the entire SD Card image worked great.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$ sudo dd if=/home/user_name/Downloads/fsl-L3.14.28_1.0.0_iMX6qdls_Bundle/L3.14.28_1.0.0_ga_images_MX6/fsl-image-qt5-x11-imx6qdlsolo.sdcard of=/dev/sdb bs=1M&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[sudo] password for user:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1444+0 records in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1444+0 records out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1514143744 bytes (1.5 GB) copied, 69.1884 s, 21.9 MB/s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can definitely work with that and move forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still makes me wonder why the following the Freescale instructions does not work to simply program the SD card and see Linux boot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:06:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445555#M68663</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-07-27T14:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445556#M68664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Please try to use U-boot for SABRE-SD (not sabreauto).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445556#M68664</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-07-28T06:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445557#M68665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see what you mean by overwriting uboot with uImage.&amp;nbsp; I was missing a command line parameter (seek=2048):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;sudo dd if=uImage of=/dev/sdb bs=512 conv=fsync&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;sudo dd if=uImage of=/dev/sdb bs=512 seek=2048 conv=fsync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, after just programing uboot as suggested:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$ sudo dd if=/home/user_name/Downloads/L3.0.35_4.1.0_130816_images_MX6/u-boot-mx6q-sabresd.bin of=/dev/sdb bs=512 seek=2 skip=2 conv=fsync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;841+1 records in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;841+1 records out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;430672 bytes (431 kB) copied, 0.178134 s, 2.4 MB/s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked, I saw the board boot up using uboot.&amp;nbsp; I decided to follow the remainder of the steps and program uImage as well as create a partition and fill it with data.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$ sudo dd if=/home/user_name/Downloads/L3.0.35_4.1.0_130816_images_MX6/uImage of=/dev/sdb bs=512 seek=2048 conv=fsync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;7551+1 records in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;7551+1 records out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;3866508 bytes (3.9 MB) copied, 1.16317 s, 3.3 MB/s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user_name@computer:~$ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to boot up and uboot showed it was trying to get an image using TFTP.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, in the terminal executed the following commands (used LVDS0 for the display):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;setenv loadaddr 0x10800000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk1p1 rootwait rw video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc dev 2;mmc read ${loadaddr} 0x800 0x2000;bootm'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;setenv bootcmd 'run bootcmd_mmc'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;saveenv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run bootcmd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This made the LCD show the BusyBox GUI which was great.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran into a couple of items which I saw were not working:&lt;/P&gt;&lt;P&gt;- The keyboard would not work in the BusyBox terminal, but the mouse worked.&lt;/P&gt;&lt;P&gt;- Could not login to the debug terminal.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;freescale login: linaro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Password:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Login incorrect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;freescale login:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, really happy that it booted Linux.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 14:59:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445557#M68665</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-07-28T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445558#M68666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try login "root" (with empty password).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:55:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445558#M68666</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-07-29T05:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445559#M68667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yuri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right for BusyBox the login with "root" (with empty password) works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also attached my terminal output for anyone else that is searching this forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 19:23:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445559#M68667</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-07-30T19:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445560#M68668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to determine which options 'fsl-image-qt5-x11-imx6qdlsolo.sdcard' was built with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was it built with the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;$ MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-x11 -e x11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;$ bitbake fsl-image-gt5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I determine this?&amp;nbsp; Is there a way to search in the image to determine this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 15:43:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445560#M68668</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-08-05T15:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445561#M68669</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; I think it would be reasonable to create new thread regarding demo images creation.&lt;/P&gt;&lt;P&gt;(I have no answer right now,&amp;nbsp; but the topic is intersting) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 04:12:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445561#M68669</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-08-06T04:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445562#M68670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!why I can't get the&amp;nbsp; &lt;SPAN style="font-family: CourierStd; font-size: 9pt; color: #000000; font-style: normal;"&gt;u-Boot-mx6q-sabreauto.bin &lt;/SPAN&gt;,how did you get it?Hope to your repsponse.&lt;SPAN style="font-family: CourierStd; font-size: 9pt; color: #000000; font-style: normal;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 07:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445562#M68670</guid>
      <dc:creator>luea</dc:creator>
      <dc:date>2015-08-26T07:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445563#M68671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which development hardware are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCIMX6Q-SDB&lt;/P&gt;&lt;P&gt;MCIMX6Q-SDP&lt;/P&gt;&lt;P&gt;MCIMX6DL-SDP&lt;/P&gt;&lt;P&gt;MCIMX6SX-SDB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 13:35:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445563#M68671</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-09-01T13:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445564#M68672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,I am using &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;MCIMX6Q-SDP,and I found that.Thank you for your response!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 03:36:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445564#M68672</guid>
      <dc:creator>luea</dc:creator>
      <dc:date>2015-09-02T03:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445565#M68673</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" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55628iFD6FF371572AD960/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;where can I enter these commands,in &lt;SPAN style="font-family: TimesLTStd-Roman; font-size: 14pt; color: #000000;"&gt;HyperTerminal ???&amp;nbsp;&amp;nbsp; or something else???&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt; I am &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; using &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;MCIMX6Q-SDP,,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 13:00:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445565#M68673</guid>
      <dc:creator>luea</dc:creator>
      <dc:date>2015-09-04T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445566#M68674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, you can use one of many terminal emulator programs (HyperTerminal, TerraTerm, Putty, or many others).&amp;nbsp; There is a USB cable to connect for debug and terminal emulation on the MCIMX6Q-SDP board (&lt;A href="http://www.digikey.com/product-detail/en/MCIMX6DL-SDP/MCIMX6DL-SDP-ND/3831421" title="http://www.digikey.com/product-detail/en/MCIMX6DL-SDP/MCIMX6DL-SDP-ND/3831421"&gt;MCIMX6DL-SDP Freescale Semiconductor | MCIMX6DL-SDP-ND | DigiKey&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my instance, once I programmed MCIMX6Q-SDP with 'fsl-L3.14.28_1.0.0_iMX6qdls_Bundle/L3.14.28_1.0.0_ga_images_MX6/&lt;STRONG&gt;fsl-image-qt5-x11-imx6qdlsolo.sdcard&lt;/STRONG&gt;', I did not need to set any of the parameters with a terminal.&amp;nbsp; It just booted and the GUI was displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 15:12:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445566#M68674</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-09-04T15:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445567#M68675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean that I can enter these commands in hyper terminal,right ? I want to try this first,if can not ,I will try you method. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2015 05:05:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445567#M68675</guid>
      <dc:creator>luea</dc:creator>
      <dc:date>2015-09-05T05:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445568#M68676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can do that through debug terminal.&amp;nbsp; In case you use HyperTerminal then so be it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 13:37:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445568#M68676</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-09-08T13:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445569#M68677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!I was be able to set up the board using your method with '&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;fsl-L3.14.28_1.0.0_iMX6qdls_Bundle/L3.14.28_1.0.0_ga_images_MX6/&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG&gt;fsl-image-qt5-x11-imx6qdlsolo.sdcard&lt;/STRONG&gt;&lt;/SPAN&gt;'!but if I want to patch AVB kernel in the uImage,can I use '&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;fsl-L3.14.28_1.0.0_iMX6qdls_Bundle/L3.14.28_1.0.0_ga_images_MX6/&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;STRONG&gt;fsl-image-qt5-x11-imx6qdlsolo.sdcard', if so,would you attach some documents or material？Thank you!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 06:45:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445569#M68677</guid>
      <dc:creator>luea</dc:creator>
      <dc:date>2015-09-09T06:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445570#M68678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a new thread for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 13:54:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445570#M68678</guid>
      <dc:creator>kriszawada</dc:creator>
      <dc:date>2015-09-09T13:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Boot from SD Card with Linux and i.MX6 SABRE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445571#M68679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry，I don't understand what you mean,would you please explain more specificly!Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2015 06:27:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-Boot-from-SD-Card-with-Linux-and-i-MX6-SABRE/m-p/445571#M68679</guid>
      <dc:creator>luea</dc:creator>
      <dc:date>2015-09-12T06:27:10Z</dc:date>
    </item>
  </channel>
</rss>

