mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 13:50:36 +08:00
Linux: Installing vcan/slcan init scripts
This commit is contained in:
@@ -11,6 +11,13 @@ project(libuavcan_linux)
|
||||
#
|
||||
install(DIRECTORY include/uavcan_linux DESTINATION include)
|
||||
|
||||
#
|
||||
# Scripts
|
||||
#
|
||||
install(DIRECTORY scripts/
|
||||
USE_SOURCE_PERMISSIONS
|
||||
DESTINATION bin)
|
||||
|
||||
#
|
||||
# System dependecies
|
||||
#
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ Options:
|
||||
8 - 1 Mbps (UAVCAN recommended, default)
|
||||
|
||||
Example:
|
||||
$0 /dev/ttyUSB3 /dev/ttyUSB0 -s4 /dev/ttyACM0
|
||||
`basename $0` /dev/ttyUSB3 /dev/ttyUSB0 -s4 /dev/ttyACM0
|
||||
The example above initializes:
|
||||
/dev/ttyUSB3 --> slcan0 @ 1Mbps
|
||||
/dev/ttyUSB0 --> slcan1 @ 1Mbps
|
||||
Reference in New Issue
Block a user