Hi
Couldn't find a complete list of instructions so I made this guide from all the various sources I used to get my rPi connected to my wireless network. Remember i'm a newbie, not an expert!
Hope it's useful to someone. Please let me know of any errors or omissions found.
These instructions work (have been tried with) with piCore-9.0.3
I'm assuming that you've already got piCore running and have expanded the size of the second partition
so that there's room to install these additions.
I'm also assuming that you've got a wired Ethernet connection up and running so that you can download
extensions.
Using tce find and install
firmware-rpi3-wireless.tcz
wifi.tcz
Back up the changes:
$ filetool.sh -b
Reboot:
$ sudo reboot
After the rPi3 has rebooted run:
$ sudo wifi.sh
This should give you a list of available wireless networks, choose the one you wish to connect to
and enter any information requested.
You should now be connected to your wireless network. Run ifconfig to see if you now have wlan0
listed and check that it's got a sensible inet addr.
$ ifconfig
Test the connection by removing the wired Ethernet connection from the rPi and try pinging your
router:
$ ping 192.168.0.1
The address shown above is an example that is commonly used by some routers, if yours is different
substitute the correct address.
If all is well, we can move on to making the WiFi start automatically.
Add the line:
wifi.sh -a
to the end of /opt/bootlocal.sh using vi (or any other text editor you may have installed).
Save the change to bootlocal.sh and exit the editor.
VERY IMPORTANT - backup the changes made:
$filetool.sh -b
Now if you reboot or power cycle the WiFi should restart and connect automatically.
Cheers
Ian