Skip to content

Commit ea78a9a

Browse files
Qvy-pngleggewie
authored andcommitted
improve WiFi support for the sun50iw1 board family
- compile the 8723cs kernel module for Sunxi64 current and edge kernel - run-tested on the Pine64 - source of the *.bin firmware blobs is the kernel git repository https://git.kernel.org/pub/scm/linux/kernel/git/ath/linux-firmware.git/tree/rtw88 hashes verified by Rolf Leggewie <[email protected]>
1 parent ca4dc80 commit ea78a9a

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

config/kernel/linux-sunxi64-current.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ CONFIG_RTW88_8822BU=m
903903
CONFIG_RTW88_8822CS=m
904904
CONFIG_RTW88_8822CU=m
905905
CONFIG_RTW88_8723DS=m
906+
CONFIG_RTW88_8723CS=m
906907
CONFIG_RTW88_8723DU=m
907908
CONFIG_RTW88_8821CS=m
908909
CONFIG_RTW88_8821CU=m

config/kernel/linux-sunxi64-edge.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ CONFIG_RTW88_8822BU=m
883883
CONFIG_RTW88_8822CS=m
884884
CONFIG_RTW88_8822CU=m
885885
CONFIG_RTW88_8723DS=m
886+
CONFIG_RTW88_8723CS=m
886887
CONFIG_RTW88_8723DU=m
887888
CONFIG_RTW88_8821CS=m
888889
CONFIG_RTW88_8821CU=m

config/sources/families/sun50iw1.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ GOVERNOR=performance
1616
ASOUND_STATE='asound.state.pinebook-next'
1717

1818
family_tweaks_s() {
19-
# add bluetooth firmware for 8723cs + sysrq fix
19+
# add bluetooth firmware for 8723cs (rtw88) + sysrq fix
2020
if [[ $BOARD == pinebook-a64 ]]; then
21-
cp -R $SRC/packages/blobs/rtl8723bt_fw/* $SDCARD/lib/firmware/rtl_bt/
21+
mkdir -p $SDCARD/lib/firmware/updates/{rtl_bt, rtw88}
22+
cp -R $SRC/packages/blobs/rtl8723bt_fw/* $SDCARD/lib/firmware/updates/rtl_bt/
23+
cp -R $SRC/packages/blobs/rtw8703b_fw/* $SDCARD/lib/firmware/updates/rtw88/
2224
touch $SDCARD/etc/sysctl.d/sysrq.conf
2325
echo "kernel.sysrq = 0" >> $SDCARD/etc/sysctl.d/sysrq.conf
2426
fi
19.8 KB
Binary file not shown.
22.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)