I have tried different images with mixed success on my R3 board.
the delivered WRT firmware is working with the attached 256gb NVME + USB Wifi not loading driver
The “official” Debian did load the USB Wifi adapter but no NVME
Franks Debian seems to be like 1. WRT… NVME working but tot the USB wifi…
I have tried several ways to include/compile the driver - but it seems my skills is not good enough for this…
I do not have to use the board as router, but generic PC usage for some data capture device, with 4 lans devices. and save data to NVME… (code written in python)
(I also have to use I2C and UART on the GPIO connector)
My image only contain necessary drivers for r3 basic support. If you use additional devices like the usb wifi you have to add its driver to kernel,recompile and install.
Which exact device you use here (output of lsusb)?
I am aware of why you do like you do - it is just hard for a newbie like me to compile kernel
I have this one which may be most generic:
Bus 001 Device 003: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
Also i have:
Bus 001 Device 004: ID 0cf3:7015 Qualcomm Atheros Communications TP-Link TL-WN821N v3 / TL-WN822N v2 802.11n [Atheros AR7010+AR9287]
I tried to compile it on the device and is it modprobe it in… after i got kernel headers in place it gave me error during the compilation, and also had some warnings compiler was not identical and so on…
I will keep the onboard Wifi in access point mode and the other in Station/device…
The station device is to connect to my normal wifi…
The Access points is for the application of the device…
Hope it makes sense
hmmm not at all…why not just create multiple ssid, isolated or in vlans, i’m sure there are many possibilities to do what you want without adding that usb wifi…
Sure - i may consider some of them… this was just an easy way of keeping development setup sepperated from running setup - just take out the wifi adapter… but sure there is many ways.
firmware is separate and normally can be installed via userspace with distribution commands (apt install … in debian/ubuntu)
the file created by the pipeline in kernel-repo is kernel only
you have to unpack itb-file to BPI-BOOT partition and modules (BPI-ROOT/lib/modules) into the right directory on BPI-ROOT partition, do not unpack the lib-folder directly to card as this will replace the symlink with a directory causing no more boot
Thank you - you are a friend of the people
I think i will be easier to start from the scratch with a new image made with your script.
I have verified that I2C + UART on the pin header is working also.
I do think i then have checked all my needs for hardware… I will have maybe to use the USB also for HID in the future, but believe that is included in the kernel allready.
You are not planning to do both at minimal and an “maximal” version of the images?
Some more like rasbian… i do know it is a router board, but it can be used to soo much more…
Is there some kind of konfiguration template from other image to make a more function wise image?