From fc3e8914a1dc71fb3834ad3127d5eba4fb863921 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Mon, 6 Nov 2017 21:25:32 +0100 Subject: [PATCH] Update README.md Instructions for non-windows operating systems using `avrdude`. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 94af854..1d26b84 100644 --- a/README.md +++ b/README.md @@ -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).