Toybrick EN

中文 / EN
Toybrick EN»Wiki教程

Source code Download

TB-RK3399ProD/TB-RK3399ProX

git clone https://github.com/rockchip-toybrick/kernel.git -b stable

TB-RK3568X

git clone https://github.com/rockchip-toybrick/kernel.git -b develop-4.19

TB-RV1126Ds

git clone https://github.com/rockchip-toybrick/kernel.git -b rv1126-develop-4.19

Source code compilation

  1. Create the prebuilts folder in the same directory as kernel.
  2. Create gcc folder in prebuilts directory.
  3. Download cross-compilation tool (linux-x86) to the gcc directory.
git clone https://github.com/rockchip-toybrick/linux-x86.git -b master
  1. Compile kernel.

TB-RK3399ProD

./make.sh linux prod
./make.sh android prod

TB-RK3399ProX

./make.sh linux prox
./make.sh android prox

TB-RV1126Ds

./make-linux.sh arm

TB-RK3568X

Compile kernel for Android 11

  1. Download boot.img to upper directory of the kernel directory, download link: https://eyun.baidu.com/s/3c2W6VhI#sharelink/path=%2F

  2. ./make-android.sh arm64 ../ rk3568-toybrick-core-android-x0 11

  3. According to the ‘arch/arm64/boot/dts/rockchip/rk3568-toybrick.dtsi’ pmu_io_domains configure vccio voltage.

Compile kernel for Debian

  1. ./make-linux.sh arm64
    
  2. 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.

Products Store Community Wiki Download About TB


To Top