<?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: iMX8QXP Ubuntu Installation From Bootable USB</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1914348#M226472</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am building on ubuntu 22.04 without docker. I looked for configs/sdk.yml and it does not exist anywhere. I am using this release tag&amp;nbsp;&lt;A href="https://github.com/nxp-imx/meta-nxp-desktop/tree/rel_lf_6.1.55_2.2.0_ldp" target="_blank"&gt;https://github.com/nxp-imx/meta-nxp-desktop/tree/rel_lf_6.1.55_2.2.0_ldp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I try to build the docker image, I get this error:&lt;/P&gt;&lt;P&gt;DISTRO 'imx-desktop-xwayland' not found. Please set a valid DISTRO in your local.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is my env.sh file:&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;BR /&gt;# Here are some default settings.&lt;BR /&gt;# Make sure DOCKER_WORKDIR is created and owned by current user.&lt;/P&gt;&lt;P&gt;# Docker&lt;/P&gt;&lt;P&gt;DOCKER_IMAGE_TAG="imx-yocto"&lt;BR /&gt;DOCKER_WORKDIR="/home/mo/imx-working-dir"&lt;/P&gt;&lt;P&gt;# Yocto&lt;/P&gt;&lt;P&gt;IMX_RELEASE="imx-6.6.3-1.0.0"&lt;/P&gt;&lt;P&gt;YOCTO_DIR="${DOCKER_WORKDIR}/${IMX_RELEASE}-build"&lt;/P&gt;&lt;P&gt;MACHINE="imx8qxpc0mek"&lt;BR /&gt;DISTRO="imx-desktop-xwayland"&lt;BR /&gt;IMAGES="imx-image-desktop"&lt;/P&gt;&lt;P&gt;REMOTE="&lt;A href="https://github.com/nxp-imx/imx-manifest" target="_blank"&gt;https://github.com/nxp-imx/imx-manifest&lt;/A&gt;"&lt;BR /&gt;BRANCH="imx-linux-nanbield"&lt;BR /&gt;MANIFEST=${IMX_RELEASE}".xml"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the problem is that imx-desktop-xwayland does not exist in&amp;nbsp;&lt;A href="https://github.com/nxp-imx/imx-manifest/blob/imx-linux-nanbield/imx-6.6.3-1.0.0.xml" target="_blank"&gt;https://github.com/nxp-imx/imx-manifest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2024 17:22:27 GMT</pubDate>
    <dc:creator>mlfnd</dc:creator>
    <dc:date>2024-07-22T17:22:27Z</dc:date>
    <item>
      <title>iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1910669#M226284</link>
      <description>&lt;P&gt;I am trying to install Ubuntu from a bootable USB drive on my imx8qxp 2G. I downloaded the ISO from &lt;A href="https://cdimage.ubuntu.com/jammy/daily-live/current/jammy-desktop-arm64.iso" target="_self"&gt;here, &lt;/A&gt;created a bootable USB drive using rufus (once with GPT and once with MBR), plugged the USB drive into my 3900 dev board, powered on the board and got into uboot console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In uboot console I did the following:&lt;/P&gt;&lt;P&gt;usb start&lt;/P&gt;&lt;P&gt;But for some reason the USB storage was not found. I tried both USB2 and USB3:&lt;/P&gt;&lt;P&gt;=&amp;gt; usb start&lt;BR /&gt;starting USB...&lt;BR /&gt;USB0: USB EHCI 1.00&lt;BR /&gt;USB1: XHCI-imx8 init hccr 0x000000005b130000 and hcor 0x000000005b130080 hc_length 128&lt;BR /&gt;Register 2000820 NbrPorts 2&lt;BR /&gt;Starting the controller&lt;BR /&gt;USB XHCI 1.00&lt;BR /&gt;scanning bus 0 for devices... 1 USB Device(s) found&lt;BR /&gt;scanning bus 1 for devices... 1 USB Device(s) found&lt;BR /&gt;scanning usb for storage devices... 0 Storage Device(s) found&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I created a bootable SD card instead, plugged it into the dev board, flipped the boot selector switch to boot from SD card and powered on. But nothing happened. Nothing appeared on serial or on HDMI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I booted into uboot again and ran mmc list and I saw the SD card in the list. The bootable SD card contains a vmlinuz, and an initrd. The problem though is that this version of uboot does not support booting a vmlinuz image. So I uncompressed the vmlinuz manually using &lt;A href="https://github.com/torvalds/linux/blob/master/scripts/extract-vmlinux" target="_self"&gt;this script&lt;/A&gt;&amp;nbsp;and I got a vmlinux. Then I did this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt; fatload mmc 1:1 ${loadaddr} casper/vmlinux&lt;BR /&gt;55259528 bytes read in 2349 ms (22.4 MiB/s)&lt;BR /&gt;=&amp;gt; fatload mmc 1:1 ${initrd_addr} casper/initrd&lt;BR /&gt;136064029 bytes read in 5737 ms (22.6 MiB/s)&lt;/P&gt;&lt;P&gt;=&amp;gt; bootm ${loadaddr} ${initrd_addr}&lt;BR /&gt;Wrong Image Format for bootm command&lt;BR /&gt;ERROR: can't get kernel image!&lt;BR /&gt;=&amp;gt; booti ${loadaddr} ${initrd_addr}&lt;BR /&gt;Wrong Ramdisk Image Format&lt;BR /&gt;Ramdisk image is corrupt or invalid&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;so it seems that uboot does not support booting these formats. So I thought I could boot into GRUB and then boot from there. GRUB exists on the SD card as an efi image, but the problem is that this version of uboot does not support the bootefi command. Which means I'd have to build grub from source and so I did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the host I did the following:&lt;/P&gt;&lt;P&gt;wget&amp;nbsp;&lt;A href="https://ftp.gnu.org/gnu/grub/grub-2.06.tar.gz" target="_blank"&gt;https://ftp.gnu.org/gnu/grub/grub-2.06.tar.gz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;tar -xzvf &lt;A href="https://ftp.gnu.org/gnu/grub/grub-2.06.tar.gz" target="_blank"&gt;grub-2.06.tar.gz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;cd grub-2.06&lt;/P&gt;&lt;P&gt;./configure --target=arm-none-eabi --with-platform=efi&lt;/P&gt;&lt;P&gt;Note: I used arm-none-eabi instead of aarch64 because if I use aarch64 I can't make an arm-uboot image in&amp;nbsp;../grub-mkstandalone because it would tell me invalid ELF header. So I assumed using arm would still work because it is backwards compatible.&lt;/P&gt;&lt;P&gt;make&lt;/P&gt;&lt;P&gt;cd grub-core&lt;/P&gt;&lt;P&gt;../grub-mkstandalone -d . -o grub.img -O arm-uboot&amp;nbsp;"boot/grub/grub.cfg=grub.cfg"&lt;/P&gt;&lt;P&gt;And then&lt;/P&gt;&lt;P&gt;file grub.img&lt;/P&gt;&lt;P&gt;grub.img: u-boot legacy uImage, , Linux/ARM, (Not compressed), 6320904 bytes, Thu Jan 1 00:00:00 2015, Load Address: 00000000, Entry Point: 00000000, Header CRC: 0X69EF4514, Data CRC: 0X33412843&lt;/P&gt;&lt;P&gt;so I did:&lt;/P&gt;&lt;P&gt;mkimage -A arm -C none -a&amp;nbsp;0X80280000 -e 0X80280000 -d grub.img uImage&lt;/P&gt;&lt;P&gt;and I got:&lt;/P&gt;&lt;P&gt;file uImage: u-boot legacy uImage, , Linux/ARM, Standalone Program (Not compressed), 6320968 bytes, Tue Jul 16 20:19:39 2024, Load Address: 0X80280000, Entry Point: 0X80280000, Header CRC: 0X9F48D575, Data CRC: 0XE0B031A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so I loaded that on the SD card, and then&lt;/P&gt;&lt;P&gt;fatload mmc 1:1 ${loadaddr} casper/uImage&lt;/P&gt;&lt;P&gt;=&amp;gt; bootm ${loadaddr}&lt;BR /&gt;## Booting kernel from Legacy Image at 80280000 ...&lt;BR /&gt;Image Name:&lt;BR /&gt;Image Type: ARM Linux Standalone Program (uncompressed)&lt;BR /&gt;Data Size: 6320968 Bytes = 6 MiB&lt;BR /&gt;Load Address: 80280000&lt;BR /&gt;Entry Point: 80280000&lt;BR /&gt;Verifying Checksum ... OK&lt;BR /&gt;Loading Standalone Program ... OK&lt;BR /&gt;"Synchronous Abort" handler, esr 0x96000047&lt;BR /&gt;elr: 0000000080021a4c lr : 0000000080021a0c (reloc)&lt;BR /&gt;elr: 00000000ffe79a4c lr : 00000000ffe79a0c&lt;BR /&gt;x0 : 0000000054410001 x1 : 0000000000000003&lt;BR /&gt;x2 : 0000000000000062 x3 : 00000000ffefb8f0&lt;BR /&gt;x4 : 0000000000000000 x5 : 00000000fd6be4a0&lt;BR /&gt;x6 : 0000000000000021 x7 : 00000000ffeeddc0&lt;BR /&gt;x8 : 00000000fd6c0bc0 x9 : 0000000000000008&lt;BR /&gt;x10: 00000000fd6be490 x11: 00000000fd684a60&lt;BR /&gt;x12: 0000000000000000 x13: 0000000000000200&lt;BR /&gt;x14: 000000000000000e x15: 00000000ffffffff&lt;BR /&gt;x16: 0000000000002080 x17: 0000000000000000&lt;BR /&gt;x18: 00000000fd675d60 x19: 0000000000000000&lt;BR /&gt;x20: 00000000fff09000 x21: 0000000000000014&lt;BR /&gt;x22: 00000000fff096c0 x23: 0000000000000000&lt;BR /&gt;x24: 00000000ffefbc48 x25: 0000000080280040&lt;BR /&gt;x26: 00000000ffe79b78 x27: 0000000000000000&lt;BR /&gt;x28: 0000000080280000 x29: 00000000fd669be0&lt;/P&gt;&lt;P&gt;Resetting CPU ...&lt;/P&gt;&lt;P&gt;resetting ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;note: I found this and followed it at the beginning but the resulting system was unstable so it did not work for me:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Build-Ubuntu-For-i-MX8-Series-Platform/ta-p/1128708" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Build-Ubuntu-For-i-MX8-Series-Platform/ta-p/1128708&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how can I proceed?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 15:30:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1910669#M226284</guid>
      <dc:creator>mlfnd</dc:creator>
      <dc:date>2024-07-17T15:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1910751#M226290</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237069"&gt;@mlfnd&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have Ubuntu for our boards, but you have to compile it under Yocto!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please follow the instructions of our Yocto User Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/meta-nxp-desktop/tree/rel_lf_6.1.55_2.2.0_ldp" target="_blank"&gt;https://github.com/nxp-imx/meta-nxp-desktop/tree/rel_lf_6.1.55_2.2.0_ldp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 18:44:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1910751#M226290</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-07-17T18:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1910823#M226297</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It says on the github page:&lt;/P&gt;&lt;P&gt;imx8mpevk - i.MX8MP-EVK&lt;BR /&gt;imx8mqevk - i.MX8MQ-EVK&lt;BR /&gt;imx8mmevk - i.MX8MM-EVK&lt;BR /&gt;imx8mnevk - i.MX8MN-EVK&lt;BR /&gt;imx8qmmek - i.MX8QM-MEK&lt;BR /&gt;imx8ulpevk - i.MX8ULP-EVK&lt;BR /&gt;imx8qxpc0mek - i.MX8QXP-MEK with silicon revision C0 chip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my board is imx8qxp MEK 2GiB , but I don't see any indication whether it is c0 or not. which MACHINE should I use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 21:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1910823#M226297</guid>
      <dc:creator>mlfnd</dc:creator>
      <dc:date>2024-07-17T21:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1911552#M226348</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237069"&gt;@mlfnd&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;You should use the machine imx8qxpc0mek.&lt;/P&gt;
