Debian 9
From ESS-WIKI
Contents
Android BSP Version
Debian 9
Run Docker example
docker run -it --name rk_linux -v /home/clayder/adv_linux:/home/adv/BSP:rw advrisc/u14.04-rklbv1:latest /bin/bash
Getting Android Source Code
Step1 : To pull down the Android source tree to your working directory from the repositories as specified in the default manifest
$ mkdir myandroid
$ mkdir bin
$ cd rk3399/
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ../bin/repo
$ chmod a+x ../bin/repo
$ ../bin/repo init -u https://github.com/rockchip-linux/manifests -m rk3399.xml <--Get the source code form ROCKCHIP github
$ ../bin/repo sync