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:
13
README.md
13
README.md
@@ -2,10 +2,11 @@
|
||||
<a href="#build-framework">
|
||||
<img src=".github/armbian-logo.png" alt="Armbian logo" width="144">
|
||||
</a><br>
|
||||
<strong>Armbian Linux Build Framework</strong><br><h3>
|
||||
$${\color{black}NEXT\space \color{red}gen}$$
|
||||
</h3>
|
||||
|
||||
<strong>Armbian Linux Build Framework</strong><br>
|
||||
<br>
|
||||
<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
|
||||
|
||||
- [What does this project do?](#what-does-this-project-do)
|
||||
@@ -58,13 +59,13 @@ Show work-in-progress areas in interactive mode:
|
||||
./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
|
||||
./compile.sh \
|
||||
BOARD=orangepizero \
|
||||
BRANCH=current \
|
||||
RELEASE=focal \
|
||||
RELEASE=jammy \
|
||||
BUILD_MINIMAL=yes \
|
||||
BUILD_DESKTOP=no \
|
||||
KERNEL_CONFIGURE=no \
|
||||
|
||||
Reference in New Issue
Block a user