Linux

From ESS-WIKI
Revision as of 16:28, 6 May 2018 by Clayder.huang (talk | contribs) (Created page with "== <span style="color:#0070c0">Getting Linux Source Code</span> == $ git clone [https://github.com/rockchip-linux/repo.git https://github.com/rockchip-linux/repo.git] $ mkdir...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Getting Linux Source Code

$ git clone https://github.com/rockchip-linux/repo.git $ mkdir rk3399_linux $ cd rk3399_linux/ $ ../repo/repo init --repo-url=https://github.com/rockchip-linux/repo -u ../repo/repo init --repo-url=https://github.com/rockchip-linux/repo -u $ ../repo/repo sync

Compiler u-boot

$ cd u-boot/ $ ./make.sh evb-rk3399

u-boot/ ├── rk3399_loader_v1.09.112.bin ├── trust.img └── uboot.img

Compiler Kernel

$ cd kernel $ make ARCH=arm64 rockchip_linux_defconfig $ make ARCH=arm64 rk3399-ds100.img -j12

Compiler Kernel

Compiler Kernel

Compiler Kernel

Compiler Kernel

Compiler Kernel