Fix formatting issues

This commit is contained in:
Lukas Schmid 2024-10-16 12:01:25 +02:00
parent 3133d3fc47
commit 757814d9f6

View File

@ -5,8 +5,10 @@ In this section, we'll guide you through the process of cloning the Git reposito
## Prerequisites
Before proceeding, ensure that you have:
- A computer running a Debian-based distribution or Windows Subsystem for Linux 2 (WSL2) with a Debian-based distro.
- Installed the following packages using apt:
```shell
sudo apt update
sudo apt install -y sed make binutils build-essential diffutils gcc g++ bash patch gzip bzip2 perl tar cpio unzip rsync file bc findutils wget git
@ -60,4 +62,4 @@ make menuconfig
3. After making changes, save the configuration and run `make` again to create a new "sdcard.img".
## Conclusion
Congratulations! You have successfully cloned the Buildroot repository, configured your first build for the Kumquat board, and created a custom Linux image. Feel free to explore further customization options using Buildroot's documentation available at [Buildroot Manual](https://buildroot.org/downloads/manual/manual.html).
Congratulations! You have successfully cloned the Buildroot repository, configured your first build for the Kumquat board, and created a custom Linux image. Feel free to explore further customization options using Buildroot's documentation available at [Buildroot Manual](https://buildroot.org/downloads/manual/manual.html).