I recently got a Raspberry Pi 3A+ and I tried experimenting with piCore. I managed to get it booting using one of the betas of the 10.x release (piCore-10.0beta12b: newbielink:http://tinycorelinux.net/10.x/armv7/test_relases/RPi/piCore-10.0beta12b.zip
[nonactive]), but so far still no luck with the wifi.
The 3A+ model has no Ethernet, but all the guides I found on the wiki and here on the forum make use of wired connection I don't have. On the other hand, the instructions I found for Pi 0 W and similar models refer piCore v9.x, which currently doesn't boot on my Pi, and by following them I get stuck at different points:
- Not all packages requires has been ported yet ---> I fetched them from the 9.x repos
- Not all packages have been compiler for ARMv7 --> I downloaded their ARMv6 version
-
tce-load -i firmware-rpi3-wireless works fine, but
tce-load -i wifi.tcz fails with the message
wireless-4.19.13-piCore-v7.tcz not found! and actually I can't find such package on the repos (maybe I missed it?) --> I renamed
wireless-4.19.10-piCore-v7.tcz to match the requirement and seemingly it worked
- Running
wifi.sh returns simply
No wifi devices found! and indeed
iwconfig detects no wireless interfaces

I believe the entire process was a desperate attempt, and anyway I got absolutely nothing working. Can anyone give me at least an hint on how to proceed? I am a newbie of piCore and TinyCore in general, but I love the concept and I would like to get it working.
Any help is really appreciated