&lt;P&gt;If your board has the C0 version it is compatible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 17:30:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1911552#M226348</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-07-18T17:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1911580#M226353</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did bitbake ubuntu-base but I can't see any .wic images under the tmp/deploy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I do&amp;nbsp;$ bitbake imx-image-desktop??&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 18:49:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1911580#M226353</guid>
      <dc:creator>mlfnd</dc:creator>
      <dc:date>2024-07-18T18:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1911629#M226358</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;I did bitbake imx-image-desktop and it got to around 70% and then I got this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;| g++: fatal error: Killed signal terminated program cc1plus&lt;BR /&gt;| compilation terminated.&lt;BR /&gt;| make[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:261: Release/obj.target/v8_compiler/deps/v8/src/compiler/pipeline.o] Error 1&lt;BR /&gt;| make[1]: *** Waiting for unfinished jobs....&lt;BR /&gt;| rm e0b35592863f3e13678052aff1ba15e770cbeb2d.intermediate 019276bb7190b449a2c79a0f5d00f14e69738440.intermediate b4dc25cc4513100994804e0ed93a42813c3dd47f.intermediate&lt;BR /&gt;| make: *** [Makefile:134: node] Error 2&lt;BR /&gt;| ERROR: oe_runmake failed&lt;BR /&gt;| WARNING: /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/nodejs-native/18.17.1-r0/temp/run.do_compile.3694163:177 exit 1 from 'exit 1'&lt;BR /&gt;| WARNING: Backtrace (BB generated script):&lt;BR /&gt;| #1: bbfatal_log, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/nodejs-native/18.17.1-r0/temp/run.do_compile.3694163, line 177&lt;BR /&gt;| #2: die, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/nodejs-native/18.17.1-r0/temp/run.do_compile.3694163, line 161&lt;BR /&gt;| #3: oe_runmake, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/nodejs-native/18.17.1-r0/temp/run.do_compile.3694163, line 156&lt;BR /&gt;| #4: do_compile, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/nodejs-native/18.17.1-r0/temp/run.do_compile.3694163, line 151&lt;BR /&gt;| #5: main, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/nodejs-native/18.17.1-r0/temp/run.do_compile.3694163, line 190&lt;BR /&gt;ERROR: Task (virtual:native:/home/mo/desktop/sources/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_18.17.1.bb:do_compile) failed with exit code '1'&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 21:03:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1911629#M226358</guid>
      <dc:creator>mlfnd</dc:creator>
      <dc:date>2024-07-18T21:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1912315#M226405</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237069"&gt;@mlfnd&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to limit the cores used in the compilation.&lt;/P&gt;
