Skip to content

Commit

Permalink
Merge pull request #3 from wdconinc/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
brendanvanbreda committed Feb 27, 2018
2 parents 5a0e738 + fc3e891 commit 392a1c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ Microsoft Windows Tool for Flashing ☒CC01 and ☒CR03 using ☒IP01
### USB Driver
If you have issues with USB drivers for the **☒IP01**, then go here [☒IP01](https://github.com/xinabox/xIP01), and install the driver from the `drivers` folder.

### Flashing on Non-Windows Operating Systems
These instructions are provided AS IS. If you encounter difficulty, use the instructions above before reporting an issue.
1. You will need to install the [`avrdude`](http://savannah.nongnu.org/projects/avrdude) command. On several linux systems this is provided as a package through your package manager (e.g. `sudo apt install avrdude`).
1. Execute the following command if **☒IP01** is connected at `/dev/ttyUSB0`:
```avrdude -p m328p -b 57600 -P /dev/ttyUSB0 -c stk500v1 -U flash:w:CR03_BootCamp_Firmware_V1.200_20170812.hex```

# License
See the [LICENSE](/LICENSE) "MIT License” file for license rights and limitations (MIT).

0 comments on commit 392a1c2

Please sign in to comment.