# Rockchip Linux SDK Rockchip Linux SDK for the Rockchip SOC boards - wiki . ## 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