09-22-2018, 05:01 PM
Thanks for pointing me in the right direction.
Solved by following very simple instruction found at the following page:
https://github.com/ayufan-rock64/linux-b...upgrade.md
Basically
1) Uncomment pre-releases from /etc/apt/sources.list.d/ayufan-rock64.list
2) Search for available kernels: apt-cache search linux-image
3) Manually install the <kernel>, ex: linux-image-4.15.0-rockchip-ayufan-177-g59389fa34
apt-get update
apt-get install <kernel>
4) Reboot
Copied textually from reference page.
Thank You Frank for pointing out how to fix, you and ayufan are doing a great service for the community of this great sbc with so much potential.
Solved by following very simple instruction found at the following page:
https://github.com/ayufan-rock64/linux-b...upgrade.md
Basically
1) Uncomment pre-releases from /etc/apt/sources.list.d/ayufan-rock64.list
2) Search for available kernels: apt-cache search linux-image
3) Manually install the <kernel>, ex: linux-image-4.15.0-rockchip-ayufan-177-g59389fa34
apt-get update
apt-get install <kernel>
4) Reboot
Copied textually from reference page.
Thank You Frank for pointing out how to fix, you and ayufan are doing a great service for the community of this great sbc with so much potential.