From c650ed694f855f87eb4a37f53d76859bedea92f7 Mon Sep 17 00:00:00 2001 From: Sander Hollaar Date: Tue, 24 Sep 2024 20:00:53 +0200 Subject: [PATCH 1/2] doc: update Install required packages for Debian In Debian Trixie this fixes: `/bin/sh: 1: python: not found` and `sh: 1: dtc: not found` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b9752b..b4f9abdc 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ The firmware can only be built on Linux currently. For Windows use WSL. For Ubuntu/Debian: ```bash - sudo apt install git gcc g++ build-essential gcc-aarch64-linux-gnu iasl python3-pyelftools uuid-dev + sudo apt install git gcc g++ build-essential gcc-aarch64-linux-gnu iasl python3-pyelftools uuid-dev python-is-python3 device-tree-compiler ``` For Arch Linux: ```bash From 8dde0b15013550787ff9b9ee1b2480f59a2055f9 Mon Sep 17 00:00:00 2001 From: sander <64062672+sanderhollaar@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:56:45 +0200 Subject: [PATCH 2/2] fix: Note, selecting 'acpica-tools' instead of 'iasl' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f9abdc..49edc634 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ The firmware can only be built on Linux currently. For Windows use WSL. For Ubuntu/Debian: ```bash - sudo apt install git gcc g++ build-essential gcc-aarch64-linux-gnu iasl python3-pyelftools uuid-dev python-is-python3 device-tree-compiler + sudo apt install git gcc g++ build-essential gcc-aarch64-linux-gnu acpica-tools python3-pyelftools uuid-dev python-is-python3 device-tree-compiler ``` For Arch Linux: ```bash