修改Html
This commit is contained in:
@@ -144,10 +144,14 @@
|
|||||||
<p>Linux Kernel: <a href="https://github.com/niuyuling/linux" target="_blank">https://github.com/niuyuling/linux</a></p>
|
<p>Linux Kernel: <a href="https://github.com/niuyuling/linux" target="_blank">https://github.com/niuyuling/linux</a></p>
|
||||||
<p>U-BOOT: <a href="https://github.com/niuyuling/u-boot" target="_blank">https://github.com/niuyuling/u-boot</a></p>
|
<p>U-BOOT: <a href="https://github.com/niuyuling/u-boot" target="_blank">https://github.com/niuyuling/u-boot</a></p>
|
||||||
<pre><code class="bash">
|
<pre><code class="bash">
|
||||||
|
cd ~
|
||||||
apt-get -y install git wget
|
apt-get -y install git wget
|
||||||
git clone --depth=1 --branch=main https://github.com/armbian/build
|
|
||||||
wget https://git.aixiao.me/aixiao/Blueberry/raw/branch/master/SF/ArmDebian/blueberry.patch
|
wget https://git.aixiao.me/aixiao/Blueberry/raw/branch/master/SF/ArmDebian/blueberry.patch
|
||||||
|
|
||||||
|
git clone https://github.com/armbian/build
|
||||||
cd build
|
cd build
|
||||||
|
git checkout 901922671e845808abaebbd33d407339174df9d7
|
||||||
|
|
||||||
git apply ../blueberry.patch # 打补丁
|
git apply ../blueberry.patch # 打补丁
|
||||||
./compile.sh build BOARD=blueberry BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=bookworm
|
./compile.sh build BOARD=blueberry BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=bookworm
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user