BliteKnight
New member
This was a lot of blood, sweat and tears to make this work. Looking at forums after forums and now I have a stable system.
Thanks to mmie4jbcu for providing a base DTS/DTB File to work with.
Applying the Patch
I applied it to a Armbian/build for station-m2, by placing the patch file in this sub directory
patch/kernel/media-current/00007-T95Plus.patch
And then running the build
If you just want a deb of the kernel you can install then run this command. It will be the image file created with a bunch of numbers at the end of the file in the output/deb directory
Installing Wifi Driver (LG642 chip)
The patch also applies to fix no wifi with this chip.
More info here:https://github.com/CoreELEC/linux-amlogic/pull/13#issuecomment-1370202774
The you just need to install the drivers in the zip file, more info on how to do so here
When doing the extract, it is important that you place the files in the appropriate place. The lib folder is fine, but where you place the brcmfmac.ko.xz is important - it has to be placed in your /usr/modules/<kernel version>/kernel/drivers/net/wireless/...
e.g. mine was /usr/modules/6.1.55-current-media/kernel/drivers/net/wireless/...
Bluetooth still doesn't work, not sure why, but having Gigabit Ethernet and Wifi (2.4/5Ghz) work is amazing.
Thanks to mmie4jbcu for providing a base DTS/DTB File to work with.
Applying the Patch
I applied it to a Armbian/build for station-m2, by placing the patch file in this sub directory
patch/kernel/media-current/00007-T95Plus.patch
And then running the build
Code:
./compile.sh BOARD=station-m2 BRANCH=current BUILD_DESKTOP=no
If you just want a deb of the kernel you can install then run this command. It will be the image file created with a bunch of numbers at the end of the file in the output/deb directory
Code:
./compile.sh BOARD=station-m2 BRANCH=current BUILD_DESKTOP=no kernel
Installing Wifi Driver (LG642 chip)
The patch also applies to fix no wifi with this chip.
More info here:https://github.com/CoreELEC/linux-amlogic/pull/13#issuecomment-1370202774
The you just need to install the drivers in the zip file, more info on how to do so here
CSC Armbian for RK3318/RK3328 TV box boards
forum.armbian.com
When doing the extract, it is important that you place the files in the appropriate place. The lib folder is fine, but where you place the brcmfmac.ko.xz is important - it has to be placed in your /usr/modules/<kernel version>/kernel/drivers/net/wireless/...
e.g. mine was /usr/modules/6.1.55-current-media/kernel/drivers/net/wireless/...
Bluetooth still doesn't work, not sure why, but having Gigabit Ethernet and Wifi (2.4/5Ghz) work is amazing.
Attachments
Last edited: