<?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: Custom IMX28 board, no boot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366831#M52143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The addition was in your original patch. I've tracked it into the Freescale bootlets - it is defined in the root level Makefile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;POWERFLAG = ?&lt;/P&gt;
&lt;P&gt;ifeq ($(POWERFLAG),MXS_VBUS_CURRENT_DRAW)&lt;/P&gt;
&lt;P&gt;CFLAGS += -DMXS_VBUS_CURRENT_DRAW&lt;/P&gt;
&lt;P&gt;endif&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;Perhaps somebody in Freescale might be able to shed some light on it. It looks like it is intended to keep the CPU clock running from the xtal rather than the PLL (i.e. run the CPU at a lower clock frequency in order to reduce current draw). In the meantime, I will define it as a seperate U-Boot CONFIG_MXS flag which can be set in the board specific configuration header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'f you find that you need to clear &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CLKCTRL_CLKSEQ_BYPASS_CPU (I definitely need it set), I could easily make a separate define for that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to properly attribute the patch to you, I will need your email address - can you please PM it to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2015 09:22:22 GMT</pubDate>
    <dc:creator>graemeruss</dc:creator>
    <dc:date>2015-01-19T09:22:22Z</dc:date>
    <item>
      <title>Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366764#M52076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I design my own board with an imx28 CPU. I configured the board (resistors on LCD_D0 to LCD_05) to boot on SSP0 (SD card).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to boot without SD card connected, I have the 0x8020a014 error code on the debug console. So it seems it want to boot on Sd card. So it's good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I connect the SD card, I have absolutely nothing on the debug console. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I measured voltage and everything is good except VDD4P2. It equal to 0.8V !!!!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the schematic :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46412iFF04441C8C005983/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG.png" alt="Capture.PNG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 13:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366764#M52076</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-10-30T13:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366765#M52077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt; Please look at my comments below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt; The problem may be concerned with the low available current from internal i.MX28 &lt;BR /&gt; regulators in default (start) configuration. This may take place when external parts &lt;BR /&gt; (say, DDR) are fed from i.MX28 PMU. Perhaps it makes sense to test the&amp;nbsp; board (only) &lt;BR /&gt; with i.MX28 (+ minimal USB) mounted.&lt;BR /&gt; &lt;BR /&gt; You may try connecting a diode between VDD5V main and the DCDC_BATT/BATTERY signals, &lt;BR /&gt;this made the power supply stabilized. If this approach will be tested - please pay &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;attention on maximum allowed voltage on the BATTERY pin (4.2 V).&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt; The cod 0x8020A014 means ERROR_DDI_SD_MMC_DEVICE_NOT_SUPPORTED, &lt;BR /&gt;that is, the device is not supported, or the device cannot be seen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Perhaps, the SSP_SCK Polarity issue in ROM also takes place here. &lt;BR /&gt;Instability in SD read may cause the error. Special patch for this issue &lt;BR /&gt;should be applied.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 31 Oct 2014 07:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366765#M52077</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-10-31T07:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366766#M52078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't have the possibility to connecting a Diode because I use small SMD package so it will be very difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the error code only when the SD card is not in place. So, I think that means Bootmode is well define on SSP0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the reference Design from APF28. If I use the APF28 instead of my own CPU board, everything works fine and the only difference is the CPU power : See the AP28 : schematic below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46281i018413075DE615A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG.png" alt="Capture.PNG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the rest is the same between my own board :&lt;/P&gt;&lt;P&gt;Same U-Boot, same Kernel, same rootfs, same schematic (except power circuit).Is not the same RAM memory but it's 100% pin to pin compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that the problem comes from the imx-bootlets configuration ? I didn't set the config to VDD5V only because I use Yocto and I don't know how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 08:24:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366766#M52078</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-10-31T08:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366767#M52079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to boot from usb with mxsldr ?&lt;/P&gt;&lt;P&gt;In the errata document for imx28 ( &lt;A href="http://cache.freescale.com/files/32bit/doc/errata/IMX28CE.pdf?fasp=1&amp;amp;WT_TYPE=Errata&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" title="http://cache.freescale.com/files/32bit/doc/errata/IMX28CE.pdf?fasp=1&amp;amp;WT_TYPE=Errata&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;http://cache.freescale.com/files/32bit/doc/errata/IMX28CE.pdf?fasp=1&amp;amp;WT_TYPE=Errata&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=p…&lt;/A&gt; ) you can see that there is and hardware bug for the boor from an SD card. During my test, I saw that same SD card work and some other don't. So, you can try with another kind of SD card.&lt;/P&gt;&lt;P&gt;Did you measure the current from your power supply and the voltage on LCD0...5 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 08:55:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366767#M52079</guid>
      <dc:creator>victorien</dc:creator>
      <dc:date>2014-10-31T08:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366768#M52080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current consumtion is 1 mA and the voltage on LCD0..5 is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LCD0 : 3.14V&lt;/P&gt;&lt;P&gt;LCD1 : 0V&lt;/P&gt;&lt;P&gt;LCD2 : 0V&lt;/P&gt;&lt;P&gt;LCD3 : 3.14V&lt;/P&gt;&lt;P&gt;LCD4 : 0V&lt;/P&gt;&lt;P&gt;LCD5 : 0V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't try with mxsldr because I didn't route USB OTG on my board.&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>Fri, 31 Oct 2014 09:48:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366768#M52080</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-10-31T09:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366769#M52081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current of 1mA is strange if your board is supplied by 5V power. On my board the current is between 120 and 180 mA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question ; did you generate your bootloader with HAB mode or not ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:07:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366769#M52081</guid>
      <dc:creator>victorien</dc:creator>
      <dc:date>2014-10-31T10:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366770#M52082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it don't start the 4V2 regulator at all. It's why I have 1mA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use Yocto (with bitbake) but I'm not familiar with it so I don't know what is HAB mode and how to generate bootloader with it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:18:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366770#M52082</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-10-31T10:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366771#M52083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't work with Yocto, so I don't know but somewhere there is a script u-boot.bd or u-boot_ivt.bd (if you use uboot). And when you program your sd card you write &lt;EM&gt;sudo dd if=header.bin of=/dev/sdX1 ibs=512 conv=sync &lt;/EM&gt;before your bootloader&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:27:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366771#M52083</guid>
      <dc:creator>victorien</dc:creator>
      <dc:date>2014-10-31T13:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366772#M52084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I don't have this u-boot.bd or u-boot_ivt.db. Neither the header.bin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 08:54:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366772#M52084</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-11-06T08:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366773#M52085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Damien, good day !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Your configuration meets the app note AN4199 (Figure 9. Hardware connections for VDD5V-only applications).&lt;BR /&gt; According to the section "Limitations" under the Figure :&lt;BR /&gt;"During the early stage of device startup, before on-chip ROM execution, the input current on&lt;/P&gt;&lt;P&gt;VDD5V is limited to 100 mA.&lt;/P&gt;&lt;P&gt;The device is running on internal LinRegs on power up, and it needs to wait for the software to set&lt;/P&gt;&lt;P&gt;up the 4P2 rail before switching to the DC-DC converter as the power supply. The output current&lt;/P&gt;&lt;P&gt;from LinRegs is much lower than that of the DC-DC converter.&lt;/P&gt;&lt;P&gt;It is strongly suggested to use the i.MX28 power supply to power the i.MX28 ..."&lt;/P&gt;&lt;P&gt;&amp;nbsp; From section 4.1.2.2 (VDD5V source only: software configuration) :&lt;/P&gt;&lt;P&gt;"For an application that uses the VDD5V source only, NO_DCDC_BATT_SOURCE must be defined on&lt;/P&gt;&lt;P&gt;power_prep.c in the bootlet codes. Additionally, the programmer should ensure that&lt;/P&gt;&lt;P&gt;NO_VDD5V_SOURCE is not defined".&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Perhaps it makes sense to use the bootlets of the &lt;SPAN style="font-size: 12.0pt; font-family: 'Verdana','sans-serif';"&gt;L2.6.35_1.1.0 release, where such &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Verdana','sans-serif';"&gt;configuration is supported.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Verdana','sans-serif';"&gt;For more information please take a look at the next thread :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Verdana','sans-serif';"&gt;&lt;A href="https://community.nxp.com/thread/328118"&gt;Custom HW based on imx28 unable to boot from linux-3.14 (yocto)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 03:31:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366773#M52085</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-11-11T03:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366774#M52086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. I will try with LTIB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another little question, what is the role of the shottky diode between VDD4P2 and Battery/DCDC_BATT in the reference schematic ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT : &lt;/P&gt;&lt;P&gt;I found on this forum that the problem can come from a bad inductor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the 744025150 from Wurth. Do you think I need to choose another one ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 11:31:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366774#M52086</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-11-18T11:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366775#M52087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with LTIB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've defined &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NO_DCDC_BATT_SOURCE an recompile the boot stream.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've defined MEMORY_TEST in boot_prep.c&lt;/P&gt;&lt;P&gt;and I've blown &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HW_OCOTP_ROM7 ENABLE_SSP_12MA_DRIVE bit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I power up my board, I have the following message continuously on the debug console :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PowerPrep start initialize power...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configured for 5v only power source.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Battery powered operation disabled.&lt;/P&gt;&lt;P&gt;Nov 20 201410:49:11&lt;/P&gt;&lt;P&gt;FRAC 0x92925552&lt;/P&gt;&lt;P&gt;memory type is DDR2&lt;/P&gt;&lt;P&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;&amp;nbsp; Wait for ddr ready 1power 0x00820710&lt;/P&gt;&lt;P&gt;Frac 0x92925552&lt;/P&gt;&lt;P&gt;start change cpu freq&lt;/P&gt;&lt;P&gt;hbus 0x00000003&lt;/P&gt;&lt;P&gt;cpu 0x00010001&lt;/P&gt;&lt;P&gt;start test memory accress&lt;/P&gt;&lt;P&gt;ddr2 0x40000000&lt;/P&gt;&lt;P&gt;finish simple test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Undefined Ins&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea what is the problem ?&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>Thu, 20 Nov 2014 10:36:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366775#M52087</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-11-20T10:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366776#M52088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry to post a new answer but someone can help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I plug my sd card in my custom board I have the following on the debug console :&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PowerPrep start initialize power...&lt;/P&gt;&lt;P&gt;&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;Configured for 5v only power source.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Battery powered operation disabled.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Nov 20 201410:49:11&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FRAC 0x92925552&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;memory type is DDR2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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;&amp;nbsp; Wait for ddr ready 1power 0x00820710&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Frac 0x92925552&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;start change cpu freq&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hbus 0x00000003&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;cpu 0x00010001&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;start test memory accress&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ddr2 0x40000000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;finish simple test&lt;/P&gt;&lt;P&gt;&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;Undefined Ins&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;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If I plug my SD card in IMX28EVK board I have the following on the debug console :&lt;/P&gt;&lt;P&gt;PowerPrep start initialize power...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configured for 5v only power source.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Battery powered operation disabled.&lt;/P&gt;&lt;P&gt;Nov 25 201414:09:42&lt;/P&gt;&lt;P&gt;FRAC 0x92925552&lt;/P&gt;&lt;P&gt;memory type is DDR2&lt;/P&gt;&lt;P&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;&amp;nbsp; Wait for ddr ready 1power 0x00820710&lt;/P&gt;&lt;P&gt;Frac 0x92925552&lt;/P&gt;&lt;P&gt;start change cpu freq&lt;/P&gt;&lt;P&gt;hbus 0x00000003&lt;/P&gt;&lt;P&gt;cpu 0x00010001&lt;/P&gt;&lt;P&gt;start test memory accress&lt;/P&gt;&lt;P&gt;ddr2 0x40000000&lt;/P&gt;&lt;P&gt;finish simple test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot 2009.08 (Nov 25 2014 - 14:23:15)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freescale i.MX28 family&lt;/P&gt;&lt;P&gt;CPU:&amp;nbsp;&amp;nbsp; 454 MHz&lt;/P&gt;&lt;P&gt;BUS:&amp;nbsp;&amp;nbsp; 151 MHz&lt;/P&gt;&lt;P&gt;EMI:&amp;nbsp;&amp;nbsp; 205 MHz&lt;/P&gt;&lt;P&gt;GPMI:&amp;nbsp;&amp;nbsp; 24 MHz&lt;/P&gt;&lt;P&gt;DRAM:&amp;nbsp; 128 MB&lt;/P&gt;&lt;P&gt;MMC:&amp;nbsp;&amp;nbsp; IMX_SSP_MMC: 0, IMX_SSP_MMC: 1&lt;/P&gt;&lt;P&gt;*** Warning - bad CRC or MMC, using default environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Net:&amp;nbsp;&amp;nbsp; got MAC address from IIM: 00:04:9f:02:09:37&lt;/P&gt;&lt;P&gt;FEC0&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 14:42:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366776#M52088</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-11-25T14:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366777#M52089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As&amp;nbsp; the shottky diode : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; First, if VDD4P2 may be used as power source for peripheral, such as &lt;/P&gt;&lt;P&gt;backlight, the&amp;nbsp; diode can keep the power available while VDD5V is removed. &lt;/P&gt;&lt;P&gt;&amp;nbsp; Second, if the DCDC power source is switched from the battery to VDD4P2 in &lt;/P&gt;&lt;P&gt;battery charging period, the diode can keep the DCDC power stream continually at &lt;/P&gt;&lt;P&gt;the meantime it is switched back to the battery while VDD5V is removed . &lt;/P&gt;&lt;P&gt;The Schottky diode can be removed if VDD4P2 will not be used continually at the &lt;/P&gt;&lt;P&gt;meantime it is switched back to the battery while VDD5V is removed. The Schottky &lt;/P&gt;&lt;P&gt;diode can be removed if VDD4P2 will not be used as power source of the external &lt;/P&gt;&lt;P&gt;peripherals and the internal DCDC. Any Schottky diode with low forward voltage &lt;/P&gt;&lt;P&gt;and 1A forward current can be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 05:53:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366777#M52089</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-11-26T05:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366778#M52090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The "Undefined Ins" message may be caused because of memory bug.&lt;/P&gt;&lt;P&gt;Also the follwoing may be helpful :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/450451"&gt;What does 'Undefined Ins' mean in u-boot?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/379176"&gt;iMX28evk u-boot sd-card -&amp;amp;gt; Undefined Ins&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 06:01:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366778#M52090</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-11-26T06:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366779#M52091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the tutorial here : &lt;/P&gt;&lt;P&gt;&lt;A href="http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.mxs;h=ed2e5688562ac1af55a7c6213f5f3eb825e055b8;hb=HEAD" style="font-size: 10pt; line-height: 1.5em;" title="http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.mxs;h=ed2e5688562ac1af55a7c6213f5f3eb825e055b8;hb=HEAD"&gt;git.denx.de Git - u-boot.git/blob - doc/README.mxs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;with U-boot 2015.01-rc2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem still appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have HTLLC message on debug console continuously.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also try to blow HAB_DISABLE fuse with BitBurner (saw in a topic on this forum), but the problem was not solved and now I can't unblow this fuse because when I select the IMX28 in "Select device" in Bitburner, the IMX28 is automatically disconnected from my computer. Do you have any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 12:09:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366779#M52091</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-11-27T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366780#M52092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First thing you need to debug is why VDD4P2 only outputs 0.8V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest following the VDD4P2 circuitry as in mx28evk or apf28 circuit that you pointed to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 12:50:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366780#M52092</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2014-11-27T12:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366781#M52093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, I didn't update you about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I patched uboot for VDD5V only, all voltages are good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solid 5V, 3V3 and 1V8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I've the "Undefined ins" message, the imx28 reset and 4V2 fall down (we can see the capacitor discharge curve on the scope).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, when the imx28 restart, 4V2 goes directly to the 4.2V target voltage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="F0000TEK.BMP.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/47663i3624DA8D133E2ED4/image-size/large?v=v2&amp;amp;px=999" role="button" title="F0000TEK.BMP.bmp" alt="F0000TEK.BMP.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 14:31:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366781#M52093</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-11-27T14:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366782#M52094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the next step is to understand why you get "Undefined ins".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be due to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Wrong toolchain: for example building with a toolchain for mx6, which is an armv7. That can cause Undefined Ins on a mx28, which is arm926ejs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Incorrect DDR initialization: if your DDR model is not the same as the mx28evk, then you probably need to adapt the DDR settings to match the required ones as per your DDR datasheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 14:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366782#M52094</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2014-11-27T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom IMX28 board, no boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366783#M52095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use : arm-none-linux-gnueabi (generated by yocto) and my U-boot works on the imx28EVK so i think this is not the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But effectively, I didn't use the same DDR (my board is 512Mb and EVK is 128Mb) so it could be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a tutorial or a procedure to change the ddr settings ?&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>Thu, 27 Nov 2014 14:52:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Custom-IMX28-board-no-boot/m-p/366783#M52095</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-11-27T14:52:07Z</dc:date>
    </item>
  </channel>
</rss>

