Hello all,
I'm deploying a system image for the Pico-i.MX6UL, using the FSL Community BSP from GitHub. But I can't seem to figure out how to enable the WiFi driver.
Is there a switch to install the driver that I'm completely missing?
The Pico-i.MX6UL uses the Broadcom BCM4339 and I'm using the (default) linux-fslc kernel.
If I run ifconfig -a, I get the following interfaces:
can0
can1
eth0
lo
sit0
I've also tried to use the linux-imx kernel, but then I get the following error:
make[3]: *** No rule to make target 'arch/arm/boot/dts/imx6ul-pico-hobbit.dtb'. Stop.
arch/arm/Makefile:322: recipe for target 'imx6ul-pico-hobbit.dtb' failed
Thank you,
Koenraad Verheyden