From 6759a08646e67e8848641fb106837e911e497681 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 3 Sep 2025 17:23:52 -0500 Subject: [PATCH] readme: add device-tree-compiler Signed-off-by: Robert Nelson --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c2b6a8d..4b603ba 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ Daily CI Builds: https://gitlab.com/beagle-rootfs/beaglev-fire-ubuntu ``` sudo apt update ;\ -sudo apt-get install -y bison bmap-tools ccache dosfstools flex libelf-dev libssl-dev libyaml-dev mtools +sudo apt-get install -y bison bmap-tools ccache device-tree-compiler dosfstools flex libelf-dev libssl-dev libyaml-dev mtools ``` ```