<?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: IMX6ULL EVK</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-EVK/m-p/1784500#M218390</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The web page with prebuilt images is the next &lt;A href="https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX" target="_self"&gt;link&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For the toolchain, please follow &lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_self"&gt;this&lt;/A&gt; guide build imx-image-full,&lt;/P&gt;
&lt;P&gt;Then use:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;bitbake imx-image-full -c populate_sdk&lt;/LI-CODE&gt;
&lt;P&gt;Install SDK:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;tmp/deploy/sdk/xxx.sh&lt;/LI-CODE&gt;
&lt;P&gt;Use SDK:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;source /opt/fsl-imx-xwayland/xxx/environment-setup-aarch64-xxxx&lt;/LI-CODE&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 14:45:14 GMT</pubDate>
    <dc:creator>JorgeCas</dc:creator>
    <dc:date>2024-01-08T14:45:14Z</dc:date>
    <item>
      <title>IMX6ULL EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-EVK/m-p/1769047#M216888</link>
      <description>&lt;P&gt;Can someone help with by providing steps for creating an image for the imx6ull evk board.In\ need detailed steps the guides that i have checked is too vague.This is the steps i am using i have not tested this on the board but it will arrive soon and i dont have time to tinker with errors :&lt;/P&gt;&lt;P&gt;1.Installing the dependencies for the build:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; command: &lt;STRONG&gt;sudo&lt;/STRONG&gt;&lt;STRONG&gt; apt-get install gawk &lt;/STRONG&gt;&lt;STRONG&gt;wget&lt;/STRONG&gt;&lt;STRONG&gt; git-core &lt;/STRONG&gt;&lt;STRONG&gt;diffstat&lt;/STRONG&gt;&lt;STRONG&gt; unzip &lt;/STRONG&gt;&lt;STRONG&gt;textinfo&lt;/STRONG&gt; &lt;STRONG&gt;gcc-multilib&lt;/STRONG&gt;&lt;STRONG&gt; \&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; build-essential &lt;/STRONG&gt;&lt;STRONG&gt;chrpath&lt;/STRONG&gt; &lt;STRONG&gt;socat&lt;/STRONG&gt;&lt;STRONG&gt; libsdl1.2-dev &lt;/STRONG&gt;&lt;STRONG&gt;xterm&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Command to clone the yocto repository into the system:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; command : &lt;STRONG&gt;git clone –b &lt;/STRONG&gt;&lt;STRONG&gt;dunfell&lt;/STRONG&gt; &lt;STRONG&gt;git://git.yoctoproject.org/poky&lt;/STRONG&gt;&lt;STRONG&gt;.git&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;The repository gets cloned into the system.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The build environment is to be initialized.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; command:&lt;STRONG&gt;cd&lt;/STRONG&gt;&lt;STRONG&gt; poky&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; run the oe-init-build-env build&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; command: &lt;STRONG&gt;source &lt;/STRONG&gt;&lt;STRONG&gt;oe&lt;/STRONG&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;STRONG&gt;init&lt;/STRONG&gt;&lt;STRONG&gt;-build-env build&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4.Open the conf/local.conf file in the build directory:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Add the line in the file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;MACHINE = “imx6ull-evk”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; this specifies the target hardware the image is being build for.&lt;/P&gt;&lt;P&gt;5.Edit conf/bblayers.conf:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; BBLAYERS ?= " \ /home/ahk/poky/meta \&lt;/P&gt;&lt;P&gt;/home/ubuntu/poky/meta-poky \&lt;/P&gt;&lt;P&gt;/home/ubuntu/poky/meta-yocto-bsp \&lt;/P&gt;&lt;P&gt;/home/ubuntu/poky/meta-openembedded/meta-oe \&lt;/P&gt;&lt;P&gt;/home/ubuntu/poky/meta-openembedded/meta-networking \&lt;/P&gt;&lt;P&gt;/home/ubuntu/poky/meta-openembedded/meta-multimedia \&lt;/P&gt;&lt;P&gt;&amp;nbsp;/home/ubuntu/poky/meta-freescale&lt;/P&gt;&lt;P&gt;“&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Bake the image :&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; command : bitback core-image-minimal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; it will take several hours&lt;/P&gt;&lt;P&gt;7.Flashing into the sd card&lt;/P&gt;&lt;P&gt;# Insert your SD Card&lt;/P&gt;&lt;P&gt;# Type ’£ dmesg | tail’ to see the device node being used, e.g /dev/sdb)&lt;/P&gt;&lt;P&gt;# In case SD to be flash has already some partitions, the host system may have&lt;/P&gt;&lt;P&gt;# mounted these, so unmount them, e.g. ’£ sudo umount /dev/sdb?’.&lt;/P&gt;&lt;P&gt;build $ &lt;STRONG&gt;ls -la ’&lt;/STRONG&gt;&lt;STRONG&gt;tmp&lt;/STRONG&gt;&lt;STRONG&gt;/deploy/images/*.&lt;/STRONG&gt;&lt;STRONG&gt;sdcard&lt;/STRONG&gt;&lt;STRONG&gt;’&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;build $ &lt;STRONG&gt;sudo&lt;/STRONG&gt;&lt;STRONG&gt; dd if=&lt;/STRONG&gt;&lt;STRONG&gt;tmp&lt;/STRONG&gt;&lt;STRONG&gt;/deploy/images/&amp;lt;selected image&amp;gt;-&amp;lt;select machine&amp;gt;.&lt;/STRONG&gt;&lt;STRONG&gt;sdcard&lt;/STRONG&gt;&lt;STRONG&gt; of=/dev/&lt;/STRONG&gt;&lt;STRONG&gt;sdX&lt;/STRONG&gt;&lt;STRONG&gt; bs=1M&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;build $ sync&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 12:37:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-EVK/m-p/1769047#M216888</guid>
      <dc:creator>athul_am</dc:creator>
      <dc:date>2023-12-05T12:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULL EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-EVK/m-p/1769082#M216889</link>
      <description>&lt;P&gt;Hello, I hope you are doing well.&lt;/P&gt;
&lt;P&gt;You could use our &lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_self"&gt;yocto user's guide&lt;/A&gt; to create an image to the board.&lt;/P&gt;
&lt;P&gt;Basically, the steps are the next:&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 libegl1-mesa libsdl1.2-dev python3-subunit mesa-common-dev zstd liblz4-tool file locales -y

sudo locale-gen en_US.UTF-8

mkdir ~/bin

curl https://storage.googleapis.com/git-repo-downloads/repo &amp;gt; ~/bin/repo

chmod a+x ~/bin/repo

export PATH=~/bin:$PATH

git config --global user.name "Your Name"

git config --global user.email "Your Email"

git config --list

mkdir imx-yocto-bsp

cd imx-yocto-bsp

repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-mickledore -m imx-6.1.36-2.1.0.xml

repo sync&lt;/LI-CODE&gt;
&lt;P&gt;Now, you need to select the machine configurations to start to build the image.&lt;/P&gt;
&lt;P&gt;In your case I would use:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;DISTRO=fsl-imx-wayland MACHINE=imx6ull14x14evk source imx-setup-release.sh -b build_imx6ull

bitbake imx-image-full&lt;/LI-CODE&gt;
&lt;P&gt;To flash the image, I suggest you use UUU and you can use the steps on the next &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Creating-and-running-a-custom-script-for-UUU/ta-p/1377275" target="_self"&gt;post&lt;/A&gt;.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;uuu.exe -b sd_all &amp;lt;bootloader&amp;gt; &amp;lt;rootfs (.wic)&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 13:47:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-EVK/m-p/1769082#M216889</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2023-12-05T13:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULL EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-EVK/m-p/1783999#M218319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203308" target="_blank"&gt;@JorgeCas&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;thanks for the reply and sorry for the latest response.I tried the commands and it is working, due to some space issues as i am trying to from a vm&lt;/P&gt;&lt;P&gt;the image is not getting created successfully.Can you please share a link where i can download a preexisting image ? I also need a toolchain for the cross compilation if&amp;nbsp; it is available.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 02:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-EVK/m-p/1783999#M218319</guid>
      <dc:creator>athul_am</dc:creator>
      <dc:date>2024-01-08T02:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6ULL EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-EVK/m-p/1784500#M218390</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The web page with prebuilt images is the next &lt;A href="https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX" target="_self"&gt;link&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For the toolchain, please follow &lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_self"&gt;this&lt;/A&gt; guide build imx-image-full,&lt;/P&gt;
&lt;P&gt;Then use:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;bitbake imx-image-full -c populate_sdk&lt;/LI-CODE&gt;
&lt;P&gt;Install SDK:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;tmp/deploy/sdk/xxx.sh&lt;/LI-CODE&gt;
&lt;P&gt;Use SDK:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;source /opt/fsl-imx-xwayland/xxx/environment-setup-aarch64-xxxx&lt;/LI-CODE&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 14:45:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6ULL-EVK/m-p/1784500#M218390</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2024-01-08T14:45:14Z</dc:date>
    </item>
  </channel>
</rss>

