ap06源码
| app | ||
| buildroot | ||
| debian | ||
| device/rockchip | ||
| docs | ||
| external | ||
| kernel | ||
| prebuilts/gcc/linux-x86 | ||
| rkbin | ||
| tools | ||
| u-boot | ||
| .gitignore | ||
| build.sh | ||
| common | ||
| envsetup.sh | ||
| Makefile | ||
| myburn | ||
| README.md | ||
| rkflash.sh | ||
Rockchip Linux SDK
Rockchip Linux SDK for the Rockchip SOC boards
Quick Start
- Check supported targets:
~ $ make help
- Choose SDK's defconfig:
~ $ make rockchip_defconfig
- Change SDK's configs:
~ $ make menuconfig
~ $ make savedefconfig
- Run "make" to build the images, logs saved at "output/log/"
- Flash the generated "output/firmware/update.img" to your device
- Boot your device and enjoy it