Closed RajasJoshi closed 2 years ago
Found the solution
The issue is caused by the kernel modules not being loaded caused by xz compresssion, first found in Issue Updated my meta-openembedded layer which fetched the latest changes and solved this issue
For reference, this was fixed in oe-core/poky
not in meta-openembeded
.
Branch: Kirkstone Board: Raspberry Pi CM4 with WIFI and Bluetooth Kernel Version: 5.15
Local.conf:
I am trying to build an image for the Raspberry Pi 4 , I have added the necessary packages in my local .conf and built the core-image-base version of the image. It compiles successfully but when I run
ifconfig
, the wlan0 interface doesn't show up. Even if I tryifup wlan0
it shows no such device error.I am trying to set up my board as an Access point. Following is my hostapd.conf, dnsmasq.conf and interfaces files which I have added in my own recipe.
hostapd.conf
dnsmasq.conf
interfaces
Please let me know if I am missing any packages to be included.