<?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: How do I boot and LS1021ATWR development board from an SD Card? in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373026#M74</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess our main question pertains to what information we need to put in some of the configuration files.&amp;nbsp; Some of the documentation that we've read has stated that we need change the UBOOT_MACHINES variable in the associated config file to the machine we are trying to build this u-boot for.&amp;nbsp; But we can't seem to figure out what are valid values for that variable.&amp;nbsp; Somewhere on the internet, possibly within this community board, was talk that the values may need to be "LS1021ATWR LS1021ATWR_SDCARD", which we've tried with no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any config files that you may be able to give us that have these variables set up so we can get an idea of how things are supposed to look before we kick off the u-boot compile procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2015 21:13:54 GMT</pubDate>
    <dc:creator>patrickmorrow</dc:creator>
    <dc:date>2015-02-17T21:13:54Z</dc:date>
    <item>
      <title>How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373017#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are currently trying to get an LS1021ATWR development board to boot from an SD Card, but we are having a difficult time trying to figure out what is needed / how to build what is needed in order to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are currently trying to build our SD Deployment with SDK v1.7, Linux 3.12 and U-Boot 2014.07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing I think we need help with is building the proper PBL.&amp;nbsp; We've seen the documentation here: &lt;A href="http://www.freescale.com/infocenter/index.jsp?topic=%2FQORIQSDK%2F1323833.html"&gt;http://www.freescale.com/infocenter/index.jsp?topic=%2FQORIQSDK%2F1323833.html&lt;/A&gt; but the CPUs listed aren't necessarily the same as the LS1021ATWR.&amp;nbsp; Regardless we've tried to follow along as best we can.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is "a known good RCW" one of the .bin files found in the /rcw directory under build&amp;lt;machine&amp;gt;release/deploy/images?&amp;nbsp; We've been using the rcw_1000_sdboot.bin and importing that into an LS1021A QorIQ Configuration project, but when we import rcw_1000_sdboot.bin there are several fields that contain errors.&amp;nbsp; The following fields are blank and result in an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-IFC_MODE under Boot Configuration&lt;/P&gt;&lt;P&gt;-DP_DIV under Clocking Configuration&lt;/P&gt;&lt;P&gt;-OCN_DIV under Clocking Configuration&lt;/P&gt;&lt;P&gt;-IFC_GRP_E1_EXT under Group B Pin Configuration under Pin Multiplexing Configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the documentation linked to above, there is a field called BOOT_LOC under Boot Configuration, which doesn't seem to exist in the properties of our configuration project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are probably many more questions to come, but this is where we are currently stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 21:44:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373017#M65</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-12T21:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373018#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't use SDK and I only use mainline u-boot so&lt;/P&gt;&lt;P&gt;it may not be exactly what you are asking but here&lt;/P&gt;&lt;P&gt;are the steps I follow with mainline u-boot :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- compile for SD card config, e.g. :&lt;/P&gt;&lt;P&gt;make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-&amp;nbsp; distclean&lt;/P&gt;&lt;P&gt;make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-&amp;nbsp; ls1021atwr_sdcard_defconfig&lt;/P&gt;&lt;P&gt;make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-&amp;nbsp; all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this produces : u-boot-with-spl-pbl.bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- copy to SD card, e.g. :&lt;/P&gt;&lt;P&gt;sudo dd if=u-boot-with-spl-pbl.bin of=/dev/sdb bs=512 seek=8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 03:24:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373018#M66</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-02-13T03:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373019#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to QorIQ-SDK-V1.7-20141218-yocto\meta-fsl-arm\conf\machine\ls1021atwr.conf and set UBOOT_CONFIG ??= "sdcard". After bitbake u-boot you can find the complete sd_uboot_image in \QorIQ-SDK-V1.7-20141218-yocto\build_ls1021atwr_release\tmp\work\ls1021atwr-fsl-linux-gnueabi\u-boot-ls1\2014.07-r0\git\.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The uboot image should be written on a sd card using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Linux &lt;/SPAN&gt;command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo dd if=u-boot-with-spl-pbl.bin of=/dev/mmcblk0 bs=512 seek=8 conv=notrunc oflag=sync&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uboot command:&lt;/P&gt;&lt;P&gt;tftp &lt;SPAN style="font-size: 13.3333330154419px;"&gt;0x1000000 &amp;lt;sd_uboot_image&amp;gt;.bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;mmc write 0x1000000 8 0x400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 07:00:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373019#M67</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2015-02-13T07:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373020#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for the response, and that seems to be giving us better results, in that the u-boot file created does appear to have the RCW and whatnot preppended to it (although the name of the file in the ...\u-boot-ls1\2014.07-r0\git\ directory is just called "u-boot.bin", is that an issue?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, when we copy the u-boot file over to the SD card and start up the LS1021A development board, we still do not see any u-boot prompts that would allow us to set environment variables and other arguments.&amp;nbsp; It's just a blank screen being output to the serial port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there other configurations that we need to set that may change the RCW that ends up being placed at the beginning of the u-boot.bin file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 16:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373020#M68</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-13T16:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373021#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick&lt;/P&gt;&lt;P&gt;Adrian will probably get you the most accurate respond but&lt;/P&gt;&lt;P&gt;I wonder if you set your switches correctly to boot from&lt;/P&gt;&lt;P&gt;SD card. You might want to verify if you have S2.1&lt;/P&gt;&lt;P&gt;set to OFF and S2.3 set to ON.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 18:26:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373021#M69</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-02-13T18:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373022#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just double checked, and the switches are set correctly.&amp;nbsp; We're able to run the OOBE example from the thumb drive and that boots from the sd card just fine.&amp;nbsp; Our troubles seem to stem from when we try to build PBLs and Kernels and Root FS's and whatnot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 18:52:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373022#M70</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-13T18:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373023#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick&lt;/P&gt;&lt;P&gt;Thanks for the update. Until you get your response from Adrian&lt;/P&gt;&lt;P&gt;for SDK, perhaps you can just give a try to mainline u-boot. As&lt;/P&gt;&lt;P&gt;mentioned I am able to build and boot fine on my LS1021ATWR&lt;/P&gt;&lt;P&gt;board.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 21:12:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373023#M71</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-02-13T21:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373024#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use uboot file attached. This was built from SDK1.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 08:10:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373024#M72</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2015-02-16T08:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373025#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the slow response, but our company had the holiday off yesterday.&amp;nbsp; But we're back and ready to get this issue figured out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the u-boot file that you've provided, we still can't seem to get our LS1021ATWR development board to boot up properly.&amp;nbsp; Using a hex editor, we were able to see that the file you provided and the one that we are currently capable of building using SDK 1.7 are the same size and, except for some time stamp information, and by performing a byte-wise compare of the 2 files, they appear to contain the same data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were able to extract the u-boot section of the working out of box example that is provided with the freescale thumbdrive and place that on the desired sd card, and that appears to u-boot properly and outputs information to the LPUART and lets us configure environment variables over a terminal.&amp;nbsp; Are there some LPUART configuration variables somewhere that we might be missing?&amp;nbsp; Like in menuconfig, or any other config files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Speaking of, are there any files that we might be able to to provide that might, more easily, point out which things we are currently missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 14:47:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373025#M73</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-17T14:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373026#M74</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess our main question pertains to what information we need to put in some of the configuration files.&amp;nbsp; Some of the documentation that we've read has stated that we need change the UBOOT_MACHINES variable in the associated config file to the machine we are trying to build this u-boot for.&amp;nbsp; But we can't seem to figure out what are valid values for that variable.&amp;nbsp; Somewhere on the internet, possibly within this community board, was talk that the values may need to be "LS1021ATWR LS1021ATWR_SDCARD", which we've tried with no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any config files that you may be able to give us that have these variables set up so we can get an idea of how things are supposed to look before we kick off the u-boot compile procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373026#M74</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-17T21:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373027#M75</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upon further inspection of the RCWs, both the one we are capable of building and the one we received from you, it appears that support for the LPUART is turned off.&amp;nbsp; When looking at the RCW that comes from clonezilla and the out of box example, it appears that the LPUART is turned on.&amp;nbsp; And that seems to be the only difference, at least within the RCW data.&amp;nbsp; Is there a way for us to turn on the LPUART support within the RCW somehow from the configuration files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 22:10:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373027#M75</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-17T22:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373028#M76</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Yocto build the config file for LS1021ATWR is QorIQ-SDK-V1.7-20141218-yocto\meta-fsl-arm\conf\machine\ls1021atwr.conf. The variable is UBOOT_CONFIG and can have 3 values: nor, sdcard or lpuart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to build u-boot and not use Yocto you can go to QorIQ-SDK-V1.7-20141218-yocto\build_ls1021atwr_release\tmp\work\ls1021atwr-fsl-linux-gnueabi\u-boot-ls1\2014.07-r0\git\ and use the steps below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make ARCH=arm CROSS_COMPILE=&amp;lt;path_to_gcc_toolchain&amp;gt;&amp;nbsp; distclean&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;make ARCH=arm CROSS_COMPILE=&amp;lt;path_to_gcc_toolchain&amp;gt;&amp;nbsp; ls1021atwr_sdcard_config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;make ARCH=arm CROSS_COMPILE=&amp;lt;path_to_gcc_toolchain&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Or if you take the u-boot from mainline, you should use the steps &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;provided by &lt;/SPAN&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.nxp.com/people/sinanakman"&gt;sinanakman&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 06:36:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373028#M76</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2015-02-18T06:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373029#M77</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can build the rcw using Yocto with bitbake rcw, then go to QorIQ-SDK-V1.7-20141218-yocto\build_ls1021atwr_release\tmp\work\ls1021atwr-fsl-linux-gnueabi\rcw\git-r0\deploy-rcw\rcw\ls1021atwr\.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 06:39:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373029#M77</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2015-02-18T06:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373030#M78</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the only options within the ls1021atwr.conf file are nor, sdcard or lpuart, does that mean that it is not possible for us to create an RCW using yocto that contains the same support as that from the out of box example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when the u-boot file is generated, where does it pull the RCW information from?&amp;nbsp; Is it from those files that are built when we run bitbake RCW?&amp;nbsp; Or is it from another location, and can we modify the values of that RCW before it is assembled into the u-boot file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 14:40:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373030#M78</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-18T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373031#M79</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To customize the RCW which is used when u-boot for sdcard is built, g&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;o to the folder build_ls1021atwr_release/tmp/work/ls1021atwr-fsl-linux-gnueabi/u-boot-ls1/2013.10-r0/git and modify the file board/freescale/ls1021atwr/ls102xa_rcw_sd.cfg.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that rebuild u-boot:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$ bitbake -c compile -f u-boot&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 07:53:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373031#M79</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2015-02-19T07:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373032#M80</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We eventually did find that file and we were able to modify the RCW to resemble that of the out of box example.&amp;nbsp; Unfortunately, when we build that image, it still does not behave in the same way that the out of box example does, in that it does not print out any u-boot prompts for editing and storing environment variables via the serial port connected to the K20 microcontroller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there other u-boot settings and files somewhere that we might be missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 14:08:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373032#M80</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-19T14:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373033#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we finally got around to attempting to build the u-boot without bitbake and Yocto and what-have-you, using the methods form you and Sinan, and the resulting file was the same (except for various timestamps) as the u-boot files that we generate using bitbake and Yocto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any other configuration files anywhere that we might have glanced over that might give us a similar u-boot image as that found from the out of box example?&amp;nbsp; Or should we just resort to using that u-boot image from the out of box example in order to debug our kernel builds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373033#M81</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-19T17:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373034#M82</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick&lt;/P&gt;&lt;P&gt;Sorry to interrupt your discussion here with Adrian but when you&lt;/P&gt;&lt;P&gt;mention "similar u-boot image as that found from the out of box example"&lt;/P&gt;&lt;P&gt;what features you are referring to ? I don't know that out of box&lt;/P&gt;&lt;P&gt;image but I can take a look at the mainline u-boot and&lt;/P&gt;&lt;P&gt;see how you can get the features you are interested in.&lt;/P&gt;&lt;P&gt;The top of the tree mainline u-boot (v2015.01-rc2) should&lt;/P&gt;&lt;P&gt;have a fairly good support. In your previous message above&lt;/P&gt;&lt;P&gt;you are mentioning that "it does not print out any u-boot prompts [...]&lt;/P&gt;&lt;P&gt;via the serial port connected to the K20 microcontroller."&lt;/P&gt;&lt;P&gt;If you are referring to the (default) usb-serial port, I have&lt;/P&gt;&lt;P&gt;no problem of seeing the u-boot messages coming out&lt;/P&gt;&lt;P&gt;of this port.&lt;/P&gt;&lt;P&gt;If you prefer, please let me know what&amp;nbsp; features you &lt;/P&gt;&lt;P&gt;are expecting from the mainline u-boot and I'll try to&lt;/P&gt;&lt;P&gt;test them out for you while Adrian is helping you with&lt;/P&gt;&lt;P&gt;an SDK based solution.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:18:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373034#M82</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-02-19T19:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373035#M83</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to apologize, we'll take help wherever we can get it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess what we're calling the "out of the box example" is what is provided on the thumb drive that is included within the development board.&amp;nbsp; The thumb drive contains within it an iso to create a "clonezilla" cd which will write a demo PBL (that contains an RCW, PBIs and a U-Boot image) to an SD card.&amp;nbsp; Some of the functionality of that demo PBL includes being able to communicate over the default usb serial port.&amp;nbsp; Through the serial port support of the demo PBL we can modify and save environment variables, load files on the SD card to RAM offsets, pretty much all functionality that should be supported by u-boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we try to build an entire u-boot image (containing RCW, PBIs and U-Boot image) to program to an SD card ourselves, whether it's with Yocto or toolchains, we seem to lose the support to communicate with the u-boot image over the usb serial port.&amp;nbsp; Right now we're just really looking for a solution that will let us communicate with a u-boot image, that has been loaded from an SD card, over the usb serial port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The out of the box example has us changing the jumpers at J19 and J20 from shorting 2-3 (UART) to shorting 1-2 (LPUART) for it to output to the usb serial port properly, if that points out any other places we may be experiencing missteps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 20:13:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373035#M83</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-19T20:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I boot and LS1021ATWR development board from an SD Card?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373036#M84</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After finally hitting our head against a wall for so long, we changed the jumper settings of J19 and J20 back to shorting 2:3 and that seems to give us a u-boot prompt!&amp;nbsp; Oh happy day.&amp;nbsp; Now we can start crying about the next hurdle.&amp;nbsp; Thank you so much for your help, both you and Adrian.&amp;nbsp; I'm pretty sure we would've been much more lost without you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 20:25:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-do-I-boot-and-LS1021ATWR-development-board-from-an-SD-Card/m-p/373036#M84</guid>
      <dc:creator>patrickmorrow</dc:creator>
      <dc:date>2015-02-19T20:25:18Z</dc:date>
    </item>
  </channel>
</rss>

