<?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: [U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749509#M116644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay Thanks , but then why was uboot.imx not boot when i dd to sdcard ,why is mfgtool not able to flash to sdcard .&lt;BR /&gt;Is my uboot working fine ? i just have to edit device tree now ?&lt;BR /&gt;This change&amp;nbsp;&lt;A class="link-titled" href="https://pastebin.com/raw/YYGfDaaV" title="https://pastebin.com/raw/YYGfDaaV"&gt;https://pastebin.com/raw/YYGfDaaV&lt;/A&gt;&amp;nbsp; will not cause future issues ? , any chance i could fix this ?&lt;BR /&gt;Is it possible to perform mmc write from uboot console ? i mean to write uboot to sdcard ? or kernel to sdcard?&lt;BR /&gt;Note mmc dev 1 is sdcard , 0x12000000 is where i load kernel using kermit .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2017 11:23:36 GMT</pubDate>
    <dc:creator>soorajs</dc:creator>
    <dc:date>2017-12-27T11:23:36Z</dc:date>
    <item>
      <title>[U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749507#M116642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.28cm; line-height: 107%;"&gt;Difference in SD-card interference between Sabreauto and our custom board [Vdash]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P style="margin-bottom: 0.28cm; line-height: 107%;"&gt;Sabreauto SD interference &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sd.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35326i9DD8F0666A6C320E/image-size/large?v=v2&amp;amp;px=999" role="button" title="sd.jpg" alt="sd.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.28cm; line-height: 107%;"&gt;In Sabreauto reference board, NANDF_CS2 is using as the “Card detect” pin of SD card.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Vdash SD Interference&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sd-vdash.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35375iB34E2CC34CC3BA74/image-size/large?v=v2&amp;amp;px=999" role="button" title="sd-vdash.jpg" alt="sd-vdash.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;P style="margin-bottom: 0.28cm; line-height: 107%;"&gt;In our design, we are using micro SD card. In micro-SD “Card Detect” pin is multiplexed with DAT3 pin of SD card.&lt;/P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sd-vdash1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35456iA880918A2F869977/image-size/large?v=v2&amp;amp;px=999" role="button" title="sd-vdash1.jpg" alt="sd-vdash1.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P style="margin-bottom: 0.28cm; line-height: 107%;"&gt;REQUIRED CHANGES&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P style="margin-bottom: 0.28cm; line-height: 107%;"&gt;Card Detect function need to remove from the program, or set the SD3_DAT3 pin initially as Card detect and then as DATA3 of SD card interface.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="margin-bottom: 0.28cm; line-height: 107%;"&gt;Set the SD interface program for single bit communication&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="margin-bottom: 0.28cm; line-height: 107%;"&gt;Confirm that GPIO_2 pin is in logic high state.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;Here is the diff of changes i made&amp;nbsp; to "board/freescale/mx6qsabreauto/mx6qsabreauto.c" &lt;A class="link-titled" href="https://pastebin.com/raw/5bvyxmSN" title="https://pastebin.com/raw/5bvyxmSN"&gt;https://pastebin.com/raw/5bvyxmSN&lt;/A&gt; , Please ignore changes to usdhc2_pads its for emmc interference . After this change the Error&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;"MMC: no card present"&lt;/BLOCKQUOTE&gt;vanished . Now new error&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;mmc_init: -110 timeout: 1456.&lt;/BLOCKQUOTE&gt;Now i had to make this change &lt;A class="link-titled" href="https://pastebin.com/raw/YYGfDaaV" title="https://pastebin.com/raw/YYGfDaaV"&gt;https://pastebin.com/raw/YYGfDaaV&lt;/A&gt;&amp;nbsp; in "drivers/mmc/mmc.c" to make it go away, i noticed &lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;cmd.cmdidx = SD_CMD_APP_SD_STATUS;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;was causing the last error mmc_init: -110 SD_CMD_APP_SD_STATUS value is 13.&lt;BR /&gt;&lt;BR /&gt;current u-boot log&lt;BR /&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;U-Boot 2017.03-nxp/imx_v2017.03_4.9.11_1.0.0_ga+ga2fea67 (Dec 27 2017 - 12:21:58 +0530)&lt;BR /&gt;&lt;BR /&gt;CPU:&amp;nbsp;&amp;nbsp; Freescale i.MX6Q rev1.2 996 MHz (running at 792 MHz)&lt;BR /&gt;CPU:&amp;nbsp;&amp;nbsp; Automotive temperature grade (-40C to 125C) at 47C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Model: Freescale i.MX6 Quad SABRE Automotive Board&lt;BR /&gt;Board Revision : 0&lt;BR /&gt;Board: MX6Q-Sabreauto rev B&lt;BR /&gt;DRAM:&amp;nbsp; 2 GiB&lt;BR /&gt;PMIC: PFUZE100! DEV_ID=0x10 REV_ID=0x21&lt;BR /&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt;*** Warning - read failed, using default environment&lt;BR /&gt;&lt;BR /&gt;No panel detected: default to Hannstar-XGA&lt;BR /&gt;Display: Hannstar-XGA (1024x768)&lt;BR /&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc1 is current device&lt;BR /&gt;Net:&amp;nbsp;&amp;nbsp; No ethernet found.&lt;BR /&gt;Boot from USB for mfgtools&lt;BR /&gt;Use default environment for &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; mfgtools&lt;BR /&gt;Run bootcmd_mfg: run mfgtool_args;bootz ${loadaddr} ${initrd_addr} ${fdt_addr};&lt;BR /&gt;Hit any key to stop autoboot:&amp;nbsp; 0 &lt;BR /&gt;Bad Linux ARM zImage magic!&lt;BR /&gt;=&amp;gt; mmc info&lt;BR /&gt;Device: FSL_SDHC&lt;BR /&gt;Manufacturer ID: 3&lt;BR /&gt;OEM: 5344&lt;BR /&gt;Name: SS16G &lt;BR /&gt;Tran Speed: 50000000&lt;BR /&gt;Rd Block Len: 512&lt;BR /&gt;SD version 3.0&lt;BR /&gt;High Capacity: Yes&lt;BR /&gt;Capacity: 14.8 GiB&lt;BR /&gt;Bus Width: 4-bit&lt;BR /&gt;Erase Group Size: 512 Bytes&lt;BR /&gt;=&amp;gt; mmc list &lt;BR /&gt;FSL_SDHC: 0&lt;BR /&gt;FSL_SDHC: 1 (SD)&lt;BR /&gt;=&amp;gt; &lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Our SD-card interference doesn't require voltage switching its using 3.3v always&lt;/P&gt;&lt;P&gt;&amp;nbsp; I flashed u-boot.imx binary to SD-card using Linux machine&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;sudo dd if=u-boot.imx of=/dev/mmcblk0 bs=512 seek=2 &amp;amp;&amp;amp; sync&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp; and in boot configuration i select SD-card , Internal Boot and&amp;nbsp; Boot Configuration and now i do not get u-boot on booting&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; the boot , the Kermit console is completely blank.&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; On using mgftool the log &lt;A class="link-titled" href="https://pastebin.com/raw/7MUaH7NX" title="https://pastebin.com/raw/7MUaH7NX"&gt;https://pastebin.com/raw/7MUaH7NX&lt;/A&gt; , it surely loads u-boot , kernel, ramdisk and dtb but after this its not able to connect SD-card to pc in mass storage mode&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something iam missing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 06:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749507#M116642</guid>
      <dc:creator>soorajs</dc:creator>
      <dc:date>2017-12-27T06:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: [U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749508#M116643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sooraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sd3 does not require cd signal for boot according to Table 8-17. SD/MMC IOMUX pin configuration&lt;/P&gt;&lt;P&gt;i.MX6DQ Reference Manual &lt;BR /&gt;&lt;A href="http://cache.nxp.com/files/soft_dev_tools/doc/support_info/iMX6DQRM.pdf"&gt;http://cache.nxp.com/files/soft_dev_tools/doc/support_info/iMX6DQRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Supported linux "cd" options are described in sect.32.2.3 Devicetree Binding&lt;/P&gt;&lt;P&gt;attached Linux Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Wed, 27 Dec 2017 10:08:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749508#M116643</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-12-27T10:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: [U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749509#M116644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay Thanks , but then why was uboot.imx not boot when i dd to sdcard ,why is mfgtool not able to flash to sdcard .&lt;BR /&gt;Is my uboot working fine ? i just have to edit device tree now ?&lt;BR /&gt;This change&amp;nbsp;&lt;A class="link-titled" href="https://pastebin.com/raw/YYGfDaaV" title="https://pastebin.com/raw/YYGfDaaV"&gt;https://pastebin.com/raw/YYGfDaaV&lt;/A&gt;&amp;nbsp; will not cause future issues ? , any chance i could fix this ?&lt;BR /&gt;Is it possible to perform mmc write from uboot console ? i mean to write uboot to sdcard ? or kernel to sdcard?&lt;BR /&gt;Note mmc dev 1 is sdcard , 0x12000000 is where i load kernel using kermit .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 11:23:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749509#M116644</guid>
      <dc:creator>soorajs</dc:creator>
      <dc:date>2017-12-27T11:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: [U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749510#M116645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;had you run ddr test on board&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-105652"&gt;i.MX6/7 DDR Stress Test Tool V2.70&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and modified uboot dcd header ( ..board/freescale//mx6qsabreauto/*.cfg file)&lt;/P&gt;&lt;P&gt;with new calibration settings found from test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 10:47:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749510#M116645</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-12-28T10:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: [U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749511#M116646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor ,&lt;/P&gt;&lt;P&gt;Thanks for pointing me to the right direction &lt;A class="link-titled" href="https://hastebin.com/raw/zatiyadawu" title="https://hastebin.com/raw/zatiyadawu"&gt;https://hastebin.com/raw/zatiyadawu&lt;/A&gt; major changes are to ( Write leveling calibration, Read DQS Gating calibration, Read calibration, Write calibration). Its now booting from sdcard .&lt;BR /&gt;It doesn't work on completely power off the board / Unplug and reinsert the SD-card and try reset &lt;BR /&gt;But it only work when i do these steps .&lt;BR /&gt;* power on the board and load u-boot.imx to Ram using imx_usb_loader&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i now see an error&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Card did not respond to voltage select!&lt;BR /&gt;mmc_init: -95, time 47&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;* Unplug and reinsert the SD-card now try reset the board the u-boot from SD-card will be loaded .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why u-boot not load when power off the board / remove SD-card and try reset .&lt;BR /&gt;Any idea why error Card did not respond to voltage select!&lt;BR /&gt; Our SD-card interference doesn't require voltage switching its using 3.3v always&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 07:57:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749511#M116646</guid>
      <dc:creator>soorajs</dc:creator>
      <dc:date>2018-01-03T07:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: [U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749512#M116647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sooraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can follow sect.4.3.4 Copying a bootloader image attached Linux Guide.&lt;/P&gt;&lt;P&gt;imx_usb_loader is not used in nxp bsps and issues with it can be posted on&lt;/P&gt;&lt;P&gt;&amp;nbsp;meta-fsl-arm mailing list, so that someone familiar with it could try to assist you.&lt;BR /&gt;&lt;A href="https://lists.yoctoproject.org/listinfo/meta-freescale"&gt;https://lists.yoctoproject.org/listinfo/meta-freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 08:16:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749512#M116647</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-01-03T08:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: [U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749513#M116648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor ,&lt;BR /&gt;i followed sect.4.3.4 Copying a bootloader image as per that document but still uboot would not boot untill i peform the same steps i do on last post its same if i use sb_loader to load u-boot to ram. Voltage selection needs to be implemented on your platform ? could this be due to sd3_vselect ? Does SD3.0 require 1.8 V for signal voltage .&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 12:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749513#M116648</guid>
      <dc:creator>soorajs</dc:creator>
      <dc:date>2018-01-04T12:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: [U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749514#M116649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sooraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;if SD-card interference doesn't require voltage switching and always using 3.3v &lt;BR /&gt;one can follow Sabre-SD design (and its uboot image), spf-27392 p.6&lt;/P&gt;&lt;P&gt;Schematics (1)&lt;BR /&gt;i.MX6_SABRE_SDP_DESIGNFILES&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/hardware-development-tools/sabre-development-system/sabre-platform-for-smart-devices-based-on-the-i.mx-6-series:RDIMX6SABREPLAT?&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="https://www.nxp.com/support/developer-resources/hardware-development-tools/sabre-development-system/sabre-platform-for-smart-devices-based-on-the-i.mx-6-series:RDIMX6SABREPLAT?&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;SABRE Platform for Smart Devices|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Voltage selection during boot is described in sect.8.5.3.3 SD, eSD, and SDXC&lt;/P&gt;&lt;P&gt;i.MX6DQ Reference Manual&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Freference-manual%2FIMX6DQRM.pdf" rel="nofollow" target="_blank"&gt;http://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SD ver.3.0 cards may use _vselect, please try ver.2.0 sd cards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 05:30:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749514#M116649</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-01-05T05:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: [U-boot] Implementing changes in SD interface | Custom Sabreauto based board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749515#M116650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue was resolved it was a design flaw , &lt;BR /&gt;here is where iam stuck now .&lt;BR /&gt;&lt;A href="https://community.nxp.com/message/976728"&gt;https://community.nxp.com/message/976728&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 08:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Implementing-changes-in-SD-interface-Custom-Sabreauto/m-p/749515#M116650</guid>
      <dc:creator>soorajs</dc:creator>
      <dc:date>2018-01-12T08:15:30Z</dc:date>
    </item>
  </channel>
</rss>

