You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-31Lines changed: 28 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,14 @@
17
17
18
18
## Getting started
19
19
20
-
### Basic requirements
20
+
### Requirements
21
21
22
-
- x86_64 or aarch64 machine with at least 2GB of memory and ~35GB of disk space for a virtual machine, [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install), container or bare metal installation
23
-
- Ubuntu Jammy 22.04.x amd64 or aarch64 for native building or any Docker capable amd64 / aarch64 Linux for containerised
22
+
- x86_64 / aarch64 machine
23
+
- at least 2GB of memory and ~35GB of disk space for VM, container or bare metal installation
24
+
- Ubuntu Jammy 22.04.x for native building or any Docker capable Linux for containerised
25
+
- Windows 10/11 with WSL2 subsystem running Ubuntu Jammy 22.04.x
24
26
- Superuser rights (configured sudo or root access).
25
-
- Make sure all your system components are up-to-date. Outdated Docker binaries, for example, can cause trouble.
27
+
- Make sure your system is up-to-date! Outdated Docker binaries, for example, can cause trouble.
26
28
27
29
### Start with the build script
28
30
@@ -59,11 +61,11 @@ Show work-in-progress areas in interactive mode:
59
61
./compile.sh EXPERT="yes"
60
62
```
61
63
62
-
Build minimal CLI Armbian Jammy image for Orangepi Zero. Use `current`kernel and write image to the SD card:
64
+
Build minimal CLI Armbian Jammy for Raspberry Pi 4B with LTS kernel and write image directly to the SD card:
63
65
64
66
```bash
65
67
./compile.sh \
66
-
BOARD=orangepizero \
68
+
BOARD=rpi4b \
67
69
BRANCH=current \
68
70
RELEASE=jammy \
69
71
BUILD_MINIMAL=yes \
@@ -74,15 +76,20 @@ CARD_DEVICE="/dev/sdX"
74
76
75
77
More information:
76
78
77
-
-[Building Armbian](https://docs.armbian.com/Developer-Guide_Build-Preparation/)— how to start, how to automate;
78
-
-[Build options](https://docs.armbian.com/Developer-Guide_Build-Options/)— all build options;
79
-
-[User configuration](https://docs.armbian.com/Developer-Guide_User-Configurations/)— how to add packages, patches, and override sources config;
79
+
-[Building Armbian](https://docs.armbian.com/Developer-Guide_Build-Preparation/)(how to start, how to automate)
Please review the [Board Maintainers Procedures and Guidelines](https://docs.armbian.com/Board_Maintainers_Procedures_and_Guidelines/) and [apply](https://forum.armbian.com/staffapplications/application/8-single-board-computer-maintainer/) !
192
+
### Want to help?
196
193
197
-
### Want to become a developer?
194
+
We always need those volunteering positions:
198
195
199
-
To help with development, review [this document](CONTRIBUTING.md) and move straight to the code:
- ticket dashboard for [junior](https://armbian.atlassian.net/jira/dashboards/10000) and [seniors](https://armbian.atlassian.net/jira/dashboards/10103) developers
200
+
Just apply and follow!
204
201
205
202
## Support
206
203
@@ -216,9 +213,9 @@ Free support:
216
213
## Contact
217
214
218
215
-[Forums](https://forum.armbian.com) for Participate in Armbian
- Follow [@armbian](https://twitter.com/armbian) on X (formerly known as Twitter), [Fosstodon](https://fosstodon.org/@armbian) or [LinkedIn](https://www.linkedin.com/company/armbian).
218
+
- Follow [@armbian](https://twitter.com/armbian) on 𝕏 (formerly known as Twitter), [Fosstodon](https://fosstodon.org/@armbian) or [LinkedIn](https://www.linkedin.com/company/armbian).
0 commit comments