Hi,
we built an indoor drone with 80g, imx678 cam, hailo15 and wlan (r8188eu ).
Later the drone should inspect plants and send reports over wlan.
Today i try to add the realtech usb driver r8188eu to the yocto system.
The file r8188eu.ko is in:
/lib/modules/5.15.325.15.32-yocto-standard-g55bdbbdfcccd-dirty/kernel/drivers/staging/r8188eu/r8188eu.ko
When i try to start the net this happens:
ifconfig wlan0 up
[ 1526.361755] r8188eu 1-1:1.0: Direct firmware load for rtlwifi/rtl8188eufw.bin failed with error -2
[ 1526.370822] r8188eu 1-1:1.0: Falling back to sysfs fallback for: rtlwifi/rtl8188eufw.bin
[ 1526.380867] Request firmware failed with error 0xfffffffe
ifconfig: SIOCSIFFLAGS: Operation not permitted
How can i help yocto to build rtlwifi/rtl8188eufw.bin ?