<?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 Blinky basic application not loading in uboot for the same load address as hello world in Zephyr Project</title>
    <link>https://community.nxp.com/t5/Zephyr-Project/Blinky-basic-application-not-loading-in-uboot-for-the-same-load/m-p/2188298#M504</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;i have configured unused gpio in A53 dts like below&lt;BR /&gt;aliases {&lt;BR /&gt;led0 = &amp;amp;myled0;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;leds {&lt;BR /&gt;compatible = "gpio-leds";&lt;BR /&gt;myled0: led_0 {&lt;BR /&gt;gpios = &amp;lt;&amp;amp;gpio4 20 GPIO_ACTIVE_LOW&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;During compilation time no issue but while loading in uboot it is hanging .I have used below commands for loading in uboot.&lt;BR /&gt;fatload mmc 0:1 0x40000000 zephyr.bin&lt;BR /&gt;dcache off; icache flush&lt;BR /&gt;go 0x40000000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the same commands works for fine for other applications but for blinky appliaction its hanging like this&lt;BR /&gt;U-Boot 2023.04-00001-gb88d03b44c1-dirty (Jan 07 2025 - 11:05:26 +0530)&lt;BR /&gt;&lt;BR /&gt;CPU: i.MX8MP[8] rev1.1 1600 MHz (running at 1200 MHz)&lt;BR /&gt;CPU: Industrial temperature grade (-40C to 105C) at 50C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Model: iW-RainboW-G40M-i.MX8MP-OSM&lt;BR /&gt;Board: iWave iW-RainboW-G40M OSM&lt;BR /&gt;DRAM: 2 GiB&lt;BR /&gt;optee optee: OP-TEE api uid mismatch&lt;BR /&gt;Core: 257 devices, 35 uclasses, devicetree: separate&lt;BR /&gt;MMC: FSL_SDHC: 1, FSL_SDHC: 0&lt;BR /&gt;Loading Environment from MMC... *** Warning - bad CRC, using default environment&lt;BR /&gt;&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;SEC0: RNG instantiated&lt;BR /&gt;Board Info:&lt;BR /&gt;BSP Version : iW-PRGLZ-SC-01-R2.0-REL0.1-Linux6.6.3 Debian 12&lt;BR /&gt;SOM Version : iW-PRGLZ-AP-01-R2.0&lt;BR /&gt;CPU Unique ID : 0x0A0878007A3A417A&lt;BR /&gt;Carrier Board Version : iW-PRGJJ-AP-01-R1.0&lt;BR /&gt;&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc0(part 0) is current device&lt;BR /&gt;flash target is MMC:0&lt;BR /&gt;Net: eth0: ethernet@30be0000 [PRIME], eth1: ethernet@30bf0000&lt;BR /&gt;Fastboot: Normal&lt;BR /&gt;Normal Boot&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;iWave-G40M&amp;gt;&lt;BR /&gt;iWave-G40M&amp;gt;&lt;BR /&gt;iWave-G40M&amp;gt;&lt;BR /&gt;iWave-G40M&amp;gt; ums 0 mmc 0&lt;BR /&gt;UMS: LUN 0, dev mmc 0, hwpart 0, sector 0x0, count 0x1d5a000&lt;BR /&gt;CTRL+C - Operation aborted&lt;BR /&gt;iWave-G40M&amp;gt; fatload mmc 0:1 0x40000000 zephyr.bin&lt;BR /&gt;93984 bytes read in 3 ms (29.9 MiB/s)&lt;BR /&gt;iWave-G40M&amp;gt; dcache off; icache flush&lt;BR /&gt;iWave-G40M&amp;gt; go 0x40000000&lt;BR /&gt;## Starting application at 0x40000000 ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Oct 2025 11:48:31 GMT</pubDate>
    <dc:creator>Neha_V</dc:creator>
    <dc:date>2025-10-17T11:48:31Z</dc:date>
    <item>
      <title>Blinky basic application not loading in uboot for the same load address as hello world</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Blinky-basic-application-not-loading-in-uboot-for-the-same-load/m-p/2188298#M504</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;i have configured unused gpio in A53 dts like below&lt;BR /&gt;aliases {&lt;BR /&gt;led0 = &amp;amp;myled0;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;leds {&lt;BR /&gt;compatible = "gpio-leds";&lt;BR /&gt;myled0: led_0 {&lt;BR /&gt;gpios = &amp;lt;&amp;amp;gpio4 20 GPIO_ACTIVE_LOW&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;During compilation time no issue but while loading in uboot it is hanging .I have used below commands for loading in uboot.&lt;BR /&gt;fatload mmc 0:1 0x40000000 zephyr.bin&lt;BR /&gt;dcache off; icache flush&lt;BR /&gt;go 0x40000000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the same commands works for fine for other applications but for blinky appliaction its hanging like this&lt;BR /&gt;U-Boot 2023.04-00001-gb88d03b44c1-dirty (Jan 07 2025 - 11:05:26 +0530)&lt;BR /&gt;&lt;BR /&gt;CPU: i.MX8MP[8] rev1.1 1600 MHz (running at 1200 MHz)&lt;BR /&gt;CPU: Industrial temperature grade (-40C to 105C) at 50C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Model: iW-RainboW-G40M-i.MX8MP-OSM&lt;BR /&gt;Board: iWave iW-RainboW-G40M OSM&lt;BR /&gt;DRAM: 2 GiB&lt;BR /&gt;optee optee: OP-TEE api uid mismatch&lt;BR /&gt;Core: 257 devices, 35 uclasses, devicetree: separate&lt;BR /&gt;MMC: FSL_SDHC: 1, FSL_SDHC: 0&lt;BR /&gt;Loading Environment from MMC... *** Warning - bad CRC, using default environment&lt;BR /&gt;&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;SEC0: RNG instantiated&lt;BR /&gt;Board Info:&lt;BR /&gt;BSP Version : iW-PRGLZ-SC-01-R2.0-REL0.1-Linux6.6.3 Debian 12&lt;BR /&gt;SOM Version : iW-PRGLZ-AP-01-R2.0&lt;BR /&gt;CPU Unique ID : 0x0A0878007A3A417A&lt;BR /&gt;Carrier Board Version : iW-PRGJJ-AP-01-R1.0&lt;BR /&gt;&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc0(part 0) is current device&lt;BR /&gt;flash target is MMC:0&lt;BR /&gt;Net: eth0: ethernet@30be0000 [PRIME], eth1: ethernet@30bf0000&lt;BR /&gt;Fastboot: Normal&lt;BR /&gt;Normal Boot&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;iWave-G40M&amp;gt;&lt;BR /&gt;iWave-G40M&amp;gt;&lt;BR /&gt;iWave-G40M&amp;gt;&lt;BR /&gt;iWave-G40M&amp;gt; ums 0 mmc 0&lt;BR /&gt;UMS: LUN 0, dev mmc 0, hwpart 0, sector 0x0, count 0x1d5a000&lt;BR /&gt;CTRL+C - Operation aborted&lt;BR /&gt;iWave-G40M&amp;gt; fatload mmc 0:1 0x40000000 zephyr.bin&lt;BR /&gt;93984 bytes read in 3 ms (29.9 MiB/s)&lt;BR /&gt;iWave-G40M&amp;gt; dcache off; icache flush&lt;BR /&gt;iWave-G40M&amp;gt; go 0x40000000&lt;BR /&gt;## Starting application at 0x40000000 ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 11:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Blinky-basic-application-not-loading-in-uboot-for-the-same-load/m-p/2188298#M504</guid>
      <dc:creator>Neha_V</dc:creator>
      <dc:date>2025-10-17T11:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Blinky basic application not loading in uboot for the same load address as hello world</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Blinky-basic-application-not-loading-in-uboot-for-the-same-load/m-p/2189455#M507</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/251902"&gt;@Neha_V&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;I hope you are doinf very well.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Just to clarify: Zephyr is not officially supported in this support channel, so we are unable to assist with issues related to Zephyr-based applications, including DTS configurations or runtime behavior on Zephyr.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR clear="none" /&gt;If you are working with Zephyr on the i.MX8MP platform, I recommend reaching out to the Zephyr Project community or checking their GitHub discussions for more targeted support.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR clear="none" /&gt;Let me know if you would like help with Linux, U-Boot, or anything else related to supported platforms!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Best regards,&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Salas.&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Oct 2025 00:53:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Blinky-basic-application-not-loading-in-uboot-for-the-same-load/m-p/2189455#M507</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-10-21T00:53:22Z</dc:date>
    </item>
  </channel>
</rss>

