mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Remove broken graphics, small fixes (#5899)
This commit is contained in:
11
README.md
11
README.md
@@ -2,9 +2,10 @@
|
|||||||
<a href="#build-framework">
|
<a href="#build-framework">
|
||||||
<img src=".github/armbian-logo.png" alt="Armbian logo" width="144">
|
<img src=".github/armbian-logo.png" alt="Armbian logo" width="144">
|
||||||
</a><br>
|
</a><br>
|
||||||
<strong>Armbian Linux Build Framework</strong><br><h3>
|
<strong>Armbian Linux Build Framework</strong><br>
|
||||||
$${\color{black}NEXT\space \color{red}gen}$$
|
<br>
|
||||||
</h3>
|
<a href=https://github.com/armbian/os><img alt="Artifacts generation" src="https://img.shields.io/github/actions/workflow/status/armbian/os/complete-artifact-matrix-all.yml?logo=githubactions&label=Build&style=for-the-badge&branch=main&logoColor=white"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
@@ -58,13 +59,13 @@ Show work-in-progress areas in interactive mode:
|
|||||||
./compile.sh EXPERT="yes"
|
./compile.sh EXPERT="yes"
|
||||||
```
|
```
|
||||||
|
|
||||||
Build minimal CLI Armbian Focal image for Orangepi Zero. Use modern kernel and write image to the SD card:
|
Build minimal CLI Armbian Jammy image for Orangepi Zero. Use `current` kernel and write image to the SD card:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./compile.sh \
|
./compile.sh \
|
||||||
BOARD=orangepizero \
|
BOARD=orangepizero \
|
||||||
BRANCH=current \
|
BRANCH=current \
|
||||||
RELEASE=focal \
|
RELEASE=jammy \
|
||||||
BUILD_MINIMAL=yes \
|
BUILD_MINIMAL=yes \
|
||||||
BUILD_DESKTOP=no \
|
BUILD_DESKTOP=no \
|
||||||
KERNEL_CONFIGURE=no \
|
KERNEL_CONFIGURE=no \
|
||||||
|
|||||||
Reference in New Issue
Block a user