Hi,
I've been trying multiple ways for the last two weeks, and none worked.
The rpi zero have no ethernet port, so I've got to download required tcz files on windows and copy them to tce partition on SD
This is what I have managed to do:
- made a php script to download required tcz files with their dependencies from repository of given url
-wifi.tcz
-wireless_tools.tcz
-firmware-rpi-wifi.tcz
-firmware-rtlwifi.tcz
- install piCore on SD, extend tce partition, copy downloaded tcz files to this partition using ubuntu in virtualBox on windows 10
When I start piCore and run "tce-load -i wifi.tcz" the results are:
- on piCore 14 - loading fails at:
"wireless-6.1.68-piCore-v8.tcz not found" (I wasn't able to find such file in the repository)
- on piCore 13.1 - loading fails at:
"mount: mounting /dev/loop7 on /tmp/tcloop/wireless-5-10.77-piCore-v7 failed: Invalid argument"
Its there anyone able to help me with this? Its just a beginning of my project and getting wifi to work seemed pretty easy, but none of the tutorials I've found so far did work with my rpi,
and I dont understand what am I missing/doing wrong