- Connect to the vehicle using:
mavproxy.py --master=127.0.0.1:14550
- Load the module using:
module load log
- Display help screen:
log help
- List on-board data flash logs:
log list
- Download logs:
log download X Y
whereX
is the log index andY
is the filename to be saved as *.bin. - Erase on-board logs:
log erase
- Resume log downloading:
log resume
- Show log download status:
log status
- Abort downloading logs:
log cancel