Hello galinski, thank you for your hints!
I made some progress, but it's still not working. Here is what I have done:
I downloaded the beta you pointed me to and booted successfully. Then I tried to follow the wiki's brand new tutorial on How to set up the WiFi on Pi 0 W and I downloaded the packages into tce/optional:
- libiw libnl readline wifi wireless_tools wpa_supplicant from
http://timjanes.uk/piCore/10.x/armv7/tcz/
- firmware-rpi3-wireless was missing, so I got it from from
http://timjanes.uk/piCore/9.x/armv7/tcz/
- wireless-4.9.22-piCore was missing too, so I got it from from
http://timjanes.uk/piCore/9.x/armv6/tcz/
Once the Pi booted:
> tce-load -i firmware-rpi3-wireless
firmware-rpi3-wireless.tcz: OK
> tce-load -i wifi
readline.tcz: OK
libnl.tcz: OK
wpa_supplicant.tcz: OK
wireless-4.19.46-piCore-v7.tcz not fond!
Luckily wireless-4.19.46-piCore-v7.tcz seems to be available on the 10.x ARMv7 repo, so I just dowloaded it too and retried the same procedure: after that, > tce-load -i wifi works fine.
Nonetheless, running sudo wifi.sh still returns (after a few second of processing) a No wifi devices found! and iwconfig agrees there are no wireless devices. Is surely not a hardware problem because Rasbpian detected wlan0. I tried a few rebooting and the like, but seems like it won't work. Below you will find the complete output of dmesg, there might be something in I overlooked.
In addition, trying to install the missing crypto library you pointed to gave me a bizzarre error:
> tce-load -i missed_crypto-4.19.46-piCore-v7.tcz
mount: mounting /dev/loop22 on /tmp/tcloop/missed_crypto-4.19.56-piCore-v7.tcz failed: Invalid argument
I downloaded the package from the 10.x ARMv7 repo.
What can I do from here? The system shows no clear error messages and simply tells me there is no wireless interface.
Thank you again for helping out so far!