&lt;P&gt;We recommend to using 4GB of ram per core in local.conf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BB_NUMBER_THREADS = "4"&lt;BR /&gt;PARALLEL_MAKE = "-j 4"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 13:59:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1912315#M226405</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-07-19T13:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1912462#M226412</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;I added that into build-desktop/conf/local.conf and now I got this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: compiler-rt-native-15.0.7-r0 do_configure: ExecutionError('/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/temp/run.do_configure.246215', 1, None, None)&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/temp/log.do_configure.246215&lt;BR /&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing python function extend_recipe_sysroot&lt;BR /&gt;| NOTE: Direct dependencies are ['/home/mo/desktop/sources/poky/meta/recipes-devtools/cmake/cmake-native_3.25.2.bb:do_populate_sysroot', '/home/mo/desktop/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot', 'virtual:native:/home/mo/desktop/sources/meta-clang/recipes-devtools/clang/clang_git.bb:do_populate_sysroot', 'virtual:native:/home/mo/desktop/sources/poky/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_sysroot', 'virtual:native:/home/mo/desktop/sources/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', 'virtual:native:/home/mo/desktop/sources/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot', 'virtual:native:/home/mo/desktop/sources/poky/meta/recipes-devtools/python/python3_3.11.5.bb:do_populate_sysroot']&lt;BR /&gt;| NOTE: Installed into sysroot: ['quilt-native', 'patch-native']&lt;BR /&gt;| NOTE: Skipping as already exists in sysroot: ['cmake-native', 'clang-native', 'ninja-native', 'pkgconfig-native', 'python3-native', 're2c-native', 'libtool-native', 'zlib-native', 'util-linux-libuuid-native', 'readline-native', 'openssl-native', 'libffi-native', 'bzip2-native', 'xz-native', 'ncurses-native', 'libtirpc-native', 'gdbm-native', 'libnsl2-native', 'sqlite3-native', 'attr-native', 'zstd-native', 'swig-native', 'binutils-native', 'libxml2-native', 'libedit-native', 'texinfo-dummy-native', 'gettext-minimal-native', 'perl-native', 'libpcre2-native', 'elfutils-native', 'flex-native', 'gnu-config-native', 'make-native', 'curl-native', 'libmicrohttpd-native', 'libarchive-native', 'm4-native', 'gnutls-native', 'libgcrypt-native', 'nettle-native', 'gmp-native', 'libidn2-native', 'libunistring-native', 'p11-kit-native', 'libgpg-error-native', 'libcap-native', 'libtasn1-native']&lt;BR /&gt;| DEBUG: sed -e 's:^[^/]*/:/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/:g' /home/mo/desktop/build-desktop/tmp/sysroots-components/x86_64/quilt-native/fixmepath | xargs sed -i -e 's:FIXMESTAGINGDIRTARGET:/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot:g; s:FIXMESTAGINGDIRHOST:/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native:g' -e 's:FIXME_PSEUDO_SYSROOT:/home/mo/desktop/build-desktop/tmp/sysroots-components/x86_64/pseudo-native:g' -e 's:FIXME_HOSTTOOLS_DIR:/home/mo/desktop/build-desktop/tmp/hosttools:g' -e 's:FIXME_PKGDATA_DIR:/home/mo/desktop/build-desktop/tmp/pkgdata/imx8qxpc0mek:g' -e 's:FIXME_PSEUDO_LOCALSTATEDIR:/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/pseudo/:g' -e 's:FIXME_LOGFIFO:/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/temp/fifo.246215:g'&lt;BR /&gt;| DEBUG: Python function extend_recipe_sysroot finished&lt;BR /&gt;| DEBUG: Executing shell function do_configure&lt;BR /&gt;| -- The C compiler identification is Clang 15.0.7&lt;BR /&gt;| -- The CXX compiler identification is Clang 15.0.7&lt;BR /&gt;| -- The ASM compiler identification is Clang with GNU-like command-line&lt;BR /&gt;| -- Found assembler: /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/bin/clang&lt;BR /&gt;| -- Detecting C compiler ABI info&lt;BR /&gt;| -- Detecting C compiler ABI info - done&lt;BR /&gt;| -- Check for working C compiler: /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/bin/clang - skipped&lt;BR /&gt;| -- Detecting C compile features&lt;BR /&gt;| -- Detecting C compile features - done&lt;BR /&gt;| -- Detecting CXX compiler ABI info&lt;BR /&gt;| -- Detecting CXX compiler ABI info - failed&lt;BR /&gt;| -- Check for working CXX compiler: /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/bin/clang++&lt;BR /&gt;| -- Check for working CXX compiler: /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/bin/clang++ - broken&lt;BR /&gt;| CMake Error at /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/CMakeTestCXXCompiler.cmake:63 (message):&lt;BR /&gt;| The C++ compiler&lt;BR /&gt;|&lt;BR /&gt;| "/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/bin/clang++"&lt;BR /&gt;|&lt;BR /&gt;| is not able to compile a simple test program.&lt;BR /&gt;|&lt;BR /&gt;| It fails with the following output:&lt;BR /&gt;|&lt;BR /&gt;| Change Dir: /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/build/CMakeFiles/CMakeScratch/TryCompile-SnC3SJ&lt;BR /&gt;|&lt;BR /&gt;| Run Build Command(s):ninja cmTC_5a24e &amp;amp;&amp;amp; [1/2] Building CXX object CMakeFiles/cmTC_5a24e.dir/testCXXCompiler.cxx.o&lt;BR /&gt;| [2/2] Linking CXX executable cmTC_5a24e&lt;BR /&gt;| FAILED: cmTC_5a24e&lt;BR /&gt;| : &amp;amp;&amp;amp; /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/bin/clang++ -target x86_64-linux -isystem/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/include -O2 -pipe -stdlib=libstdc++ -target x86_64-linux -isystem/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/include -O2 -pipe -stdlib=libstdc++ -L/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/lib -L/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/lib -Wl,-rpath,/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/lib -Wl,-rpath,/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/lib -Wl,-O1 -unwindlib=libgcc -rtlib=libgcc -stdlib=libstdc++ -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=/home/mo/desktop/build-desktop/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -rtlib=libgcc --unwindlib=libgcc -L/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/lib -L/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/lib -Wl,-rpath,/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/lib -Wl,-rpath,/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/lib -Wl,-O1 -unwindlib=libgcc -rtlib=libgcc -stdlib=libstdc++ -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=/home/mo/desktop/build-desktop/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -rtlib=libgcc --unwindlib=libgcc CMakeFiles/cmTC_5a24e.dir/testCXXCompiler.cxx.o -o cmTC_5a24e &amp;amp;&amp;amp; :&lt;BR /&gt;| /home/mo/desktop/build-desktop/tmp/hosttools/ld: cannot find -lstdc++: No such file or directory&lt;BR /&gt;| clang-15: error: linker command failed with exit code 1 (use -v to see invocation)&lt;BR /&gt;| ninja: build stopped: subcommand failed.&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake will not be able to correctly generate this project.&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| CMakeLists.txt:54 (project)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| -- Configuring incomplete, errors occurred!&lt;BR /&gt;| See also "/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/build/CMakeFiles/CMakeOutput.log".&lt;BR /&gt;| See also "/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/build/CMakeFiles/CMakeError.log".&lt;BR /&gt;| WARNING: /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/temp/run.do_configure.246215:171 exit 1 from 'cmake -G 'Ninja' -DCMAKE_MAKE_PROGRAM=ninja $oecmake_sitefile /home/mo/desktop/build-desktop/tmp/work-shared/llvm-project-source-15.0.7-r0/git/llvm -DCMAKE_INSTALL_PREFIX:PATH=/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr -DCMAKE_INSTALL_BINDIR:PATH=bin -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/etc -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/var -DCMAKE_INSTALL_LIBDIR:PATH=lib -DCMAKE_INSTALL_INCLUDEDIR:PATH=include -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DPYTHON_EXECUTABLE:PATH=/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/bin/python3-native/python3 -DPython_EXECUTABLE:PATH=/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/bin/python3-native/python3 -DPython3_EXECUTABLE:PATH=/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/recipe-sysroot-native/usr/bin/python3-native/python3 -DLIB_SUFFIX= -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_TOOLCHAIN_FILE=/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/toolchain.cmake -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF -DCOMPILER_RT_STANDALONE_BUILD=OFF -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON -DCMAKE_C_COMPILER_TARGET=x86_64-linux -DCOMPILER_RT_BUILD_XRAY=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_MEMPROF=OFF -DCOMPILER_RT_BUILD_LIBFUZZER=OFF -DLLVM_ENABLE_PROJECTS='compiler-rt' -DLLVM_LIBDIR_SUFFIX= -DCOMPILER_RT_BUILD_CRT:BOOL=OFF -DCOMPILER_RT_BUILD_PROFILE=OFF -Wno-dev'&lt;BR /&gt;| WARNING: Backtrace (BB generated script):&lt;BR /&gt;| #1: cmake_do_configure, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/temp/run.do_configure.246215, line 171&lt;BR /&gt;| #2: do_configure, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/temp/run.do_configure.246215, line 150&lt;BR /&gt;| #3: main, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/compiler-rt-native/15.0.7-r0/temp/run.do_configure.246215, line 207&lt;BR /&gt;ERROR: Task (virtual:native:/home/mo/desktop/sources/meta-clang/recipes-devtools/clang/compiler-rt_git.bb:do_configure) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 6860 tasks of which 5150 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt;virtual:native:/home/mo/desktop/sources/meta-clang/recipes-devtools/clang/compiler-rt_git.bb:do_configure&lt;BR /&gt;Summary: There were 23 WARNING messages.&lt;BR /&gt;Summary: There was 1 ERROR message, returning a non-zero exit code.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 17:09:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1912462#M226412</guid>
      <dc:creator>mlfnd</dc:creator>
      <dc:date>2024-07-19T17:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1914284#M226468</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237069"&gt;@mlfnd&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;what is your host machine for the build? did you build it in docker? It worked fine to me on Ubuntu-22.04/Deibian-12 host or build in docker environment. You can change PKG_GROUPS_SECURITY: y to n to temporarily disable these security components in configs/sdk.yml, then run "bld apps".&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 15:52:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1914284#M226468</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-07-22T15:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1914348#M226472</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am building on ubuntu 22.04 without docker. I looked for configs/sdk.yml and it does not exist anywhere. I am using this release tag&amp;nbsp;&lt;A href="https://github.com/nxp-imx/meta-nxp-desktop/tree/rel_lf_6.1.55_2.2.0_ldp" target="_blank"&gt;https://github.com/nxp-imx/meta-nxp-desktop/tree/rel_lf_6.1.55_2.2.0_ldp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I try to build the docker image, I get this error:&lt;/P&gt;&lt;P&gt;DISTRO 'imx-desktop-xwayland' not found. Please set a valid DISTRO in your local.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is my env.sh file:&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;BR /&gt;# Here are some default settings.&lt;BR /&gt;# Make sure DOCKER_WORKDIR is created and owned by current user.&lt;/P&gt;&lt;P&gt;# Docker&lt;/P&gt;&lt;P&gt;DOCKER_IMAGE_TAG="imx-yocto"&lt;BR /&gt;DOCKER_WORKDIR="/home/mo/imx-working-dir"&lt;/P&gt;&lt;P&gt;# Yocto&lt;/P&gt;&lt;P&gt;IMX_RELEASE="imx-6.6.3-1.0.0"&lt;/P&gt;&lt;P&gt;YOCTO_DIR="${DOCKER_WORKDIR}/${IMX_RELEASE}-build"&lt;/P&gt;&lt;P&gt;MACHINE="imx8qxpc0mek"&lt;BR /&gt;DISTRO="imx-desktop-xwayland"&lt;BR /&gt;IMAGES="imx-image-desktop"&lt;/P&gt;&lt;P&gt;REMOTE="&lt;A href="https://github.com/nxp-imx/imx-manifest" target="_blank"&gt;https://github.com/nxp-imx/imx-manifest&lt;/A&gt;"&lt;BR /&gt;BRANCH="imx-linux-nanbield"&lt;BR /&gt;MANIFEST=${IMX_RELEASE}".xml"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the problem is that imx-desktop-xwayland does not exist in&amp;nbsp;&lt;A href="https://github.com/nxp-imx/imx-manifest/blob/imx-linux-nanbield/imx-6.6.3-1.0.0.xml" target="_blank"&gt;https://github.com/nxp-imx/imx-manifest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 17:22:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1914348#M226472</guid>
      <dc:creator>mlfnd</dc:creator>
      <dc:date>2024-07-22T17:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1914439#M226479</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237069"&gt;@mlfnd&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;To generate the ubuntu image you should do the next command:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;bitbake imx-image-desktop&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please follow the instructions mentioned in Github.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 20:57:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1914439#M226479</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-07-22T20:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1915143#M226514</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I'm doing step by step. from&amp;nbsp;&lt;A href="https://github.com/nxp-imx/meta-nxp-desktop/tree/rel_lf_6.1.55_2.2.0_ldp" target="_blank" rel="noopener"&gt;https://github.com/nxp-imx/meta-nxp-desktop/tree/rel_lf_6.1.55_2.2.0_ldp&lt;/A&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I got the repo utility and added it to the path:&lt;/P&gt;&lt;PRE&gt;PATH=${PATH}:~/bin&lt;BR /&gt;mkdir&amp;nbsp;desktop&lt;BR /&gt;cd&amp;nbsp;desktop&lt;/PRE&gt;&lt;PRE&gt;repo init -u https://github.com/nxp-imx/imx-manifest.git -b imx-linux-mickledore -m imx-6.1.55-2.2.0_desktop.xml&lt;/PRE&gt;&lt;P&gt;And that gave me the output:&lt;/P&gt;&lt;P&gt;Downloading Repo source from &lt;A href="https://gerrit.googlesource.com/git-repo" target="_blank" rel="noopener"&gt;https://gerrit.googlesource.com/git-repo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Your identity is: XXX&lt;BR /&gt;If you want to change this, please re-run 'repo init' with --config-name&lt;/P&gt;&lt;P&gt;repo has been initialized in /home/mo/desktop&lt;/P&gt;&lt;PRE&gt;repo sync&lt;/PRE&gt;&lt;P&gt;And that gave the output:&lt;/P&gt;&lt;P&gt;Fetching: 100% (16/16), done in 51.981s&lt;BR /&gt;Checking out: 100% (16/16), done in 0.809s&lt;BR /&gt;repo sync has finished successfully.&lt;/P&gt;&lt;PRE&gt;DISTRO=imx-desktop-xwayland MACHINE=imx8qxpc0mek source imx-setup-desktop.sh -b build-desktop&lt;/PRE&gt;&lt;P&gt;and that gave the output:&lt;/P&gt;&lt;P&gt;Build directory is build-desktop&lt;/P&gt;&lt;P&gt;Some BSPs depend on libraries and packages which are covered by NXP's&lt;BR /&gt;End User License Agreement (EULA). To have the right to use these binaries in&lt;BR /&gt;your images, you need to read and accept the following...&lt;/P&gt;&lt;P&gt;LA_OPT_NXP_Software_License v49 September 2023&lt;BR /&gt;IMPORTANT. Read the following NXP Software License Agreement ("Agreement")&lt;BR /&gt;completely.....&lt;/P&gt;&lt;P&gt;Do you accept the EULA you just read? (y/n) y&lt;BR /&gt;EULA has been accepted.&lt;/P&gt;&lt;P&gt;Welcome to Freescale Community BSP&lt;/P&gt;&lt;P&gt;The Yocto Project has extensive documentation about OE including a&lt;BR /&gt;reference manual which can be found at:&lt;BR /&gt;&lt;A href="http://yoctoproject.org/documentation" target="_blank" rel="noopener"&gt;http://yoctoproject.org/documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For more information about OpenEmbedded see their website:&lt;BR /&gt;&lt;A href="http://www.openembedded.org/" target="_blank" rel="noopener"&gt;http://www.openembedded.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can now run 'bitbake &amp;lt;target&amp;gt;'&lt;/P&gt;&lt;P&gt;Common targets are:&lt;BR /&gt;core-image-minimal&lt;BR /&gt;meta-toolchain&lt;BR /&gt;meta-toolchain-sdk&lt;BR /&gt;adt-installer&lt;BR /&gt;meta-ide-support&lt;/P&gt;&lt;P&gt;Your build environment has been configured with:&lt;/P&gt;&lt;P&gt;MACHINE=imx8qxpc0mek&lt;BR /&gt;SDKMACHINE=i686&lt;BR /&gt;DISTRO=imx-desktop-xwayland&lt;BR /&gt;EULA=&lt;BR /&gt;BSPDIR=&lt;BR /&gt;BUILD_DIR=.&lt;BR /&gt;meta-freescale directory found&lt;/P&gt;&lt;P&gt;IMX Desktop setup complete!&lt;/P&gt;&lt;P&gt;You can now build the following Desktop images:&lt;/P&gt;&lt;P&gt;$ bitbake imx-image-desktop&lt;/P&gt;&lt;P&gt;After that, it automatically changes into the following directory.&lt;/P&gt;&lt;P&gt;~/desktop/build-desktop&lt;/P&gt;&lt;P&gt;In which I run:&lt;/P&gt;&lt;PRE&gt;bitbake imx-image-desktop&lt;/PRE&gt;&lt;P&gt;which gives the output:&lt;/P&gt;&lt;P&gt;NOTE: Your conf/bblayers.conf has been automatically updated.&lt;BR /&gt;Loading cache: 100% | | ETA: --:--:--&lt;BR /&gt;Loaded 0 entries from dependency cache.&lt;/P&gt;&lt;P&gt;WARNING: /home/mo/desktop/sources/poky/meta/recipes-core/coreutils/coreutils_9.1.bb: Variable key RDEPENDS:${PN} ( attr) replaces original key RDEPENDS:coreutils ( ${@bb.utils.contains('PACKAGECONFIG', 'single-binary', '', 'coreutils-stdbuf', d)}).&lt;BR /&gt;WARNING: /home/mo/desktop/sources/meta-nxp-desktop/recipes-devtools/qemu/qemu-system-native_4.2.1.bb: QA Issue: qemu-system-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: ptest.bbclass pkgconfig.bbclass [native-last]&lt;BR /&gt;WARNING: /home/mo/desktop/sources/meta-nxp-desktop/recipes-devtools/qemu/qemu-native_4.2.1.bb: QA Issue: qemu-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: ptest.bbclass pkgconfig.bbclass [native-last]&lt;BR /&gt;Parsing recipes: 100% |####################################################################################| Time: 0:01:11&lt;BR /&gt;Parsing of 3511 .bb files complete (0 cached, 3511 parsed). 5401 targets, 536 skipped, 22 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "2.4.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "ubuntu-22.04"&lt;BR /&gt;TARGET_SYS = "aarch64-fsl-linux"&lt;BR /&gt;MACHINE = "imx8qxpc0mek"&lt;BR /&gt;DISTRO = "imx-desktop-xwayland"&lt;BR /&gt;DISTRO_VERSION = "1.0"&lt;BR /&gt;TUNE_FEATURES = "aarch64 armv8a crc crypto"&lt;BR /&gt;TARGET_FPU = ""&lt;BR /&gt;meta&lt;BR /&gt;meta-poky = "HEAD:a57506c46d92bf0767060102d2139be06d46f575"&lt;BR /&gt;meta-oe&lt;BR /&gt;meta-multimedia&lt;BR /&gt;meta-python = "HEAD:922f41b39f364e5b6be596b4b51e0fb37ffe1971"&lt;BR /&gt;meta-freescale = "HEAD:7327e03c61823268a5a957fe090c4cc5e1735b34"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:bccd93f1ceece608e69799b6fc8f79e8a519f89e"&lt;BR /&gt;meta-freescale-distro = "HEAD:7956a0ab407a33c40fdc6eb4fabdcb7dc54fd359"&lt;BR /&gt;meta-bsp&lt;BR /&gt;meta-sdk&lt;BR /&gt;meta-ml&lt;BR /&gt;meta-v2x = "HEAD:c842613830da0a5473513cdbc2dce015b0ca9a5d"&lt;BR /&gt;meta-nxp-demo-experience = "HEAD:b8c0a9af3e3ca5400b9aff6436fbb654d3108cb4"&lt;BR /&gt;meta-arm&lt;BR /&gt;meta-arm-toolchain = "HEAD:c6380674f59489b327c5047d803cc35b68642cd4"&lt;BR /&gt;meta-chromium = "HEAD:e232c2e21b96dc092d9af8bea4b3a528e7a46dd6"&lt;BR /&gt;meta-clang = "HEAD:af4dcba009ba98250315520f3003fde4ee164cce"&lt;BR /&gt;meta-gnome&lt;BR /&gt;meta-networking&lt;BR /&gt;meta-filesystems = "HEAD:922f41b39f364e5b6be596b4b51e0fb37ffe1971"&lt;BR /&gt;meta-qt6 = "HEAD:1406d0a85525a71fe5d7892d7f915404290a78ad"&lt;BR /&gt;meta-parsec&lt;BR /&gt;meta-tpm = "HEAD:d7db0a3bd1a8639df7570483f003ce00cbe274a2"&lt;BR /&gt;meta-virtualization = "HEAD:38e6b3e2fe0219c773f4637a09221ca5d15bf6fc"&lt;BR /&gt;meta-nxp-desktop = "HEAD:08711af85dba46ff63bdd3f1631e9b0f35b803e3"&lt;/P&gt;&lt;P&gt;NOTE: Fetching uninative binary shim &lt;A href="http://downloads.yoctoproject.org/releases/uninative/4.3/x86_64-nativesdk-libc-4.3.tar.xz;sha256sum=1c35f09a75c4096749bbe1e009df4e3968cde151424062cf4aa3ed89db22b030" target="_blank" rel="noopener"&gt;http://downloads.yoctoproject.org/releases/uninative/4.3/x86_64-nativesdk-libc-4.3.tar.xz;sha256sum=1c35f09a75c4096749bbe1e009df4e3968cde151424062cf4aa3ed89db22b030&lt;/A&gt; (will check PREMIRRORS first)&lt;BR /&gt;Initialising tasks: 100% |#################################################################################| Time: 0:00:03&lt;BR /&gt;Sstate summary: Wanted 2715 Local 0 Mirrors 0 Missed 2715 Current 0 (0% match, 0% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which eventually fails with:&lt;/P&gt;&lt;P&gt;| /home/mo/desktop/build-desktop/tmp/work-shared/llvm-project-source-15.0.7-r0/git/clang/include/clang/AST/ExternalASTSource.h:378:54: warning: ‘this’ pointer is null [-Wnonnull]&lt;BR /&gt;| 378 | Ptr = reinterpret_cast&amp;lt;uint64_t&amp;gt;((Source-&amp;gt;*Get)(Ptr &amp;gt;&amp;gt; 1));&lt;BR /&gt;| | ~~~~~~~~~~~~~~^~~~~~~~~~&lt;BR /&gt;| ninja: build stopped: subcommand failed.&lt;BR /&gt;| WARNING: /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/clang-native/15.0.7-r0/temp/run.do_compile.253912:162 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} }VERBOSE=1 cmake --build '/home/mo/desktop/build-desktop/tmp/work/x86_64-linux/clang-native/15.0.7-r0/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'&lt;BR /&gt;| WARNING: Backtrace (BB generated script):&lt;BR /&gt;| #1: cmake_runcmake_build, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/clang-native/15.0.7-r0/temp/run.do_compile.253912, line 162&lt;BR /&gt;| #2: cmake_do_compile, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/clang-native/15.0.7-r0/temp/run.do_compile.253912, line 156&lt;BR /&gt;| #3: do_compile, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/clang-native/15.0.7-r0/temp/run.do_compile.253912, line 151&lt;BR /&gt;| #4: main, /home/mo/desktop/build-desktop/tmp/work/x86_64-linux/clang-native/15.0.7-r0/temp/run.do_compile.253912, line 175&lt;BR /&gt;ERROR: Task (virtual:native:/home/mo/desktop/sources/meta-clang/recipes-devtools/clang/clang_git.bb:do_compile) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 4988 tasks of which 0 didn't need to be rerun and 2 failed.&lt;/P&gt;&lt;P&gt;Summary: 2 tasks failed:&lt;BR /&gt;/home/mo/desktop/sources/meta-nxp-desktop/recipes-graphics/libgpuperfcnt/libgpuperfcnt_6.4.11.p2.2d.bb:do_fetch&lt;BR /&gt;virtual:native:/home/mo/desktop/sources/meta-clang/recipes-devtools/clang/clang_git.bb:do_compile&lt;BR /&gt;Summary: There were 16 WARNING messages.&lt;BR /&gt;Summary: There were 3 ERROR messages, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please tell me what am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 13:51:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1915143#M226514</guid>
      <dc:creator>mlfnd</dc:creator>
      <dc:date>2024-07-23T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QXP Ubuntu Installation From Bootable USB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1915274#M226527</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/237069"&gt;@mlfnd&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apparently you are doing the correct steps.&lt;/P&gt;
&lt;P&gt;Do you have the needed packages to compile in yocto?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Essential Yocto Project host packages are:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 python3-subunit zstd liblz4-tool file locales libacl1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try it updating your packages too and remember to limit the cores of your host machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 16:43:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QXP-Ubuntu-Installation-From-Bootable-USB/m-p/1915274#M226527</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-07-23T16:43:21Z</dc:date>
    </item>
  </channel>
</rss>

