Difference between revisions of "Debian9"

From ESS-WIKI
Jump to: navigation, search
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== <span style="color:#0070c0">Linux BSP Version</span> ==
 
  
Debian9
+
[https://pan.baidu.com/s/1A-mCjZlpLuDXEBWsZW8ZOA Baidu link for Debian9]&nbsp;Password:dn35
  
== <span style="color:#0070c0">Run Docker example</span> ==
+
Dropbox link for Debian9
  
 +
RISC Series&nbsp;:
  
<syntaxhighlight lang="bash">docker run -it --name rk_linux --privileged -v /home/adv/rk3399_v20:/home/adv/BSP:rw advrisc/u16.04-rkabv1:latest /bin/bash 
+
{| border="1" cellpadding="0" cellspacing="0"
</syntaxhighlight>
+
|-
== <span style="color:#0070c0">Build U-boot</span> ==
+
|
 +
'''Image Version'''
  
<syntaxhighlight lang="bash">$./make.sh evb-rk3399
+
|
</syntaxhighlight>OR
+
'''Product'''
<syntaxhighlight lang="bash">$./mk-uboot.sh
 
</syntaxhighlight>
 
  
== <span style="color:#0070c0">Build Kernel</span> ==
+
|
 +
'''Date'''
  
<syntaxhighlight lang="bash">$cd kernel
+
|
$make ARCH=arm64 rockchip_linux_defconfig
+
'''Release'''
$make ARCH=arm64 rk3399-sapphire-excavator-linux.img -j12
 
</syntaxhighlight>
 
== <span style="color:#0070c0">Build Recovery</span> ==
 
  
<syntaxhighlight lang="bash">$cd ..
+
|
$./mk-recovery.sh
+
'''Release Note'''
</syntaxhighlight>
 
  
In /output/rockchip_rk3399_recovery/images create recovery.img,
+
|
 +
'''Binary OS Image Name'''
  
 +
|-
 +
|
 +
DIV10034
  
== <span style="color:#0070c0">Build Rootfs</span> ==
+
|
 +
ROM-5780
  
 +
|
 +
2021-01-22
  
<syntaxhighlight lang="bash">$cd rootfs/
+
|
</syntaxhighlight><syntaxhighlight lang="bash">$sudo apt-get install binfmt-support qemu-user-static live-build
+
MP
$sudo dpkg -i ubuntu-build-service/packages/*
+
 
$sudo apt-get install -f
+
|
$ARCH=armhf ./mk-base-debian.sh
+
Release Note
</syntaxhighlight>
+
 
In rootfs creat linaro-stretch-alip-xxxxx-1.tar.gz
+
|
 +
ROM5780A3AIM20DIV10034_2021-01-22.img.tgz
 +
 
 +
|}

Latest revision as of 05:35, 12 May 2022

Baidu link for Debian9 Password:dn35

Dropbox link for Debian9

RISC Series :

Image Version

Product

Date

Release

Release Note

Binary OS Image Name

DIV10034

ROM-5780

2021-01-22

MP

Release Note

ROM5780A3AIM20DIV10034_2021-01-22.img.tgz