On Fri, Dec 15, 2023 at 7:14 AM Renato Mendes
<renato.mendes....@gmail.com> wrote:
>
> I'm still struggling to solve that... I came up with a very basic 
> configuration on Yocto (using kirkstone):
>
>
>
> # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
> # changes incompatibly
> POKY_BBLAYERS_CONF_VERSION = "2"
>
> BBPATH = "${TOPDIR}"
> BBFILES ?= ""
>
> BBLAYERS ?= " \
>   /home/quadfloor/release_1/src/poky/meta \
>   /home/quadfloor/release_1/src/poky/meta-poky \
>   /home/quadfloor/release_1/src/poky/meta-yocto-bsp \
>   /home/quadfloor/release_1/src/meta-openembedded/meta-oe \
>   /home/quadfloor/release_1/src/meta-openembedded/meta-python \
>   /home/quadfloor/release_1/src/meta-openembedded/meta-multimedia \
>   /home/quadfloor/release_1/src/meta-openembedded/meta-networking \
>   /home/quadfloor/release_1/src/meta-raspberrypi \
>   "
>
> local.conf:
>
> MACHINE = "raspberrypi0-wifi"
> SERIAL_CONSOLE = ""
> DISABLE_RPI_BOOT_LOGO = "1"
> DISABLE_OVERSCAN = "1"
> DISABLE_SPLASH = "1"
> BOOT_DELAY = "0"
> GPU_MEM_256 = "128"
> GPU_MEM_512 = "196"
> GPU_MEM_1024 = "396"
> PACKAGE_CLASSES = "package_ipk"
> DISTRO_FEATURES:append = " wifi "
> IMAGE_INSTALL:append = " linux-firmware-bcm43430 wpa-supplicant"
> IMAGE_FSTYPES = "tar.bz2 ext4 rpi-sdimg"
> SDIMG_ROOTFS_TYPE = "ext4"
>
> The error still persists: No wlan at all (ifconfig -a show only lo).

It seems that your system does not have wifi driver loaded. Can you
check output of
lsmod ?

secondly look what

dmesg | grep brcmfmac

says

>
> No idea where to go - project stuck and tigh deadline... Help very much 
> needed...
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61908): https://lists.yoctoproject.org/g/yocto/message/61908
Mute This Topic: https://lists.yoctoproject.org/mt/103150047/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to