<?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: Got problem on using mx28 ODBS</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244048#M20880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only need to use the mfgtool?&lt;/P&gt;&lt;P&gt;I'v tried it .but it has no debug infomation out .the program runs normal in SD card,&lt;/P&gt;&lt;P&gt;my Question is :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; how this chip boot ? does it like SUMSUNG 2440？the S3C2440 copy the first 4K DATA of NAND to SRAM, then run the program in SRAM, so the 4K program should copy the left DATA in NAND to DDR, then jump to DDR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how's&amp;nbsp; i.MX28 did in the bootflow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did the ODBS support the NAND boot directly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 03:54:41 GMT</pubDate>
    <dc:creator>9crkzhou</dc:creator>
    <dc:date>2014-01-21T03:54:41Z</dc:date>
    <item>
      <title>Got problem on using mx28 ODBS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244044#M20876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'v downloaded the ARM-EABI compiler, and I succeed in compiling the odbs package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While, I meet a problem on the UART.&lt;/P&gt;&lt;P&gt;it seems not recive any input.&lt;/P&gt;&lt;P&gt;this is all I got.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;********************************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Diagnostics Suite (1.0) on i.MX28 evk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Build: Jan 20 2014, 11:28:52&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Freescale Semiconductor, Inc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;********************************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Please input char to test UART input function, 'X' exit this test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Please enter x or X to confirm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After this, nothing can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The defalut uart is in BANK1 26+27, my board is BANK3 2+3, I just changed the function in /src/driver/uart/stmp_uart/stmp_uart.c&lt;/P&gt;&lt;P&gt;color in red is what I changed.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;void init_debug_uart(struct hw_module *uart, u32 baud)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u32 val;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; stmp_debug_uart = (volatile struct stmp_serial *)uart-&amp;gt;base;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff00ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; writel(0xa0, HW_PINCTRL_MUXSEL6_SET);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff00ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; writel(0x50, HW_PINCTRL_MUXSEL6_CLR);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff00ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //writel(0xf0000, HW_PINCTRL_MUXSEL7_SET);&amp;nbsp;&amp;nbsp;&amp;nbsp; /*BANK3_PIN25 BANK3_PIN24 to GPIO */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* check clocks */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((readl(CLKCTRL_XTAL_ADDR) &amp;amp; 0x80000000))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; writel(0x80000000, CLKCTRL_XTAL_CLR_ADDR);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the DBUG UART just not recive the input, what's the problem?&lt;/P&gt;&lt;P&gt;I found it stoped in here:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;char receive_char(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // If receive fifo is empty, return false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (stmp_debug_uart-&amp;gt;HW_UARTDBGFR &amp;amp; (1 &amp;lt;&amp;lt; 4))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 0xFF;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return (u8) (stmp_debug_uart-&amp;gt;HW_UARTDBGDR &amp;amp; 0xFF);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;So I use the UART printed the &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;stmp_debug_uart-&amp;gt;HW_UARTDBGFR&amp;nbsp; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;and I found the value is 111001&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RI TXFE RXFF TXFF RXFE BUSY DCD DSR CTS&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea how to solve this problem , any help wil be grateful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 04:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244044#M20876</guid>
      <dc:creator>9crkzhou</dc:creator>
      <dc:date>2014-01-20T04:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem on using mx28 ODBS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244045#M20877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You need set BANK3 PIN16/PIN17 as GPIO. Because ROM set PWM0,PWM1 as DUART pins.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; HW_PINCTRL_MUXSEL7_SET(0xF);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; HW_PINCTRL_MUXSEL6_CLR(0xF0);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; HW_PINCTRL_MUXSEL6_SET(0xA0);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Grace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 07:43:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244045#M20877</guid>
      <dc:creator>GraceH</dc:creator>
      <dc:date>2014-01-20T07:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Got problem on using mx28 ODBS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244046#M20878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clear and sharp! you are so cool!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give me some advices about running the ODBS on NAND flash?&lt;/P&gt;&lt;P&gt;I'm using the K9F2G08U0C&amp;nbsp; while I use a K9F2G08R0A's ID and passed the test.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;---- Running &amp;lt; NAND &amp;gt; test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;Please enter y or Y to confirm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;input char is: y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;Reset NAND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;Read NAND ID for CE0: ID for CE0, is 0xec, 0xda, 0x10, 0x95, 0x44&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;Samsung K9F2G08R0A 8-bit 2K page 256MB found&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;NAND Erase Block 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;Nand Status 0xc0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;NAND Write Page 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;Nand Status 0x10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;NAND Read Page 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;data verify pass&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;now my Question is how to run this program on NAND ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 10:30:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244046#M20878</guid>
      <dc:creator>9crkzhou</dc:creator>
      <dc:date>2014-01-20T10:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Got problem on using mx28 ODBS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244047#M20879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use mfgtool to download the image to NAND. i.mx28 mfgtool can be downloaded from freescale.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 03:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244047#M20879</guid>
      <dc:creator>GraceH</dc:creator>
      <dc:date>2014-01-21T03:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem on using mx28 ODBS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244048#M20880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only need to use the mfgtool?&lt;/P&gt;&lt;P&gt;I'v tried it .but it has no debug infomation out .the program runs normal in SD card,&lt;/P&gt;&lt;P&gt;my Question is :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; how this chip boot ? does it like SUMSUNG 2440？the S3C2440 copy the first 4K DATA of NAND to SRAM, then run the program in SRAM, so the 4K program should copy the left DATA in NAND to DDR, then jump to DDR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how's&amp;nbsp; i.MX28 did in the bootflow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did the ODBS support the NAND boot directly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 03:54:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244048#M20880</guid>
      <dc:creator>9crkzhou</dc:creator>
      <dc:date>2014-01-21T03:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem on using mx28 ODBS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244049#M20881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm tring to make the OBDS program runing on Nand Flash.it works well in SD card.&lt;/P&gt;&lt;P&gt;but when I flash it into Nand with MFGTool, there no response at all ,and the MFGTool detected a HID compliant Device, which means boot from Nand have failed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:15:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244049#M20881</guid>
      <dc:creator>9crkzhou</dc:creator>
      <dc:date>2014-01-21T09:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem on using mx28 ODBS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244050#M20882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need put obds.bin to folder OS Firmware\files and modify ucl.xml&lt;/P&gt;&lt;P&gt;mfg tools download updater.sb/updater_ivt.sb to IRAM, updater.sb/updater_ivt.sb will write target image to NAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 01:40:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244050#M20882</guid>
      <dc:creator>GraceH</dc:creator>
      <dc:date>2014-01-22T01:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Got problem on using mx28 ODBS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244051#M20883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Knowledge, the elf file uses the "bootlet" to add in the PowerManage features, while in OBDS, there seems no such mechanism.&lt;/P&gt;&lt;P&gt;I tried to use the bootlet that generate uboot.sb ,and replace the uboot with OBDS.elf file, then it did apears some information,but still failed to boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;PowerPrep start initialize power...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;Battery Voltage = 0.83V&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;No battery or bad battery detected!!!.Disabling battery voltage measurements./r/nJan 22 201409:41:30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;FRAC 0x92925552&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;memory type is DDR2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wait for ddr ready 1power 0x00820616&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;Frac 0x92925552&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;start change cpu freq&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;hbus 0x00000003&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;cpu 0x00010001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;start test memory accress&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;ddr2 0x40000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;finish simple test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;0x8050100f&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 01:54:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244051#M20883</guid>
      <dc:creator>9crkzhou</dc:creator>
      <dc:date>2014-01-22T01:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Got problem on using mx28 ODBS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244052#M20884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;finally,I solved this problem. getting this trouble is mainly because I have no sense about the bootstream stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step is:&lt;/P&gt;&lt;P&gt;1 gcc compile an elf file&lt;/P&gt;&lt;P&gt;2 use elftosb turn it to sb file&lt;/P&gt;&lt;P&gt;3 the SD/Nand program starts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elftosb tool needs a .bd file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while the PMU is not work,&amp;nbsp; so you should have an little program to start the PMU and DDR,defined in .bd file&lt;/P&gt;&lt;P&gt;then you go step 2&lt;/P&gt;&lt;P&gt;generate a sb file&lt;/P&gt;&lt;P&gt;then it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 10:12:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Got-problem-on-using-mx28-ODBS/m-p/244052#M20884</guid>
      <dc:creator>9crkzhou</dc:creator>
      <dc:date>2014-01-22T10:12:13Z</dc:date>
    </item>
  </channel>
</rss>

