<?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>topic Re: imx233 bootlet BCB in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx233-bootlet-BCB/m-p/700058#M108737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally linux got loaded and booted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In 128LQFP&lt;/P&gt;&lt;P&gt;DCDC_BATT - pin 100&lt;/P&gt;&lt;P&gt;BATT - pin 103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working with 5v only circuit as per&amp;nbsp;i.mx23_reference_sch_revc.pdf where BATT &amp;amp; DCDC_BATT were connected via 1K resistors to VDD_4p2 rail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;DCDC_BATT had 1uf cap. But BATT pin had 47uf cap ceramic. When I added 100uf elecrolytic caps in BATT I got this below error plus sometimes SD card general failure 0x8020A023, 0x8020A00E .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; LLLLLLLFCLJ&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; Data Abort&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; r14_HTLC.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But finally I shorted both DCDC_BATT and BATT and grounded by capacitors 1uf and 47uf ceramic which stabilized power supply I guess. I am not fully sure why it worked.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Oct 2017 08:49:35 GMT</pubDate>
    <dc:creator>samarjit_samant</dc:creator>
    <dc:date>2017-10-08T08:49:35Z</dc:date>
    <item>
      <title>imx233 bootlet BCB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx233-bootlet-BCB/m-p/700055#M108734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to boot my custom imx233 board &lt;A href="https://github.com/samarjit/MyIMX233"&gt;https://github.com/samarjit/MyIMX233&lt;/A&gt;. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not burnt HW_OCOTP_ROM0::SD_MBR_BOOT yet so I am using BCB. I have been trying to run with 8GB SD card. I downloaded bootstream_make_bootable.pl, write_bootstream.pl from &lt;A href="https://groups.google.com/forum/#!topic/rockboxplayer/CtLFCED9wWM"&gt;https://groups.google.com/forum/#!topic/rockboxplayer/CtLFCED9wWM&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I got u-boot.sb from &lt;A href="http://os.archlinuxarm.org/os/armv5te/boot/olinuxino/u-boot.sb"&gt;http://os.archlinuxarm.org/os/armv5te/boot/olinuxino/u-boot.sb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ran the below command to load onto SD card&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;perl .&lt;/SPAN&gt;&lt;SPAN style="color: #d16969;"&gt;/write_bootstream.pl u-boot.sb /&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;dev&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;mmbclk0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;perl .&lt;/SPAN&gt;&lt;SPAN style="color: #d16969;"&gt;/bootstream_make_bootable.pl /&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;dev&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;mmbclk0 u&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;boot&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;sb&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;For 8GB card I needed to modify bootstream_make_bootable.pl slightly to locate boot signature correctly.&lt;/P&gt;&lt;P&gt;This creates a BCB which point to MBR of u-boot.sb.&lt;/P&gt;&lt;P&gt;After this I get HTLC&amp;lt;0&amp;gt;HTLC&amp;lt;0&amp;gt;... repeatedly. I guess it is rebooting. I am stuck at how to debug any further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can use bootlets instead of u-boot.sb using BCB?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, is it better to burn the otp HW_OCOTP_ROM0::SD_MBR_BOOT to install bootlets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Board is powered by USB and UART is used to get the logs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 05:13:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx233-bootlet-BCB/m-p/700055#M108734</guid>
      <dc:creator>samarjit_samant</dc:creator>
      <dc:date>2017-10-06T05:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: imx233 bootlet BCB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx233-bootlet-BCB/m-p/700056#M108735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi samarjit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/message/394276?commentID=394276#comment-394276" title="https://community.nxp.com/message/394276?commentID=394276#comment-394276"&gt;https://community.nxp.com/message/394276?commentID=394276#comment-394276&lt;/A&gt;&amp;nbsp;&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>Fri, 06 Oct 2017 23:11:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx233-bootlet-BCB/m-p/700056#M108735</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-10-06T23:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: imx233 bootlet BCB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx233-bootlet-BCB/m-p/700057#M108736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi igor, I finally gave up the idea of debugging further with BCB and decided to take risk and burn the OTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I flashed the SD card with image from&amp;nbsp;&lt;A class="jivelink12" href="https://www.olimex.com/wiki/IMX233" title="https://www.olimex.com/wiki/IMX233"&gt;https://www.olimex.com/wiki/IMX233&lt;/A&gt;&amp;nbsp; which provides the link to &lt;A class="link-titled" href="https://www.olimex.com/wiki/images/6/6d/Imx233_kernel_2.6_ARCH_FS_WIFI_release_5.torrent" title="https://www.olimex.com/wiki/images/6/6d/Imx233_kernel_2.6_ARCH_FS_WIFI_release_5.torrent"&gt;https://www.olimex.com/wiki/images/6/6d/Imx233_kernel_2.6_ARCH_FS_WIFI_release_5.torrent.&lt;/A&gt;&amp;nbsp; I didn't create any partition for u-boot. dd if=imx233_kernel_2.6_ARCH_FS_WIFI_release_5.img of=/dev/mmcblk0&lt;/P&gt;&lt;P&gt;If I try to measure the voltages using multimeter they are fluctuating a lot.&lt;/P&gt;&lt;P&gt;I can measure these voltages 3.3v, 1.2v,1v, 4p2 they are also going up and down in a cycle. I cannot see if this cycle is matching with rebooting time.&lt;/P&gt;&lt;P&gt;But 2.5v I cannot even see on multimeter, it is just fluctuating around 0-300mv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFC&lt;BR /&gt;PowerPrep start initialize power...&lt;BR /&gt;Battery Voltage = 2.91V&lt;BR /&gt;Chargeable battery detected but the voltage is too low for battery powered operation.Booting from 5V power source.&lt;BR /&gt;LLCJun 14 201614:59:00&lt;BR /&gt;EMI_CTRL 0x1C084040&lt;BR /&gt;FRAC 0x92926192&lt;BR /&gt;init_ddr_mt46v32m16_133Mhz&lt;BR /&gt;power 0x00820710&lt;BR /&gt;Frac 0x92926192&lt;BR /&gt;start change cpu freq&lt;BR /&gt;hbus 0x00000003&lt;BR /&gt;cpu 0x00010001&lt;BR /&gt;LLLLLLLFCLJ&lt;BR /&gt;Data Abort&lt;BR /&gt;r14_&amp;lt;0&amp;gt;HTLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFC&lt;BR /&gt;PowerPrep start initialize power...&lt;BR /&gt;Battery Voltage = 2.91V&lt;BR /&gt;Chargeable battery detected but the voltage is too low for battery powered operation.Booting from 5V power source.&lt;BR /&gt;LLCJun 14 201614:59:00&lt;BR /&gt;EMI_CTRL 0x1C084040&lt;BR /&gt;FRAC 0x92926192&lt;BR /&gt;init_ddr_mt46v32m16_133Mhz&lt;BR /&gt;power 0x00820710&lt;BR /&gt;Frac 0x92926192&lt;BR /&gt;start change cpu freq&lt;BR /&gt;hbus 0x00000003&lt;BR /&gt;cpu 0x00010001&lt;BR /&gt;LLLLLLLFCLJ&lt;BR /&gt;Data Abort&lt;BR /&gt;r14_&amp;lt;0&amp;gt;HTLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFC&lt;BR /&gt;PowerPrep start initialize power...&lt;BR /&gt;Battery Voltage = 2.90V&lt;BR /&gt;Chargeable battery detected but the voltage is too low for battery powered operation.Booting from 5V power source.&lt;BR /&gt;LLCJun 14 201614:59:00&lt;BR /&gt;EMI_CTRL 0x1C084040&lt;BR /&gt;FRAC 0x92926192&lt;BR /&gt;init_ddr_mt46v32m16_133Mhz&lt;BR /&gt;power 0x00820710&lt;BR /&gt;Frac 0x92926192&lt;BR /&gt;start change cpu freq&lt;BR /&gt;hbus 0x00000003&lt;BR /&gt;cpu 0x00010001&lt;BR /&gt;LLLLLLLFCLJ&lt;BR /&gt;HTLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFC&lt;BR /&gt;PowerPrep start initialize power...&lt;BR /&gt;Battery Voltage = 2.90V...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be wrong now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2017 13:58:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx233-bootlet-BCB/m-p/700057#M108736</guid>
      <dc:creator>samarjit_samant</dc:creator>
      <dc:date>2017-10-07T13:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: imx233 bootlet BCB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx233-bootlet-BCB/m-p/700058#M108737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally linux got loaded and booted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In 128LQFP&lt;/P&gt;&lt;P&gt;DCDC_BATT - pin 100&lt;/P&gt;&lt;P&gt;BATT - pin 103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working with 5v only circuit as per&amp;nbsp;i.mx23_reference_sch_revc.pdf where BATT &amp;amp; DCDC_BATT were connected via 1K resistors to VDD_4p2 rail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;DCDC_BATT had 1uf cap. But BATT pin had 47uf cap ceramic. When I added 100uf elecrolytic caps in BATT I got this below error plus sometimes SD card general failure 0x8020A023, 0x8020A00E .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; LLLLLLLFCLJ&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; Data Abort&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; r14_HTLC.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But finally I shorted both DCDC_BATT and BATT and grounded by capacitors 1uf and 47uf ceramic which stabilized power supply I guess. I am not fully sure why it worked.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Oct 2017 08:49:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx233-bootlet-BCB/m-p/700058#M108737</guid>
      <dc:creator>samarjit_samant</dc:creator>
      <dc:date>2017-10-08T08:49:35Z</dc:date>
    </item>
  </channel>
</rss>

