Skip to content

Commit

Permalink
system-console: extend mavlink shell description
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Jan 5, 2017
1 parent ac61eca commit 0137131
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions advanced-system-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ nsh> free
For NuttX-based systems (Pixhawk, Pixracer, ...), the nsh console can also be
accessed via mavlink. This works via serial link or WiFi (UDP/TCP). Make sure
that QGC is not running, then start the shell with e.g.
`./Tools/mavlink_shell.py /dev/ttyACM0` (use `-h` to get a description of all
available arguments).
`./Tools/mavlink_shell.py /dev/ttyACM0` (in the Firmware source). Use `-h` to
get a description of all available arguments. You may first have to install the
dependencies with `sudo pip install pymavlink pyserial`.

# Snapdragon DSP Console
When you are connected to your Snapdragon board via usb you have access to the px4 shell on the posix side of things.
Expand Down

0 comments on commit 0137131

Please sign in to comment.