1# Rockchip Linux SDK
2
3Rockchip Linux SDK for the Rockchip SOC boards
4  - wiki <http://opensource.rock-chips.com/wiki_Main_Page>.
5
6## Quick Start
7
81. Check supported targets:
9```shell
10   ~ $ make help
11```
122. Choose SDK's defconfig:
13```shell
14   ~ $ make rockchip_defconfig
15```
163. Change SDK's configs:
17```shell
18   ~ $ make menuconfig
19   ~ $ make savedefconfig
20```
214. Run "make" to build the images, logs saved at "output/log/"
225. Flash the generated "output/firmware/update.img" to your device
236. Boot your device and enjoy it
24