linuxOS_AP06/device/rockchip/common/README.md

24 lines
525 B
Markdown
Raw Permalink Normal View History

2025-06-03 04:28:32 +00:00
# Rockchip Linux SDK
Rockchip Linux SDK for the Rockchip SOC boards
- wiki <http://opensource.rock-chips.com/wiki_Main_Page>.
## Quick Start
1. Check supported targets:
```shell
~ $ make help
```
2. Choose SDK's defconfig:
```shell
~ $ make rockchip_defconfig
```
3. Change SDK's configs:
```shell
~ $ make menuconfig
~ $ make savedefconfig
```
4. Run "make" to build the images, logs saved at "output/log/"
5. Flash the generated "output/firmware/update.img" to your device
6. Boot your device and enjoy it