|
|
中文 / EN
|
git clone https://github.com/rockchip-toybrick/kernel.git -b stable
git clone https://github.com/rockchip-toybrick/kernel.git -b develop-4.19
git clone https://github.com/rockchip-toybrick/kernel.git -b rv1126-develop-4.19
git clone https://github.com/rockchip-toybrick/linux-x86.git -b master
./make.sh linux prod
./make.sh android prod
./make.sh linux prox
./make.sh android prox
./make-linux.sh arm
Compile kernel for Android 11
Download boot.img to upper directory of the kernel directory, download link: https://eyun.baidu.com/s/3c2W6VhI#sharelink/path=%2F
./make-android.sh arm64 ../ rk3568-toybrick-core-android-x0 11
According to the ‘arch/arm64/boot/dts/rockchip/rk3568-toybrick.dtsi’ pmu_io_domains configure vccio voltage.
Compile kernel for Debian
./make-linux.sh arm64
According to the ‘arch/arm64/boot/dts/rockchip/rk3568-toybrick.dtsi’ pmu_io_domains configure vccio voltage.
android generate boot.img, linux generate boot_linux.img
Notice: If you compile in the Android project directory, steps 1-3 are not required.