Skip to content

Commit

Permalink
add dosfstools to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Nov 5, 2024
1 parent 42016e6 commit 95be13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/setup_linux_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git submodule update --init
sudo apt-get update

# install dependencies
sudo apt-get install -y build-essential gcc gdb gcc-multilib g++-multilib make openjdk-8-jdk-headless mtools zip xxd libncurses5 libncursesw5
sudo apt-get install -y build-essential gcc gdb gcc-multilib g++-multilib make openjdk-8-jdk-headless mtools zip xxd libncurses5 libncursesw5 dosfstools

# Allow the current user to use serial ports
sudo usermod -a -G dialout $USER
Expand Down

0 comments on commit 95be13c

Please sign in to comment.