From f1cc8b4f425ca6982fab8e95f25d4e787e404c2b Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Tue, 5 Nov 2024 22:07:36 +0000 Subject: [PATCH] setup script comments --- firmware/setup_linux_environment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/setup_linux_environment.sh b/firmware/setup_linux_environment.sh index 3555c05426..eefa494469 100755 --- a/firmware/setup_linux_environment.sh +++ b/firmware/setup_linux_environment.sh @@ -10,10 +10,10 @@ # - `gcc`, `gdb`, `gcc-multilib`, `g++-multilib`: Native compilers for your PC, used for unit tests and simulator. # - `make`: GNU Make, build tool that orchestrates the correct build steps. # - `openjdk-8-jdk-headless`: Java compiler for FOME console and code generation tools. -# - `mtools`, `zip`, `xxd`: Used to generate the on-ECU filesystem that stores the matching ini file. +# - `mtools`, `zip`, `xxd`, `dosfstools`: Used to generate the on-ECU filesystem that stores the matching ini file. # -# This script will download and install all dependencies require to develop rusEFI on Linux. +# This script will download and install all dependencies require to develop FOME on Linux. # After running this script, executing `make` in the firmware folder is expected to produce a functional firmware binary. # Ensure submodules got cloned