diff --git a/docs/02_buildroot-setup.md b/docs/02_buildroot-setup.md index 6f3b6d2..77c3c11 100644 --- a/docs/02_buildroot-setup.md +++ b/docs/02_buildroot-setup.md @@ -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). \ No newline at end of file +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).