Linux 5.0+

edited October 2019 in ROC-RK3328-CC
I am working on kernel that is based on official kernel.org kernel, but can provide all features required for everyday use of the renegade board with debian / ubuntu.
Kernel source: https://github.com/free-z4u/roc-rk3328-cc/releases/tag/v5.0-rk3328
Currently supported and checked:
  • hdmi sound
  • analog sound
  • sdcard/mmc boot
  • 4k hdmi
  • USB 2.0/3.0
  • Ethernet 
Build instructions:
make distcleanmake CROSS_COMPILE='ccache aarch64-linux-gnu-' ARCH=arm64 defconfig
make CROSS_COMPILE='ccache aarch64-linux-gnu-' ARCH=arm64 -j 2
sudo mount -t auto /dev/sdb4 /media/usb/ 
sudo cp -v arch/arm64/boot/Image /media/usb/
sudo cp -v arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dtb /media/usb/ 
sync 
sudo umount /media/usb/


Sign In or Register to comment.