<?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: How to modify u-boot device tree for a custom board based on iMX91 with yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2192683#M241640</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248795"&gt;@RD-airzone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I'm an Airzone Webserver (Aircloud Wi-Fi) user.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;On October 18th, this motherboard attempted to update from your version 4.15 to 4.20 and experienced an error during the process&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The webserver you run on this motherboard stopped reporting information to Airzone Cloud, and I can't use the app.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; The webserver continues to connect to my Wi-Fi network without issue, although it has little activity.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have SSH connectivity, but I don't have a username and password to send you logs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Your technical support has kindly denied me the right to repair and only offered to sell me another motherboard.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Is there a way I can correct this failed update?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Oct 2025 17:32:14 GMT</pubDate>
    <dc:creator>galba</dc:creator>
    <dc:date>2025-10-24T17:32:14Z</dc:date>
    <item>
      <title>How to modify u-boot device tree for a custom board based on iMX91 with yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2072160#M235742</link>
      <description>&lt;P&gt;Hello NXP team,&lt;/P&gt;&lt;P&gt;I'm trying to build a custom image for my custom board. It is based on iMX91 so I've created a new machine copying configuration from evaluation board. I've also add a copy of the EV board device tree (named ws-hub.dts) to the u-boot-imx recipe and change the model name to something else, just to know it is using it. In addition, I've created succesfully a bbappend to add the custom DT to Makefile under "CONFIG_ARCH_IMX9" option.&lt;/P&gt;&lt;P&gt;Then I've created a "airzone_uboot_defconfig" file for my machine based on imx91_11x11_evk_defconfig and modify on my machine conf the variable "UBOOT_CONFIG_BASENAME" to "airzone_uboot". I can see that it is being compiled succesfully&lt;/P&gt;&lt;P&gt;If I leave it as it is, if flashs correctly and then loads kernel but it is not using my custom DT.&lt;/P&gt;&lt;P&gt;Then, I've modify "CONFIG_DEFAULT_FDT_FILE" from defconfig to&amp;nbsp;ws-hub.dtb and it tells "Failed to load 'ws-hub.dtb' ".&lt;/P&gt;&lt;P&gt;I've checked the command "fdt list" on uboot to see the device tree but it show me this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;u-boot =&amp;gt; fdt list&lt;BR /&gt;/ {&lt;BR /&gt;interrupt-parent = &amp;lt;0x00000001&amp;gt;;&lt;BR /&gt;#address-cells = &amp;lt;0x00000002&amp;gt;;&lt;BR /&gt;#size-cells = &amp;lt;0x00000002&amp;gt;;&lt;BR /&gt;model = "NXP i.MX91 11X11 EVK board";&lt;BR /&gt;compatible = "fsl,imx91-11x11-evk", "fsl,imx91";&lt;BR /&gt;aliases {&lt;BR /&gt;};&lt;BR /&gt;cpus {&lt;BR /&gt;};&lt;BR /&gt;clock-osc-32k {&lt;BR /&gt;};&lt;BR /&gt;clock-osc-24m {&lt;BR /&gt;};&lt;BR /&gt;clock-ext1 {&lt;BR /&gt;};&lt;BR /&gt;pmu {&lt;BR /&gt;};&lt;BR /&gt;thermal-zones {&lt;BR /&gt;};&lt;BR /&gt;psci {&lt;BR /&gt;};&lt;BR /&gt;timer {&lt;BR /&gt;};&lt;BR /&gt;interrupt-controller@48000000 {&lt;BR /&gt;};&lt;BR /&gt;usbphynop1 {&lt;BR /&gt;};&lt;BR /&gt;usbphynop2 {&lt;BR /&gt;};&lt;BR /&gt;soc@0 {&lt;BR /&gt;};&lt;BR /&gt;imx93-lpm {&lt;BR /&gt;};&lt;BR /&gt;se-fw2 {&lt;BR /&gt;};&lt;BR /&gt;chosen {&lt;BR /&gt;};&lt;BR /&gt;reserved-memory {&lt;BR /&gt;};&lt;BR /&gt;regulator-can2-stby {&lt;BR /&gt;};&lt;BR /&gt;regulator-adc-vref {&lt;BR /&gt;};&lt;BR /&gt;regulator-usdhc2 {&lt;BR /&gt;};&lt;BR /&gt;regulator-vdd-12v {&lt;BR /&gt;};&lt;BR /&gt;regulator-vrpi-3v3 {&lt;BR /&gt;};&lt;BR /&gt;binman {&lt;BR /&gt;};&lt;BR /&gt;firmware {&lt;BR /&gt;};&lt;BR /&gt;backlight {&lt;BR /&gt;};&lt;BR /&gt;panel {&lt;BR /&gt;};&lt;BR /&gt;signature {&lt;BR /&gt;};&lt;BR /&gt;__symbols__ {&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So I don't know where that device tree comes from.&lt;/P&gt;&lt;P&gt;My question is how am I suppose to modify the u-boot to adapt it to my board? Am I on the right way or do I have to modify directly the evaluation board DT?&lt;/P&gt;&lt;P&gt;I post my machine.conf in case that you need for reference:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MACHINEOVERRIDES&lt;/SPAN&gt;&lt;SPAN&gt; =. &lt;/SPAN&gt;&lt;SPAN&gt;"mx91:"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;require conf/machine/include/imx-base.inc&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DDR_FIRMWARE_NAME&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;" \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; lpddr4_dmem_1d_v202201.bin \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; lpddr4_dmem_2d_v202201.bin \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; lpddr4_imem_1d_v202201.bin \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; lpddr4_imem_2d_v202201.bin \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# Remove unused image types&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IMAGE_FSTYPES:&lt;/SPAN&gt;&lt;SPAN&gt;remove&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"wic.bmap"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IMAGE_FSTYPES:&lt;/SPAN&gt;&lt;SPAN&gt;remove&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"tar.zst"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;MACHINE_FEATURES += &lt;/SPAN&gt;&lt;SPAN&gt;"pci wifi bluetooth"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MACHINE_FEATURES:append:&lt;/SPAN&gt;&lt;SPAN&gt;use-nxp-bsp&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;" dpdk optee nxpwifi-all-sdio"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;# No cares about kernel device tree right now&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# KERNEL_DEVICETREE_BASENAME = "imx91-11x11-evk"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;# KERNEL_DEVICETREE = "freescale/${KERNEL_DEVICETREE_BASENAME}.dtb"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# Select NXP U-Boot.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IMX_DEFAULT_BOOTLOADER:&lt;/SPAN&gt;&lt;SPAN&gt;use-nxp-bsp&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"u-boot-imx"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;LOADADDR&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;UBOOT_SUFFIX&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"bin"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;UBOOT_MAKE_TARGET&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;SPL_BINARY&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"spl/u-boot-spl.bin"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;UBOOT_CONFIG ??= &lt;/SPAN&gt;&lt;SPAN&gt;"sd"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;#UBOOT_CONFIG_BASENAME = "imx91_11x11_evk"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;UBOOT_CONFIG_BASENAME&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"airzone_uboot"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;UBOOT_CONFIG[sd] &amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN&gt;"${UBOOT_CONFIG_BASENAME}_defconfig,sdcard"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# Set ATF platform name&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ATF_PLATFORM&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"imx91"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;IMXBOOT_TARGETS&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"flash_singleboot"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;IMX_BOOT_SOC_TARGET&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"iMX91"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IMX_BOOT_SEEK&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"32"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# We have to disable SERIAL_CONSOLE due to auto-serial-console&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SERIAL_CONSOLES&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"115200;ttyLP0"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;IMX_DEFAULT_BSP&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"nxp"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you for your time.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 15:34:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2072160#M235742</guid>
      <dc:creator>RD-airzone</dc:creator>
      <dc:date>2025-04-01T15:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify u-boot device tree for a custom board based on iMX91 with yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2075381#M236000</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248795"&gt;@RD-airzone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are doing very well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try changing the&amp;nbsp;CONFIG_DEFAULT_DEVICE_TREE?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 17:57:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2075381#M236000</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-04-07T17:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify u-boot device tree for a custom board based on iMX91 with yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2077161#M236120</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If I change that setting, I cannot even flash the uboot with:&lt;/P&gt;&lt;P&gt;./uuu -b emmc .\imx-boot-ws-hub-sd.bin-flash_singleboot&lt;/P&gt;&lt;P&gt;The same command works with the default value (&lt;SPAN&gt;imx91-11x11-evk-tianma-wvga-panel) for&amp;nbsp;&lt;SPAN&gt;CONFIG_DEFAULT_DEVICE_TREE.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 13:29:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2077161#M236120</guid>
      <dc:creator>RD-airzone</dc:creator>
      <dc:date>2025-04-09T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify u-boot device tree for a custom board based on iMX91 with yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2080725#M236336</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I post what it actually happens just in case anyone has the same issue.&lt;/P&gt;&lt;P&gt;I had to change&amp;nbsp;&lt;SPAN&gt;CONFIG_DEFAULT_DEVICE_TREE as&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;&amp;nbsp;said but I had to include "imx91-11x11-evk-u-boot.dtsi" at the end of my device tree as it seems to do some configuration needed for u-boot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 09:37:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2080725#M236336</guid>
      <dc:creator>RD-airzone</dc:creator>
      <dc:date>2025-04-15T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify u-boot device tree for a custom board based on iMX91 with yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2192683#M241640</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/248795"&gt;@RD-airzone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I'm an Airzone Webserver (Aircloud Wi-Fi) user.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;On October 18th, this motherboard attempted to update from your version 4.15 to 4.20 and experienced an error during the process&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The webserver you run on this motherboard stopped reporting information to Airzone Cloud, and I can't use the app.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; The webserver continues to connect to my Wi-Fi network without issue, although it has little activity.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have SSH connectivity, but I don't have a username and password to send you logs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Your technical support has kindly denied me the right to repair and only offered to sell me another motherboard.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Is there a way I can correct this failed update?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 17:32:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2192683#M241640</guid>
      <dc:creator>galba</dc:creator>
      <dc:date>2025-10-24T17:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify u-boot device tree for a custom board based on iMX91 with yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2194102#M241707</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/256158"&gt;@galba&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We can see your case but this isn't the right place to discuss it. May you provide me a contact email?&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 08:22:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-u-boot-device-tree-for-a-custom-board-based-on/m-p/2194102#M241707</guid>
      <dc:creator>RD-airzone</dc:creator>
      <dc:date>2025-10-28T08:22:13Z</dc:date>
    </item>
  </channel>
</rss>

