Difference between revisions of "Debian9"

From ESS-WIKI
Jump to: navigation, search
Line 1: Line 1:
== <span style="color:#0070c0">Linux BSP Version</span> ==
+
<p><a href="https://pan.baidu.com/s/1A-mCjZlpLuDXEBWsZW8ZOA" alt="https://pan.baidu.com/s/1A-mCjZlpLuDXEBWsZW8ZOA" title="https://pan.baidu.com/s/1A-mCjZlpLuDXEBWsZW8ZOA">Baidu link for Debian9</a>&#160;Password:dn35
 +
</p><p>Dropbox link for Debian9
 +
</p><p>RISC Series&#160;:
 +
</p>
 +
<table border="1" cellpadding="0" cellspacing="0">
  
Debian9
+
<tr>
 
+
<td>
== <span style="color:#0070c0">Get Docker Image</span> ==
+
<p><b>Image Version</b>
 
+
</p>
 
+
</td>
<syntaxhighlight lang="bash">$docker pull advrisc/u16.04-rklbv1
+
<td>
</syntaxhighlight>
+
<p><b>Product</b>
== <span style="color:#0070c0">Run Docker example</span> ==
+
</p>
 
+
</td>
 
+
<td>
<syntaxhighlight lang="bash">$docker run -it --name rk_linux --privileged -v /home/adv/rk3399_v20:/home/adv/BSP:rw advrisc/u16.04-rklbv1:latest /bin/bash 
+
<p><b>Date</b>
</syntaxhighlight>
+
</p>
 
+
</td>
 
+
<td>
== <span style="color:#0070c0">Install Some tools For Rockchip Linux v2.07 version</span> ==
+
<p><b>Release</b>
 
+
</p>
 
+
</td>
<syntaxhighlight lang="bash">$sudo apt-get install ibssl-dev
+
<td>
$sudo apt-get install texinfo
+
<p><b>Release Note</b>
$sudo apt-get install liblz4-tool
+
</p>
$sudo apt-get install genext2fs
+
</td>
$sudo apt-get install time
+
<td>
</syntaxhighlight>
+
<p><b>Binary OS Image Name</b>
== <span style="color:#0070c0">Build U-boot</span> ==
+
</p>
 
+
</td></tr>
 
+
<tr>
<syntaxhighlight lang="bash">$cd u-boot/
+
<td>
$./make.sh evb-rk3399
+
<p>DIV10034
</syntaxhighlight>
+
</p>
== <span style="color:#0070c0">Build Kernel</span> ==
+
</td>
 
+
<td>
 
+
<p>ROM-5780
<syntaxhighlight lang="bash">$cd kernel
+
</p>
$make ARCH=arm64 rockchip_ds100_defconfig
+
</td>
$make ARCH=arm64 rk3399-ds100.img -j8
+
<td>
</syntaxhighlight>
+
<p>2021-01-22
== <span style="color:#0070c0">Build Recovery</span> ==
+
</p>
 
+
</td>
<syntaxhighlight lang="bash">$./build.sh recovery
+
<td>
</syntaxhighlight>In /output/rockchip_rk3399_recovery/images create recovery.img
+
<p>MP
 
+
</p>
== <span style="color:#0070c0">Build Buildroot rootfs</span> ==
+
</td>
 
+
<td>
<syntaxhighlight lang="bash">$./build.sh rootfs
+
<p>Release Note
</syntaxhighlight>
+
</p>
 
+
</td>
== <span style="color:#0070c0">Build Rootfs</span> ==
+
<td>
 
+
<p>ROM5780A3AIM20DIV10034_2021-01-22.img.tgz
=== <span style="color:#0070c0">Building base debian system by ubuntu-build-service from linaro</span> ===
+
</p>
 
+
</td></tr></table>
 
 
<syntaxhighlight lang="bash">$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
 
$RELEASE=stretch TARGET=desktop ARCH=arm64 ./mk-base-debian.sh
 
</syntaxhighlight>In rootfs creat linaro-stretch-alip-xxxxx-1.tar.gz
 
=== <span style="color:#0070c0">Building rk-debian rootfs</span> ===
 
 
 
 
 
<syntaxhighlight lang="bash">$VERSION=debug ARCH=arm64 ./mk-rootfs-stretch-arm64.sh
 
</syntaxhighlight>
 
 
 
=== <span style="color:#0070c0">Creating the ext4 image(</span> ===
 
 
 
 
 
<syntaxhighlight lang="bash">$./mk-image.sh
 
</syntaxhighlight> check All Debian Image in rockimg folder
 

Revision as of 05:17, 12 May 2022

<a href="https://pan.baidu.com/s/1A-mCjZlpLuDXEBWsZW8ZOA" alt="https://pan.baidu.com/s/1A-mCjZlpLuDXEBWsZW8ZOA" title="https://pan.baidu.com/s/1A-mCjZlpLuDXEBWsZW8ZOA">Baidu link for Debian9</a> 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