Difference between revisions of "Debian9"
From ESS-WIKI
Line 13: | Line 13: | ||
<syntaxhighlight lang="bash">$./make.sh evb-rk3399 | <syntaxhighlight lang="bash">$./make.sh evb-rk3399 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | OR | ||
− | |||
<syntaxhighlight lang="bash">$./mk-uboot.sh | <syntaxhighlight lang="bash">$./mk-uboot.sh | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
== <span style="color:#0070c0">Build Kernel</span> == | == <span style="color:#0070c0">Build Kernel</span> == | ||
+ | <syntaxhighlight lang="bash">$cd kernel | ||
+ | $make ARCH=arm64 rockchip_linux_defconfig | ||
+ | $make ARCH=arm64 rk3399-sapphire-excavator-linux.img -j12 | ||
+ | </syntaxhighlight> | ||
+ | == <span style="color:#0070c0">Build Recovery</span> == | ||
− | |||
== <span style="color:#0070c0">Build Rootfs</span> == | == <span style="color:#0070c0">Build Rootfs</span> == | ||
+ | |||
+ | <syntaxhighlight lang="bash">$cd rootfs/ | ||
+ | </syntaxhighlight> | ||
+ | <syntaxhighlight lang="bash">$sudo apt-get install binfmt-support qemu-user-static live-build | ||
+ | $sudo dpkg -i ubuntu-build-service/packages/* | ||
+ | $sudo apt-get install -f | ||
+ | $ARCH=armhf ./mk-base-debian.sh | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | In rootfs creat linaro-stretch-alip-xxxxx-1.tar.gz |
Revision as of 10:50, 14 September 2018
Contents
Linux BSP Version
Debian9
Run Docker example
docker run -it --name rk_linux --privileged -v /home/adv/rk3399_v20:/home/adv/BSP:rw advrisc/u16.04-rkabv1:latest /bin/bash
Build U-boot
$./make.sh evb-rk3399
OR
$./mk-uboot.sh
Build Kernel
$cd kernel
$make ARCH=arm64 rockchip_linux_defconfig
$make ARCH=arm64 rk3399-sapphire-excavator-linux.img -j12
Build Recovery
Build Rootfs
$cd rootfs/
$sudo apt-get install binfmt-support qemu-user-static live-build
$sudo dpkg -i ubuntu-build-service/packages/*
$sudo apt-get install -f
$ARCH=armhf ./mk-base-debian.sh
In rootfs creat linaro-stretch-alip-xxxxx-1.tar.gz