- Based on Rockchip develop-5.10 (Sep 21, 2022)
- Adapted all hardkernel patches from odroidgoA-4.4.y
- Added mali bifrost_for_linux from kernel 4.4.y
- Works with unmodified u-boot on existing SD card images
- Tested on ODROID Go Advance Rev 1.1 (all hardware parts working including WiFi)
- Tested with ODROID GameStation Turbo Advance - GO2
Debian/Ubuntu packages:
ODROID Go Advance
https://seafile.servator.de/sbc/odroid/ ... -arm64.zip
Related branch:
https://github.com/scpcom/linux/tree/odroidgoA-5.10.y
To get the latest patches you can merge Android GKI branch 'android12-5.10' of https://android.googlesource.com/kernel/common
Before running the install script:
Make sure the boot loader partition is mounted on /media/boot
Code: Select all
sudo umount /boot
sudo mkdir /media/boot
sudo mount /dev/mmcblk1p1 /media/boot
Code: Select all
wget -N https://seafile.servator.de/sbc/odroid/kernel/linux-image-5.10.110-20221125-go2-arm64.zip
unzip linux-image-5.10.110-20221125-go2-arm64.zip
sudo bash -e install-linux.sh
The mali driver (bifrost_for_linux) is compatible with the old mali libs (used on kernel 4.4), nothing needs to be replaced.
All other drivers are the same as before, updated/enhanced by Rockchip on the newer kernel.