EVALUATION BOARD: i.MX 8M Plus EVK (imx8mpevk)
Host Machine: Ubuntu 22.04.5 LTS
I installed yocto project: 6.6.52-2.2.1 release
using:
$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$: chmod a+x ~/bin/repo
$: PATH=${PATH}:~/bin
then:
$: mkdir 6.6.52-2.2.1
$: cd 6.6.52-2.2.1
$: repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-scarthgap -m imx-6.6.52-2.2.1.xml
$: repo sync
then:
$: MACHINE=imx8mpevk DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-xwayland
$: bitbake imx-image-full
Then flashed to imx8mpevk using UUU utility succesfuly
I noticed that wifi drivers were not installed.
AW-CM276MA (NXP 88W8997): Wi-Fi®
5 (802.11ac) 2 x 2 dual-band (2.4/5
GHz) and Bluetooth® 5.1
So I'm trying to installed them using the:
bitbake linux-imx -c menuconfig
I was able to locate the drivers and enable them, and save a .config with the GUI tool (see image attached). However I'm stock in how to apply this changes and bake the new image.
I'm trying to follow
RM00293
i.MX Linux Reference Manual
Rev. LF6.12.20_2.0.0 — 26 June 2025
but it is really confusing, I would really appreciate any help with this