Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
picore:wifi [2025/05/05 17:59] – rhermsen | picore:wifi [2025/05/06 13:19] (current) – rhermsen | ||
---|---|---|---|
Line 11: | Line 11: | ||
The needed files depend on the type of RPi and if you have a 32-bit (armhf) or 64-bit (aarch64) piCore OS. | 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 45: | 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 75: | Line 96: | ||
wifi.sh -a &> / | wifi.sh -a &> / | ||
</ | </ | ||
+ | | ||
+ | == Stable Wifi with piCore-15. == | ||
+ | * According the [[https:// | ||
+ | * sudo mount / | ||
+ | * sudo vi / | ||
+ | brcmfmac.feature_disable=0x82000 | ||
+ | </ | ||
| |