Maybe you can add this one, if not to much hassle:
root@luckfox:/# lsusb
Bus 001 Device 002: ID 0bda:c820 Realtek Semiconductor Corp. 802.11ac NIC (Is a still available USB WIFI Dongle what was recommended for the Hipstot Build.)
For some strange reasons Windows only allows internet Address 192.168.137.1 to be the network.
So you have to set your Pico ip to something in this network: eg.: 192.168.137.10
I am not sure if you need to activate all the services in the Settings:
CONFIG_MULTIDRV = n
CONFIG_RTL8188E = n
CONFIG_RTL8812A = n
CONFIG_RTL8821A = n
CONFIG_RTL8192E = n
CONFIG_RTL8723B = n
CONFIG_RTL8814A = n
CONFIG_RTL8723C = n
CONFIG_RTL8188F = n
CONFIG_RTL8188GTV = n
CONFIG_RTL8822B = y
CONFIG_RTL8723D = n
CONFIG_RTL8821C = n
CONFIG_RTL8710B = n
CONFIG_RTL8192F = n
CONFIG_RTL8822C = n
CONFIG_RTL8814B = n
CONFIG_RTL8723F = n
Is it possible, to change the mode of the USB-C port, to use it with a wifi-dongle? Or is it only possible with a MX1.25-USB adapter? (I ordered one, but the delivery takes ages and I’m impatient)
Can confrim the v1 TP-LINK AC600 dongle works with the rtw88 driver same as the Cody WU1300S 1.0
git clone https://github.com/lwfinger/rtw88
cd rtw88
make
sudo make install
sudo make install_fw
[ 11.528040] rtw_8821au 1-1:1.0: Direct firmware load for rtw88/rtw8821a_fw.bin failed with error -2
mkdir -p /lib/firmware/rtw88
cp /lib/other/firmware/rtw88/rtw8821a_fw.bin /lib/firmware/rtw88/
reboot
root@luckfox:/# lsusb -tv
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=dwc2/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 001: Dev 002, If 0, Class=Vendor Specific Class, Driver=rtw_8821au, 480M
ID 2357:011e TP-Link AC600 wireless Realtek RTL8811AU [Archer T2U Nano]
root@luckfox:/#
nmcli -m m
wlx98ba5fcfc4c2: connected to Frozen
"TP-Link AC600 Realtek RTL8811AU"
wifi (rtw_8821au), 98:BA:5F:CF:C4:C2, hw, mtu 1500
ip4 default
inet4 172.16.48.52/22
route4 172.16.48.0/22 metric 600
route4 default via 172.16.50.1 metric 600
root@luckfox:/# speedtest-cli
Retrieving speedtest.net configuration...
Testing from OPTINET (197.94.94.95)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Level-7 Internet (PTY) LTD (Johannesburg) [1259.92 km]: 32.382 ms
Testing download speed................................................................................
Download: 78.41 Mbit/s
Testing upload speed......................................................................................................
Upload: 24.56 Mbit/s
Can you give me a hint, how to build an Ubuntu-image myself?
The SDK only gives me the options to create a buildroot or yocto system. My problem is, that Ubuntu is not optimized, to run with so little memory and even with basic stuff (like apt) it starts to swap. I want to try, to build an image, that is a bit more gentle to the ressources, but still has a sufficient collection of packages. Maybe based on Alpine or even OpenWRT.
You probably also do not need to wire the CS pin, since there is nothing else on this bus you could just tie it to GND. I’m going to try using B2, B3, B4, B5, B6, and D0. The other pins appear to be an I2S bus I’d like to experiment with later.