ap06源码
Go to file
2025-06-09 20:52:47 +08:00
app v1.1.1 2025-06-03 12:28:32 +08:00
buildroot v1.1.1 2025-06-03 12:28:32 +08:00
debian v1.1.1 2025-06-03 12:28:32 +08:00
device/rockchip v1.1.1 2025-06-03 12:28:32 +08:00
docs v1.1.1 2025-06-03 12:28:32 +08:00
external v1.1.1 2025-06-03 12:28:32 +08:00
kernel change ttyFIQ to uart2 upto v1.1.7 2025-06-09 20:52:47 +08:00
prebuilts/gcc/linux-x86 v1.1.1 2025-06-03 12:28:32 +08:00
rkbin v1.1.1 2025-06-03 12:28:32 +08:00
tools add adb reboot bootloader in myburn upto v1.1.6 2025-06-08 12:03:37 +08:00
u-boot v1.1.1 2025-06-03 12:28:32 +08:00
.gitignore add .gitignore remove some dts upto v1.1.2 2025-06-05 15:29:21 +08:00
build.sh v1.1.1 2025-06-03 12:28:32 +08:00
common v1.1.1 2025-06-03 12:28:32 +08:00
envsetup.sh v1.1.1 2025-06-03 12:28:32 +08:00
Makefile v1.1.1 2025-06-03 12:28:32 +08:00
myburn change rk817 to rk809 upto v1.1.3 2025-06-06 18:36:02 +08:00
README.md v1.1.1 2025-06-03 12:28:32 +08:00
rkflash.sh v1.1.1 2025-06-03 12:28:32 +08:00

Rockchip Linux SDK

Rockchip Linux SDK for the Rockchip SOC boards

Quick Start

  1. Check supported targets:
   ~ $ make help
  1. Choose SDK's defconfig:
   ~ $ make rockchip_defconfig
  1. Change SDK's configs:
   ~ $ make menuconfig
   ~ $ make savedefconfig
  1. Run "make" to build the images, logs saved at "output/log/"
  2. Flash the generated "output/firmware/update.img" to your device
  3. Boot your device and enjoy it