<?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: iMX8MM Synchronous Abort while booting kernel</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1395044#M185448</link>
    <description>&lt;P&gt;Unfortunately, it didn't work.&lt;/P&gt;&lt;P&gt;Not sure why the system crashes while booti comand from u-boot shell, everything wokrs just fine via USB fastboot.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 19:42:28 GMT</pubDate>
    <dc:creator>Alex34</dc:creator>
    <dc:date>2022-01-05T19:42:28Z</dc:date>
    <item>
      <title>iMX8MM Synchronous Abort while booting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1393617#M185272</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm working with a custom iMX8MM board. I have built all the binaries with Buildroot.&lt;/P&gt;&lt;P&gt;I am able to boot an U-boot (via USB), but I can't boot into the Kernel: "Synchronous Abort" handler.&lt;/P&gt;&lt;P&gt;The steps I take on the host machine:&lt;/P&gt;&lt;LI-SPOILER&gt;sudo ./uuu ~/buildroot/output/images/imx8-boot-sd.bin&lt;BR /&gt;sudo ./uuu SDPV: write -f ~/buildroot/output/images/u-boot.itb -addr 0x40260000&lt;BR /&gt;sudo ./uuu SDPV: write -f ~/buildroot/output/images/Image -addr 0x43800000&lt;BR /&gt;sudo ./uuu SDPV: write -f ~/buildroot/output/images/imx8mm-evk-revb-qca-wifi.dtb -addr 0x4FF00000&lt;BR /&gt;sudo ./uuu SDPV: jump -addr 0x40260000&lt;/LI-SPOILER&gt;&lt;P&gt;The output on the target:&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;U-Boot 2020.04 (Jan 02 2022 - 17:15:19 +0300)&lt;/P&gt;&lt;P&gt;CPU: i.MX8MMD rev1.0 1800 MHz (running at 1200 MHz)&lt;BR /&gt;CPU: Commercial temperature grade (0C to 95C) at 47C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Model: IMX board&lt;BR /&gt;DRAM: 512 MiB&lt;BR /&gt;tcpc_init: Can't find bus&lt;BR /&gt;setup_typec: tcpc port2 init failed, err=-22&lt;BR /&gt;tcpc_init: Can't find bus&lt;BR /&gt;setup_typec: tcpc port1 init failed, err=-22&lt;BR /&gt;MMC: FSL_SDHC: 1&lt;BR /&gt;Loading Environment from MMC... MMC: no card present&lt;BR /&gt;mmc_init: -123, time 2&lt;BR /&gt;*** Warning - No block device, using default environment&lt;/P&gt;&lt;P&gt;Fail to setup video link&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;Model: Alex diveboard&lt;/P&gt;&lt;P&gt;BuildInfo:&lt;BR /&gt;- ATF 88c60db&lt;BR /&gt;- U-Boot 2020.04&lt;/P&gt;&lt;P&gt;MMC: no card present&lt;BR /&gt;mmc_init: -123, time 2&lt;BR /&gt;Detect USB boot. Will enter fastboot mode!&lt;BR /&gt;Fastboot: Normal&lt;BR /&gt;Boot from USB for mfgtools&lt;BR /&gt;*** Warning - Use default environment for mfgtools&lt;BR /&gt;, using default environment&lt;/P&gt;&lt;P&gt;Run bootcmd_mfg: run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else booti ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboot 0; fi;&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Then I stop autoboot, and make a booti command:&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;u-boot=&amp;gt; booti 43800000 - 4ff00000&lt;BR /&gt;## Flattened Device Tree blob at 4ff00000&lt;BR /&gt;Booting using the fdt blob at 0x4ff00000&lt;BR /&gt;Using Device Tree in place at 000000004ff00000, end 000000004ff0e71f&lt;BR /&gt;Found /cpus/cpu@2 node&lt;BR /&gt;Delete node /cpus/cpu@2&lt;BR /&gt;Found /cpus/cpu@3 node&lt;BR /&gt;Delete node /cpus/cpu@3&lt;BR /&gt;Update node /thermal-zones/cpu-thermal/cooling-maps/map0, cooling-device prop&lt;BR /&gt;Update node /pmu, interrupt-affinity prop&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;"Synchronous Abort" handler, esr 0x02000000&lt;BR /&gt;elr: 00000000253c3000 lr : 00000000402026e4 (reloc)&lt;BR /&gt;elr: 00000000450d0000 lr : 000000005ff0f6e4&lt;BR /&gt;x0 : 000000004ff00000 x1 : 0000000000000000&lt;BR /&gt;x2 : 0000000000000000 x3 : 0000000000000000&lt;BR /&gt;x4 : 0000000043800000 x5 : 0000000000000001&lt;BR /&gt;x6 : 0000000000000008 x7 : 0000000000000000&lt;BR /&gt;x8 : 000000005df02cd8 x9 : 0000000000000002&lt;BR /&gt;x10: 000000000a200023 x11: 0000000000000002&lt;BR /&gt;x12: 0000000000000002 x13: 000000005df0cdde&lt;BR /&gt;x14: 000000004ff00000 x15: 000000005ff0eb14&lt;BR /&gt;x16: 000000005ff4bee0 x17: 00000000000041a0&lt;BR /&gt;x18: 000000005df0cdc8 x19: 000000005ffc1b58&lt;BR /&gt;x20: 0000000000000000 x21: 0000000000000400&lt;BR /&gt;x22: 0000000000000003 x23: 000000005df14318&lt;BR /&gt;x24: 000000005df14318 x25: 000000005ffadea8&lt;BR /&gt;x26: 0000000000000000 x27: 000000005ff0f70c&lt;BR /&gt;x28: 000000005df185c0 x29: 000000005df02d10&lt;/P&gt;&lt;P&gt;Code: 1d2dfddd 9dec6977 75f079eb 57dd1ded (c019481a)&lt;BR /&gt;Resetting CPU ...&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Is there something I should check to debug the problem?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jan 2022 14:40:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1393617#M185272</guid>
      <dc:creator>Alex34</dc:creator>
      <dc:date>2022-01-02T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MM Synchronous Abort while booting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1393641#M185279</link>
      <description>&lt;P&gt;Hi Alex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for that issue one can try nxp linux releases from source.codeaurora.org/external/imx/linux-imx repository&lt;/P&gt;
