diff --git a/README.md b/README.md index 68379e5..e876ce9 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).