Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
picore:wifi [2025/05/05 17:17] – created rhermsen | picore:wifi [2025/05/06 13:19] (current) – rhermsen | ||
---|---|---|---|
Line 6: | Line 6: | ||
The easiest is to connect the RPi with an Ethernet cable to Internet.\\ | The easiest is to connect the RPi with an Ethernet cable to Internet.\\ | ||
You can than use `tce-load -wi < | You can than use `tce-load -wi < | ||
+ | |||
+ | |||
+ | Below the steps to first download the needed extensions to an USB-stick and install them from there. | ||
+ | |||
+ | The needed files depend on the type of RPi and if you have a 32-bit (armhf) or 64-bit (aarch64) piCore OS. | ||
+ | |||
+ | You will need additional USB and possible driver extensions to get external Wifi adapters to work. | ||
* Obtain the .tcz and .tcz.md5.txt and .tcz.dep files of the following extensions, and their dependencies: | * Obtain the .tcz and .tcz.md5.txt and .tcz.dep files of the following extensions, and their dependencies: | ||
- | * firmware-rpi-wifi.tcz | + | |
- | * wireless-6.6.47-piCore-v8-16k.tcz | + | |
- | * wireless_tools.tcz | + | * wireless_tools.tcz |
- | * wpa_supplicant.tcz | + | * wpa_supplicant.tcz |
- | * wifi.tcz | + | * wifi.tcz |
+ | * The next extension needs to match the kernel version and for the RPi5 you need to use the 16K version.\\ If using the tce commands you can use the KERNEL keyword to get the correct version. | ||
+ | | ||
+ | | ||
+ | * wireless-KERNEL.tcz | ||
+ | * RPi5 | ||
+ | * wireless-6.6.47-piCore-v8-16k.tcz | ||
+ | * wireless-KERNEL.tcz | ||
* and put them on a FAT32 usb-stick. | * and put them on a FAT32 usb-stick. | ||
- | * For the piCore-15 64-bit (aarch64) the links are: | + | * For the piCore-15 64-bit (aarch64) the links to the generic extensions |
* < | * < | ||
http:// | http:// | ||
Line 40: | Line 54: | ||
http:// | http:// | ||
http:// | http:// | ||
+ | </ | ||
+ | * For the piCore-15 64-bit (aarch64) the links to the kernel and RPi model specific extensions are: | ||
+ | * Examples below is for the 6.6.47 kernel version, change if needed. < | ||
+ | http:// | ||
+ | http:// | ||
+ | http:// | ||
+ | </ | ||
+ | * For RPi5 you need the extension with 16k page sizes. < | ||
+ | http:// | ||
+ | http:// | ||
+ | http:// | ||
</ | </ | ||
+ | |||
* sudo mount /dev/sda1 /mnt/sda1/ | * sudo mount /dev/sda1 /mnt/sda1/ | ||
Line 70: | Line 96: | ||
wifi.sh -a &> / | wifi.sh -a &> / | ||
</ | </ | ||
+ | | ||
+ | == Stable Wifi with piCore-15. == | ||
+ | * According the [[https:// | ||
+ | * sudo mount / | ||
+ | * sudo vi / | ||
+ | brcmfmac.feature_disable=0x82000 | ||
+ | </ | ||
| |