&lt;P&gt;(not Buildroot)&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Documentation&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 00:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1393641#M185279</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2022-01-03T00:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MM Synchronous Abort while booting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1393818#M185302</link>
      <description>&lt;P&gt;Thanks, Igor.&lt;/P&gt;&lt;P&gt;Buildroot has exactly the same version of Linux kernel sources. I tried kernel from toradex with the same results.&lt;/P&gt;&lt;P&gt;I did some debug prints and found that exception happens just after "armv8_switch_to_el2" routine execution. (in u-boot, bootm command code).&lt;/P&gt;&lt;P&gt;DId i forget to configure something?&lt;/P&gt;&lt;P&gt;Can I get a prebuilt binaries for EVK?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 16:00:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1393818#M185302</guid>
      <dc:creator>Alex34</dc:creator>
      <dc:date>2022-01-03T16:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MM Synchronous Abort while booting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1393880#M185315</link>
      <description>&lt;P&gt;&amp;gt;Can I get a prebuilt binaries for EVK?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at Demo Images on link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 23:19:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1393880#M185315</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2022-01-03T23:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MM Synchronous Abort while booting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1395044#M185448</link>
      <description>&lt;P&gt;Unfortunately, it didn't work.&lt;/P&gt;&lt;P&gt;Not sure why the system crashes while booti comand from u-boot shell, everything wokrs just fine via USB fastboot.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 19:42:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MM-Synchronous-Abort-while-booting-kernel/m-p/1395044#M185448</guid>
      <dc:creator>Alex34</dc:creator>
      <dc:date>2022-01-05T19:42:28Z</dc:date>
    </item>
  </channel>
</rss>

