Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Drwatson setup instructions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Dec 14, 2015
1 parent db88b43 commit 238204d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tools/drwatson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ It requires Ubuntu-based system and Python 3.4+.

## Setup Drwatson

First make sure that all submodules are checked out: `git submodule update --init --recursive`.

Then execute the setup script as superuser, and you're ready to go:

```bash
sudo ./setup.sh
sudo ./drwatson_epm_v3.py can0
Expand All @@ -15,5 +19,6 @@ sudo ./drwatson_epm_v3.py can0
Drwatson can upload firmware automatically, but if you want to do it yourself, here's how:

```bash
cd drwatson
./lpc11c00_can_bootloader.py can0 firmware.bin
```
2 changes: 1 addition & 1 deletion tools/drwatson/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ fi

set -o xtrace

apt-get install -y python3 python3-pip
apt-get install -y python3 python3-pip can-utils

pip3 install colorama 'uavcan>=0.0.dev0'

0 comments on commit 238204d

Please sign in to comment.