<?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: Re: Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247240#M21747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! The settings you provided resolved my issue of not being able to read/write to LPDDR via jtag. &lt;/P&gt;&lt;P&gt;Can you please provide information regarding how to use the DDR stress test to do the calibration. Is this something that has to be done via the bootloader?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Sep 2013 15:45:14 GMT</pubDate>
    <dc:creator>rp123</dc:creator>
    <dc:date>2013-09-14T15:45:14Z</dc:date>
    <item>
      <title>Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247236#M21743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to configure DDR2 sdram on a custom imx6q board for the first time using jtag, (openocd and a flyswatter2)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to read SDRAM memory space but when trying to write to it nothing happens.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a custom board using an iMX6Q and Micron DDR2 MT42L256M32D2LG-18 WT:A&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336086"&gt;gdb_console_dump.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336086"&gt;new_board.cfg.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 19:02:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247236#M21743</guid>
      <dc:creator>rp123</dc:creator>
      <dc:date>2013-08-08T19:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247237#M21744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The MT42L256M32D2LG-18 is a LPDDR2 memory device (MX6Q didn't support DDR2), and the DRAM bus connection is different with DDR3. Please reference to section 44.4.5 LPDDR2 and DDR3 pin mux mapping in RM rev1 to check your HW connection is correct.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. There has a useful tool can help you to modify the related REGs (the link is &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="95089" data-objecttype="102" href="https://community.freescale.com/docs/DOC-95089"&gt;https://community.freescale.com/docs/DOC-95089&lt;/A&gt;&lt;SPAN&gt;). Since the script file format different, please convert it to your format (openocd and a flyswatter2) by yourself .&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 05:53:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247237#M21744</guid>
      <dc:creator>aven_tsao</dc:creator>
      <dc:date>2013-08-22T05:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247238#M21745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks Yung, we fixed the pin mux mapping and am now getting back garbage data when performing a read at 0x80000000. Every time I read I receive something completely different.&amp;nbsp; If I try to write to this area the data appears to store but quickly disappears after a few reads.&amp;nbsp; What could this mean? Could this be a delay/calibration issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I am unable to peform # Switch PL301_FAST2 to DDR Dual-channel mapping&lt;/P&gt;&lt;P&gt;mww 0x00B00000 0x1&lt;/P&gt;&lt;P&gt;I receive a JTAG-DP STICKY ERROR&lt;/P&gt;&lt;P&gt;I perform a dap apsel 0 and a dap apcsw 1 before performing DCD &lt;/P&gt;&lt;P&gt;I attached my DCD code, are we supposed to have additional settings in there such that at power up the boot clock timing is between 10Mhz and 55Mhz? I tried reducing this to appx 40Mhz and the issue remained the same. Thanks for the spreadsheet link it is very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 22:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247238#M21745</guid>
      <dc:creator>rp123</dc:creator>
      <dc:date>2013-09-05T22:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247239#M21746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the LPDDR2 SPEC (MT42L256M32D2), it shows the device type is signal channel and dual rank. (256M*32Bit *2CS), and it seems some dram settings are not correct in you dcd file. Please reference the ddr init script (in attached) and check below items for your dram settings.&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;DDR Memory Map config = 0x00&lt;UL&gt;&lt;LI&gt;Since you are using signal channel mode (X32 bit), so “00” is suggested.&lt;/LI&gt;&lt;LI&gt;Please confirm the BOOT_CFG3[5:4] (EIM_A[21:20]) are pull down by external resistor.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;DRAM Start address is 0x10000000@&lt;UL&gt;&lt;LI&gt;The DRAM start address is 0x10000000 when DDR Map = 0x00&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;CS0_END = 0x17&lt;UL&gt;&lt;LI&gt;The CS0 address range is 0x10000000 ~ 0x2FFFFFFF, so the CS0_END is 0x17.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ps. The DDR calibration values are not includes in the ddr init script, please use the ddr stress tester to do the ddr calibration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 06:11:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247239#M21746</guid>
      <dc:creator>aven_tsao</dc:creator>
      <dc:date>2013-09-13T06:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247240#M21747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! The settings you provided resolved my issue of not being able to read/write to LPDDR via jtag. &lt;/P&gt;&lt;P&gt;Can you please provide information regarding how to use the DDR stress test to do the calibration. Is this something that has to be done via the bootloader?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Sep 2013 15:45:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247240#M21747</guid>
      <dc:creator>rp123</dc:creator>
      <dc:date>2013-09-14T15:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247241#M21748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you contact with local FAE for the mx6 ddr stress test tool?&lt;/P&gt;&lt;P&gt;This tool can help you to do the ddr calibration and ddr performance test, and you just need update the dram related paramter into the dcd table of u-boot.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aven&lt;/P&gt;&lt;P&gt;.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 09:09:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247241#M21748</guid>
      <dc:creator>aven_tsao</dc:creator>
      <dc:date>2013-09-16T09:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247242#M21749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I will reach out to the FAE for the stress tool, should ddr be initializing at all 0's? I get the following with my current settings&lt;/P&gt;&lt;P&gt;(gdb) monitor mdw 0x10000000 10&lt;/P&gt;&lt;P&gt;0x10000000: da858be9 5e08533a 2e0d6114 330f6ddf 122b998c d01742fc 09ac4d4d 045443fe &lt;/P&gt;&lt;P&gt;0x10000020: 410acd4e 40688a10 &lt;/P&gt;&lt;P&gt;(gdb) monitor mww 0x10000000 0xffffcccc&lt;/P&gt;&lt;P&gt;(gdb) monitor mdw 0x10000000 10&lt;/P&gt;&lt;P&gt;0x10000000: ffffcccc 5e08533a 2e0d6114 330f6ddf 122b998c d01742fc 09ac4d4d 045443fe &lt;/P&gt;&lt;P&gt;0x10000020: 410acd4e 40688a10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 14:53:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247242#M21749</guid>
      <dc:creator>rp123</dc:creator>
      <dc:date>2013-09-16T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247243#M21750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ddr init didn't reset the content to 0, so the disorderly contect is normal.&lt;/P&gt;&lt;P&gt;And the test log shows you can access the ddr (address 0x1000000) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 06:32:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247243#M21750</guid>
      <dc:creator>aven_tsao</dc:creator>
      <dc:date>2013-09-17T06:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247244#M21751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I think my lpddr2 is working correctly now.&amp;nbsp; Next fire is trying to boot from the SD Card.&amp;nbsp; I am using uboot as the bootloader and putting it onto the SD card via&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;dd if=$FILE of=/dev/u-boot.bin bs=1k seek=1 skip=1 conv=fsync&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I get no console response so I connected jtag up to see what is going on.&amp;nbsp; It doesn't seem like the IVT header is in 0x907400 nor is my dram initialized ( i do not even see a clock turn on when probing with a scope), so i don't think the DCD header is being run. I also connected the scope to the data0 line, command line and clock of the sd card. Upon reset of the card there is activity on the command and clock lines but i &lt;STRONG&gt;do not&lt;/STRONG&gt; see any activity on the Data 0 line.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;The sd card is connected to USDHC 1 with the following pads&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="usdhc1_pads.PNG.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/40696iF1071A37646993FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="usdhc1_pads.PNG.png" alt="usdhc1_pads.PNG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;The boot pins are set to: (and verified via console dump of 0x20d8004: 0x00012040)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 428px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="80" width="326"&gt;SD Loopback Clock Source sel(for SDR50 and SDR104 only)&lt;BR /&gt; 0 - through SD pad&lt;BR /&gt; 1 – direct&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="100" style="border-top: none;" width="326"&gt;SD Power Cycle Enable/eMMC Reset Enable&lt;BR /&gt; 0 - No power cycle&lt;BR /&gt; 1 - Power cycle enabled via SD_RST pad (on USDHC3 and USDHC4 only)&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;" width="326"&gt;SD/MMC Speed (see below)&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="100" style="border-top: none;" width="326"&gt;BOOT_CFG[3:2]:&lt;BR /&gt; 0x - High/Normal&lt;BR /&gt; 10 - SDR50&lt;BR /&gt; 11 - SDR104&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="40" style="border-top: none;" width="326"&gt;0 - Normal Boot&lt;BR /&gt; 1 - Fast Boot&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="40" style="border-top: none;" width="326"&gt;0 - SD/eSD/SDXC&lt;BR /&gt; 1 - MMC/eMMC&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="40" style="border-top: none;" width="326"&gt;1 – SD boot &lt;BR /&gt; (BOOT_CFG1[7] must be 0)&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;" width="326"&gt;0&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="40" style="border-top: none;" width="326"&gt;0 - Use default values&lt;BR /&gt; 1 - Use PAD_SETTINGS values&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="60" style="border-top: none;" width="326"&gt;0 - Use default SD pad settings during power cycle&lt;BR /&gt; 1 - Set pull-down on SD pads during power cycle (used only if "SD Power Cycle Enable" enabled)&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="100" style="border-top: none;" width="326"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;" width="326"&gt;Port Select (see below)&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="100" style="border-top: none;" width="326"&gt;BOOT_CFG2[4:3]:&lt;BR /&gt; 00 - USDHC-1&lt;BR /&gt; 01 - USDHC-2&lt;BR /&gt; 10 - USDHC-3&lt;BR /&gt; 11 - USDHC-4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="60" style="border-top: none;" width="326"&gt;Bus Width&lt;BR /&gt; xx0 - 1-bit&lt;BR /&gt; xx1 - 4-bit&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="40" style="border-top: none;" width="326"&gt;SD Calibration (see below)&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="180" style="border-top: none;" width="326"&gt;BOOT_CFG2[7:6]&lt;BR /&gt; SD/eSD/SDXC &lt;BR /&gt; BOOT_CFG1[5]=0)&lt;BR /&gt; SD Calibration Step&lt;BR /&gt; 00x - 1 delay cells&lt;BR /&gt; 01x - 1 delay cells&lt;BR /&gt; 10x - 2 delay cells&lt;BR /&gt; 11x - 3 delay cells&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="102"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I also try to boot the image via the mfgtool and see no activity there either (should the ivt be put into the same 0x907400 iram location too?) Also since i do not have a working kernel yet I dont know if the mfgtool would be helpful&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Can i talk to the sd card via jtag? &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Can i use jtag to initialize nand and save the uboot there?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 14:00:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247244#M21751</guid>
      <dc:creator>rp123</dc:creator>
      <dc:date>2013-09-18T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247245#M21752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually flash the SD with these parameters: bs=512 seek=2 skip=2'. Looking a the man page, kB=1000 and K=1024, and you used k, which may be interpreted as 1000, an this value is wrong.&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, 18 Sep 2013 15:55:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247245#M21752</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-09-18T15:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247246#M21753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Leo, but I tried both of those and still nothing coming out of the Data 0 line / ivt header in 0x907400&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 16:25:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247246#M21753</guid>
      <dc:creator>rp123</dc:creator>
      <dc:date>2013-09-18T16:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom iMX6 board SDRAM DDR2 Config OpenOCD/JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247247#M21754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working with Rob on this: We do see commands going out from the SD card controller, and the SD card responding, but we see no toggling of data. Is there any other card formatting that needs to be done? When Rob created the SD card image we read back the first 50K into a file to verify that the IVT appeared at the correct 0x400 offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another tack we're attempting is to load our uBoot image into DRAM with JTAG and then execute it. We are able to download the image into the DRAM, we set a hardware breakpoint to the first or second instruction, set the CPU to ARM mode, then resume to the "_start" address. We never trigger the breakpoint, and when we halt the processor it is program counter is still in the internal ROM of the iMX6. Is there a register that needs to be turned from JTAG on so that the CPU can read the DRAM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 19:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-iMX6-board-SDRAM-DDR2-Config-OpenOCD-JTAG/m-p/247247#M21754</guid>
      <dc:creator>jamesulrich</dc:creator>
      <dc:date>2013-09-18T19:37:52Z</dc:date>
    </item>
  </channel>
</rss>

