<?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: imx6q-sdb boot from SPI-flash</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248352#M22160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks to me like you have it hooked up properly (especially since you said you can access it from linux). &lt;/P&gt;&lt;P&gt;The one gotcha that I had in my case (using ECSPI5) was that I had to remove a connection to the accelerometer because it was using the pin in a different muxed mode.&amp;nbsp; After doing that my boot-off-spi on the SabreSDB board worked just fine.&amp;nbsp; It is true that the default board does not support this; however, as you have stated, you hooked up your own device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, it appears that there are no conflicting devices on these pins, so you're good-to-go there (assuming you don't have an LCD plugged in of course).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the only thing I can think of is that your data is not formatted correctly on the SPI-NOR device.&lt;/P&gt;&lt;P&gt;What image are you putting on there and how are you doing it?&lt;/P&gt;&lt;P&gt;Two possibilities come to mind...&lt;/P&gt;&lt;P&gt;1. Does your image have the 1024-byte offset at the base?&lt;/P&gt;&lt;P&gt;2. If you're burning the image with linux are you sure it is a "raw" burn?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For #1, t&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ry this...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1.create a 1024-byte file of zeroes called "prefix" (or whatever)&lt;/P&gt;&lt;P&gt;2. prepend that file to the u-boot.imx file... cat prefix u-boot.imx &amp;gt; u-boot_with_prefix.imx&lt;/P&gt;&lt;P&gt;3. burn that to your SPI flash.&lt;/P&gt;&lt;P&gt;4. try to boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For #2, try this...&lt;/P&gt;&lt;P&gt;Use uboot's 'sf' command to read the data out of SPI flash to memory, then use the 'tftpput'&lt;/P&gt;&lt;P&gt;command (you may have to run menuconfig in uboot to pull this in) to upload it to your host.&lt;/P&gt;&lt;P&gt;Then compare it to your original file.&amp;nbsp; If these files don't match, the use uboot's 'sf' command&lt;/P&gt;&lt;P&gt;to burn the image into spi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 16:17:53 GMT</pubDate>
    <dc:creator>EdSutter</dc:creator>
    <dc:date>2014-01-22T16:17:53Z</dc:date>
    <item>
      <title>imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248349#M22157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to set imx6q-sdb board boot from spi flash.&lt;/P&gt;&lt;P&gt;I weld a chip on another board and connect it to SPI3(imx6q's pin:&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;DISP0_DAT0, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;DISP0_DAT1,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;DISP0_DAT2,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;DISP0_DAT3(spi:ss0)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And then modify linux kernel driver.When CPU boot up form eMMC,SPI-flash work well.I also can burn u-boot image to SPI-flash successfully.&lt;/P&gt;&lt;P&gt;But now CPU can not boot from SPI-flash.&lt;/P&gt;&lt;P&gt;BT_CFG1=8'b0011_0000&amp;nbsp; (SW6=8'b0011_0000) &lt;/P&gt;&lt;P&gt;BT_CFG4=8'b0000_1010&lt;/P&gt;&lt;P&gt;I do not modify the board anything.&lt;/P&gt;&lt;P&gt;I find four pin(EIM_LBA:BT_CFG4_2&amp;nbsp; EIM_EB0:BT_CFG4_3&amp;nbsp; EIM_EB1:BT_CFG4_4&amp;nbsp; EIM_RW:BT_CFG4_5) hold on high level when power up and CPU do not boot up.Does it normal?&lt;/P&gt;&lt;P&gt;What do I need to do for booting form SPI3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 02:40:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248349#M22157</guid>
      <dc:creator>carmilili</dc:creator>
      <dc:date>2014-01-22T02:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248350#M22158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to&amp;nbsp; Table 7 (Known Issues and Workarounds) of "i.MX_6Dual6Quad_Sabre-SD_Linux_Release_Notes.pdf" :&lt;/P&gt;&lt;P&gt;"SPI NOR boot is not supported by Smart Device Board.Current SD board uses KEY relative PINs as SPI interface.&lt;/P&gt;&lt;P&gt;However, this set of PINs are not supported by ROM. Therefore, SPI NOR boot is not supported by Smart Device Board."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general one can test it on Sabre-AI, where it is supported.&lt;/P&gt;&lt;P&gt;Please use the AI documentation for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please take a look at the next discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2004" data-containertype="14" data-objectid="347573" data-objecttype="2" href="https://community.freescale.com/message/347573#347573"&gt;https://community.freescale.com/message/347573#347573&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 09:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248350#M22158</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-01-22T09:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248351#M22159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Please look carefully what I have said.&lt;/P&gt;&lt;P&gt;I know &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Smart Device Board&lt;/SPAN&gt; do not have spi-flash.And I also understand why KEY PINS are not for booting.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I weld a spi-flash chip on another board and connect it to SPI3(imx6q's pin:&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISP0_DAT0, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISP0_DAT1,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISP0_DAT2,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISP0_DAT3(spi:ss0)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I think you do not need to care which board be used. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 09:48:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248351#M22159</guid>
      <dc:creator>carmilili</dc:creator>
      <dc:date>2014-01-22T09:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248352#M22160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks to me like you have it hooked up properly (especially since you said you can access it from linux). &lt;/P&gt;&lt;P&gt;The one gotcha that I had in my case (using ECSPI5) was that I had to remove a connection to the accelerometer because it was using the pin in a different muxed mode.&amp;nbsp; After doing that my boot-off-spi on the SabreSDB board worked just fine.&amp;nbsp; It is true that the default board does not support this; however, as you have stated, you hooked up your own device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, it appears that there are no conflicting devices on these pins, so you're good-to-go there (assuming you don't have an LCD plugged in of course).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the only thing I can think of is that your data is not formatted correctly on the SPI-NOR device.&lt;/P&gt;&lt;P&gt;What image are you putting on there and how are you doing it?&lt;/P&gt;&lt;P&gt;Two possibilities come to mind...&lt;/P&gt;&lt;P&gt;1. Does your image have the 1024-byte offset at the base?&lt;/P&gt;&lt;P&gt;2. If you're burning the image with linux are you sure it is a "raw" burn?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For #1, t&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ry this...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1.create a 1024-byte file of zeroes called "prefix" (or whatever)&lt;/P&gt;&lt;P&gt;2. prepend that file to the u-boot.imx file... cat prefix u-boot.imx &amp;gt; u-boot_with_prefix.imx&lt;/P&gt;&lt;P&gt;3. burn that to your SPI flash.&lt;/P&gt;&lt;P&gt;4. try to boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For #2, try this...&lt;/P&gt;&lt;P&gt;Use uboot's 'sf' command to read the data out of SPI flash to memory, then use the 'tftpput'&lt;/P&gt;&lt;P&gt;command (you may have to run menuconfig in uboot to pull this in) to upload it to your host.&lt;/P&gt;&lt;P&gt;Then compare it to your original file.&amp;nbsp; If these files don't match, the use uboot's 'sf' command&lt;/P&gt;&lt;P&gt;to burn the image into spi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:17:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248352#M22160</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2014-01-22T16:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248353#M22161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I will have a try now.&lt;/P&gt;&lt;P&gt;I think you reply will be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 01:12:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248353#M22161</guid>
      <dc:creator>carmilili</dc:creator>
      <dc:date>2014-01-23T01:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248354#M22162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a bit more information...&lt;/P&gt;&lt;P&gt;If it would help, I could send you an image I've used.&lt;/P&gt;&lt;P&gt;At u-boot, you would do something similar to this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# First download the image to your board:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;U-Boot &amp;gt; tftpboot uboot.spi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;# Note the size of the transfer and figure out the next higher mod 0x1000 value (this will be used as the SIZE in the sf command later)&lt;/P&gt;&lt;P&gt;# Now set up the spi flash device you want to connect to (4:0x1100 is for my ECSPI5-based connection, so you'll have to change&lt;/P&gt;&lt;P&gt;# it to match your interface)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;U-Boot &amp;gt; sf probe 4:0x1100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;# Then just run sf update...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;U-Boot &amp;gt; sf update ${loadaddr} SIZE&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 14:43:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248354#M22162</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2014-01-23T14:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248355#M22163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your idea.&lt;/P&gt;&lt;P&gt;I find have some problem with my linux kernel.When I modify it,and now it can boot up from SPI-NOR flash.&lt;/P&gt;&lt;P&gt;But there are also have some problem with u-boot.Accoring to the UART,it tell me MMC init failed.&lt;/P&gt;&lt;P&gt;So CPU can not load kernel and mount file system.&lt;/P&gt;&lt;P&gt;You can get some information from below detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Board: i.MX6Q-SABRESD: unknown-board Board: 0x63012 [POR ]&lt;/P&gt;&lt;P&gt;Boot Device: SPI NOR&lt;/P&gt;&lt;P&gt;I2C:&amp;nbsp;&amp;nbsp; ready&lt;/P&gt;&lt;P&gt;DRAM:&amp;nbsp;&amp;nbsp; 1 GB&lt;/P&gt;&lt;P&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_USDHC: 0,FSL_USDHC: 1,FSL_USDHC: 2,FSL_USDHC: 3&lt;/P&gt;&lt;P&gt;Card did not respond to voltage select!&lt;/P&gt;&lt;P&gt;MMC init failed&lt;/P&gt;&lt;P&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;/P&gt;&lt;P&gt;Found PFUZE100! deviceid=10,revid=11&lt;/P&gt;&lt;P&gt;Net:&amp;nbsp;&amp;nbsp; got MAC address from IIM: 00:04:9f:02:b1:af&lt;/P&gt;&lt;P&gt;FEC0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;MX6Q SABRESD U-Boot &amp;gt; print&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;stdin=serial&lt;/P&gt;&lt;P&gt;stdout=serial&lt;/P&gt;&lt;P&gt;stderr=serial&lt;/P&gt;&lt;P&gt;ethact=FEC0&lt;/P&gt;&lt;P&gt;Environment size: 53/8188 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I need to modify u-boot code.&lt;/P&gt;&lt;P&gt;Can you give some suggest for modifying the code of u-boot?&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 02:47:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248355#M22163</guid>
      <dc:creator>carmilili</dc:creator>
      <dc:date>2014-01-24T02:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248356#M22164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When boot up from SPI-NOR flash,I use the command of "sf".&lt;/P&gt;&lt;P&gt;MX6Q SABRESD U-Boot &amp;gt; sf probe 2:0&lt;/P&gt;&lt;P&gt;Error: re-tried 100 times without response. Give up&lt;/P&gt;&lt;P&gt;Failed to initialize SPI flash at 2:0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified two function spi_get_cfg() and spi_io_init().&lt;/P&gt;&lt;P&gt;But it does not work well.The u-boot version is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;uboot-2009.08&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 07:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248356#M22164</guid>
      <dc:creator>carmilili</dc:creator>
      <dc:date>2014-01-24T07:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248357#M22165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, what version of uboot are you using?&lt;/P&gt;&lt;P&gt;I'm working with u-boot-2013.10.&lt;/P&gt;&lt;P&gt;Double check your "2:0" setting in your sf probe command.&lt;/P&gt;&lt;P&gt;You may need a few other bits to be set there.&amp;nbsp; Try 2:0x1100.&lt;/P&gt;&lt;P&gt;At the moment I don't remember what these were in detail, but I do recall they&lt;/P&gt;&lt;P&gt;were important to be set correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 12:14:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248357#M22165</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2014-01-24T12:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248358#M22166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The u-boot version is &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;uboot-2009.08&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I think the reasion may be the bad SPI driver.&lt;/P&gt;&lt;P&gt;There is no clk on the SPI pin when I use the "sf" command.&lt;/P&gt;&lt;P&gt;I will try again tomorrow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 12:56:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248358#M22166</guid>
      <dc:creator>carmilili</dc:creator>
      <dc:date>2014-01-24T12:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248359#M22167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmmm...&lt;/P&gt;&lt;P&gt;Keep in mind that my comments are based on the newer version of u-boot;&lt;/P&gt;&lt;P&gt;and IIRC, the spi-flash code changed quite a bit between versions.&lt;/P&gt;&lt;P&gt;One snag that I ran into was that I had configured (PINMUX) the SPI controller&lt;/P&gt;&lt;P&gt;to use the ECSPI to control the SS line; but the code was written based on the SS line&lt;/P&gt;&lt;P&gt;being a GPIO pin.&lt;/P&gt;&lt;P&gt;Don't know how you initialized your pinmux, but be aware of that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 20:01:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248359#M22167</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2014-01-24T20:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248360#M22168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i meet the same problem like you ,have you fixed the problem?,now accordding to the "i.MX_6Dual6Quad_BSP_Porting_Guide.pdf",it can recognize SPI in linux as mtdblock0,mtdblock1,but can recognize it in uboot,could you give me some advice?thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:07:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248360#M22168</guid>
      <dc:creator>caoping</dc:creator>
      <dc:date>2014-10-08T09:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: imx6q-sdb boot from SPI-flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248361#M22169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what problem you're referring to..&lt;/P&gt;&lt;P&gt;I wanted to boot uboot from SPI, so I populated the "other" SPI device footprint on the iMX6SDB and raised the conflicting pins on the accelerometer.&lt;/P&gt;&lt;P&gt;I had/have no need to access the SPI from linux, so I haven't tried that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:26:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boot-from-SPI-flash/m-p/248361#M22169</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2014-10-08T11:26:24Z</dc:date>
    </item>
  </channel>
</rss>

