<?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: Using LFS on i.MX6q SabreSD</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289781#M34876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you booting Linux or Android? For Linux, You should use the u-boot (u-boot.bin) and Kernel (uImage) located in rootfs/boot. These images, and the rootfs folder is created by LTIB. The flashing procedure is on the User Guide.&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, 24 Jul 2013 15:58:00 GMT</pubDate>
    <dc:creator>LeonardoSandova</dc:creator>
    <dc:date>2013-07-24T15:58:00Z</dc:date>
    <item>
      <title>Using LFS on i.MX6q SabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289780#M34875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the SabreSD board with the touchsreen and I've built the LFS from L3.0.35_4.0.0_130424_source.tar.gz package. I deploy it on the sd card with the MfgTool using the default u-boot and uImage delivered with the tool. After that, I restart the board to boot on the SD card but I have a message saying that the uImage can't be found so I configure manualy the u-boot env with commands found in the linux user guide (Listing 1). Everything is going fine till the "saveenv" command, it doesn't exist. To have this command, I start the board on the android's card, go to the u-boot prompt, change the SD card, rescan the mmc 2, configure the u-boot env and then save it but it doesn't work, i can't boot automaticaly to the LFS. But if I set the environment and then use "bootd" instead of "run bootcmd" I can boot on the SD card and login me in the serial console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An other problem is I don't have the prompt on the LVDS, I have only in serial console, so I tried to configure the kernel with u-boot like in this thread (&lt;A href="https://community.nxp.com/thread/306037"&gt;No display on SabreSD imx6 with u boot configuration&lt;/A&gt;) but it don't work, even with the ldb=dul0. It seems that the LVDS is connected to LVDS1 and not LVDS0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my questions is : what u-boot should I use ? (the u-boot built with the L3 package doen't work, and the same for the uImage) and what are the parameters to have the touchscreen as the main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jérémy L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listing 1: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black;"&gt;setenv loadaddr 0x10800000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black;"&gt;setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black;"&gt;setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk1p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black;"&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: 'Segoe UI','sans-serif'; color: black;"&gt;setenv bootcmd 'run bootcmd_mmc'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black;"&gt;saveenv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black;"&gt;run bootcmd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 12:27:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289780#M34875</guid>
      <dc:creator>jeremyl_</dc:creator>
      <dc:date>2013-07-24T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using LFS on i.MX6q SabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289781#M34876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you booting Linux or Android? For Linux, You should use the u-boot (u-boot.bin) and Kernel (uImage) located in rootfs/boot. These images, and the rootfs folder is created by LTIB. The flashing procedure is on the User Guide.&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, 24 Jul 2013 15:58:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289781#M34876</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-07-24T15:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using LFS on i.MX6q SabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289782#M34877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm booting on linux and if i take the u-boot.bin and uImage from the rootfs/boot I have nothing like if i don't even put the SD card in the slot. And yes i used the rootfs generated by the ltib script as rootfs image. For flashing I used MfgTool as recommanded in some threads on this forum. In also tried the dd commands but same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit : I can boot with my uImage but still not with my u-boot. And i get the four Tux on the LVDS so I guess this part is okay now. Iused these parameters :&lt;/P&gt;&lt;P&gt;setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk1p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB24 ldb=dul0'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 16:11:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289782#M34877</guid>
      <dc:creator>jeremyl_</dc:creator>
      <dc:date>2013-07-24T16:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using LFS on i.MX6q SabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289783#M34878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you have chosen the correct u-boot's machine on the ltib's config. I usually place the SD card is on SD3 slot with 010000010 values on the dip switch.&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, 24 Jul 2013 17:37:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289783#M34878</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-07-24T17:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using LFS on i.MX6q SabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289784#M34879</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;For an unknown reason the board selected for u-boot changed drom mx6q_sabresd to mx6q_arm2 ... may be i didn't save the configuration correctly ! Now i have a fonctionnal système ! Thank you very much. I still have some troubles with the package, like Qt-embedded, it is looking on nokia servers and not qt-project but i can install it manualy so it's not a big issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jérémy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 10:03:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-LFS-on-i-MX6q-SabreSD/m-p/289784#M34879</guid>
      <dc:creator>jeremyl_</dc:creator>
      <dc:date>2013-07-25T10:03:55Z</dc:date>
    </item>
  </channel>
</rss>

