mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
ubuntu.sh - remove modemmanager
This commit is contained in:
committed by
Daniel Agar
parent
5507f14bb2
commit
0c0b261ff2
@@ -149,6 +149,8 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
|
|||||||
# add user to dialout group (serial port access)
|
# add user to dialout group (serial port access)
|
||||||
sudo usermod -a -G dialout $USER
|
sudo usermod -a -G dialout $USER
|
||||||
|
|
||||||
|
# Remove modem manager (interferes with PX4 serial port/USB serial usage).
|
||||||
|
sudo apt-get remove modemmanager -y
|
||||||
|
|
||||||
# arm-none-eabi-gcc
|
# arm-none-eabi-gcc
|
||||||
NUTTX_GCC_VERSION="7-2017-q4-major"
|
NUTTX_GCC_VERSION="7-2017-q4-major"
|
||||||
|
|||||||
Reference in New Issue
Block a user