<?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のトピックStuck at bad CRC during boot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Stuck-at-bad-CRC-during-boot/m-p/903880#M136371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to boot our custom board that we have ported from the SabreSD.&lt;/P&gt;&lt;P&gt;We are getting stuck at the same point during boot.&lt;/P&gt;&lt;P&gt;*** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;board_mmc_init: (CONFIG_SPL_BUILD) setting pads for uSDHC4 (uSD) on MMC2&lt;BR /&gt;board_mmc_init: (CONFIG_SPL_BUILD) calling fsl_esdhc_initialize&lt;BR /&gt;board_mmc_init: (CONFIG_SPL_BUILD) fsl_esdhc_initialize returned 0&lt;BR /&gt;board_mmc_getcd: USDHC4_BASE_ADDR&lt;BR /&gt;board_mmc_getcd: ret = 1&lt;BR /&gt;spl_start_uboot&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;U-Boot 2018.11-dirty (May 07 2019 - 16:37:39 +0100)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX6Q rev1.6 996 MHz (running at 792 MHz)&lt;BR /&gt;CPU: Automotive temperature grade (-40C to 125C) at 35C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Board: MX6-Dragonfly&lt;BR /&gt;I2C: ready&lt;BR /&gt;DRAM: dram_init&lt;BR /&gt;1 GiB&lt;BR /&gt;board_init&lt;BR /&gt;setup_spi&lt;BR /&gt;board_init: calling setup_i2c, is_mx6dq() == true&lt;BR /&gt;setup_display&lt;BR /&gt;setup_usb&lt;BR /&gt;power_init_board&lt;BR /&gt;MMC: board_mmc_init&lt;BR /&gt;board_mmc_init: CONFIG_SPL_BUILD is not defined&lt;BR /&gt;board_mmc_init: NOT setting pads for SD2 (MMC0) - unused&lt;BR /&gt;board_mmc_init: calling fsl_esdhc_initialize&lt;BR /&gt;board_mmc_init: setting pads for SD3 [eMMC] (MMC1)&lt;BR /&gt;board_mmc_init: calling fsl_esdhc_initialize&lt;BR /&gt;board_mmc_init: setting pads for SD4 [uSD] (MMC2)&lt;BR /&gt;board_mmc_init: calling fsl_esdhc_initialize&lt;BR /&gt;board_mmc_init: returning 0&lt;BR /&gt;FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2&lt;BR /&gt;Loading Environment from MMC... mmc_get_env_dev called from arch/arm/mach-imx/mx6/&lt;BR /&gt;mmc_get_boot_dev called from arch/arm/mach-imx/mx6/&lt;BR /&gt;mmc_get_boot_dev: value of soc_sbmr = 14400&lt;BR /&gt;mmc_get_boot_dev: value of bootsel = 1&lt;BR /&gt;mmc_get_boot_dev: value of devno = 3&lt;BR /&gt;board_mmc_get_env_dev: devno = 3&lt;BR /&gt;board_mmc_getcd: USDHC4_BASE_ADDR&lt;BR /&gt;board_mmc_getcd: ret = 1&lt;BR /&gt;*** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the SabreSD, we would expect to carry onto the following lines of serial output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PCI: pcie phy link never came up&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;No panel detected: default to Hannstar-XGA&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;enable_lvds&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;enable_backlight&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Display: Hannstar-XGA (1024x768)&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;overwrite_console&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;In: serial&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Out: serial&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Err: serial&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please note, we have added some of our own debug over serial.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help or ideas on why our boot would stop at this point would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kyle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2019 15:55:03 GMT</pubDate>
    <dc:creator>kcassar</dc:creator>
    <dc:date>2019-05-07T15:55:03Z</dc:date>
    <item>
      <title>Stuck at bad CRC during boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Stuck-at-bad-CRC-during-boot/m-p/903880#M136371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to boot our custom board that we have ported from the SabreSD.&lt;/P&gt;&lt;P&gt;We are getting stuck at the same point during boot.&lt;/P&gt;&lt;P&gt;*** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;board_mmc_init: (CONFIG_SPL_BUILD) setting pads for uSDHC4 (uSD) on MMC2&lt;BR /&gt;board_mmc_init: (CONFIG_SPL_BUILD) calling fsl_esdhc_initialize&lt;BR /&gt;board_mmc_init: (CONFIG_SPL_BUILD) fsl_esdhc_initialize returned 0&lt;BR /&gt;board_mmc_getcd: USDHC4_BASE_ADDR&lt;BR /&gt;board_mmc_getcd: ret = 1&lt;BR /&gt;spl_start_uboot&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;U-Boot 2018.11-dirty (May 07 2019 - 16:37:39 +0100)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX6Q rev1.6 996 MHz (running at 792 MHz)&lt;BR /&gt;CPU: Automotive temperature grade (-40C to 125C) at 35C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Board: MX6-Dragonfly&lt;BR /&gt;I2C: ready&lt;BR /&gt;DRAM: dram_init&lt;BR /&gt;1 GiB&lt;BR /&gt;board_init&lt;BR /&gt;setup_spi&lt;BR /&gt;board_init: calling setup_i2c, is_mx6dq() == true&lt;BR /&gt;setup_display&lt;BR /&gt;setup_usb&lt;BR /&gt;power_init_board&lt;BR /&gt;MMC: board_mmc_init&lt;BR /&gt;board_mmc_init: CONFIG_SPL_BUILD is not defined&lt;BR /&gt;board_mmc_init: NOT setting pads for SD2 (MMC0) - unused&lt;BR /&gt;board_mmc_init: calling fsl_esdhc_initialize&lt;BR /&gt;board_mmc_init: setting pads for SD3 [eMMC] (MMC1)&lt;BR /&gt;board_mmc_init: calling fsl_esdhc_initialize&lt;BR /&gt;board_mmc_init: setting pads for SD4 [uSD] (MMC2)&lt;BR /&gt;board_mmc_init: calling fsl_esdhc_initialize&lt;BR /&gt;board_mmc_init: returning 0&lt;BR /&gt;FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2&lt;BR /&gt;Loading Environment from MMC... mmc_get_env_dev called from arch/arm/mach-imx/mx6/&lt;BR /&gt;mmc_get_boot_dev called from arch/arm/mach-imx/mx6/&lt;BR /&gt;mmc_get_boot_dev: value of soc_sbmr = 14400&lt;BR /&gt;mmc_get_boot_dev: value of bootsel = 1&lt;BR /&gt;mmc_get_boot_dev: value of devno = 3&lt;BR /&gt;board_mmc_get_env_dev: devno = 3&lt;BR /&gt;board_mmc_getcd: USDHC4_BASE_ADDR&lt;BR /&gt;board_mmc_getcd: ret = 1&lt;BR /&gt;*** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the SabreSD, we would expect to carry onto the following lines of serial output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PCI: pcie phy link never came up&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;No panel detected: default to Hannstar-XGA&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;enable_lvds&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;enable_backlight&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Display: Hannstar-XGA (1024x768)&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;overwrite_console&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;In: serial&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Out: serial&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Err: serial&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please note, we have added some of our own debug over serial.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help or ideas on why our boot would stop at this point would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kyle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 15:55:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Stuck-at-bad-CRC-during-boot/m-p/903880#M136371</guid>
      <dc:creator>kcassar</dc:creator>
      <dc:date>2019-05-07T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck at bad CRC during boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Stuck-at-bad-CRC-during-boot/m-p/903881#M136372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kyle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot 2018.11 is not supported by nxp, issue may be posted on uboot mail list&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://lists.denx.de/listinfo" title="https://lists.denx.de/listinfo"&gt;lists.denx.de Mailing Lists&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;one can try latest official release 2018.03 from source.codeaurora.org/external/imx/uboot-imx&lt;/P&gt;&lt;P&gt;nxp repository:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2018.03_4.14.98_2.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2018.03_4.14.98_2.0.0_ga"&gt;uboot-imx - i.MX U-Boot&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>Tue, 07 May 2019 23:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Stuck-at-bad-CRC-during-boot/m-p/903881#M136372</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-05-07T23:29:12Z</dc:date>
    </item>
  </channel>
</rss>

