Browse Source

ubuntu.sh: No automatic removal of modemmanager

sbg
Hamish Willee 5 years ago committed by Lorenz Meier
parent
commit
95779ea670
  1. 3
      Tools/setup/ubuntu.sh

3
Tools/setup/ubuntu.sh

@ -136,9 +136,6 @@ if [[ $INSTALL_NUTTX == "true" ]]; then @@ -136,9 +136,6 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
sudo usermod -a -G dialout $USER
fi
# Remove modem manager (interferes with PX4 serial port/USB serial usage).
sudo apt-get remove modemmanager -y
# arm-none-eabi-gcc
NUTTX_GCC_VERSION="7-2017-q4-major"

Loading…
Cancel
Save