From 369ecff322931ab70dc7ef555d30b5ff9c62a40c Mon Sep 17 00:00:00 2001 From: Karl Lensson Date: Fri, 21 Oct 2016 13:49:16 +1100 Subject: [PATCH] Added linux udev info to Doc/DoxygenPages/GettingStarted.txt Info on how to install Drivers/98-ChameleonMini.rules under linux. --- Doc/DoxygenPages/GettingStarted.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/DoxygenPages/GettingStarted.txt b/Doc/DoxygenPages/GettingStarted.txt index 95b62e7..6f26b00 100644 --- a/Doc/DoxygenPages/GettingStarted.txt +++ b/Doc/DoxygenPages/GettingStarted.txt @@ -28,6 +28,11 @@ * * \note If you are using Ubuntu 14.04, avrdude may not support flip2. In this case, you can run `add-apt-repository ppa:pmjdebruijn/avrdude-release`, then `apt-get update` and finally `apt-get install avrdude` to upgrade to a version of avrdude that supports flip2. * + * Optionally copy Drivers/98-ChameleonMini.rules to /etc/udev/rules.d/, to allow non-root users to open the chameleon serial port at /dev/chameleon. + * `sudo cp (Path to Chameleon Repo)/Drivers/98-ChameleonMini.rules /etc/udev/rules.d/` + * Remember to restart the udev daemon, or reboot to activate the rule. + * 'sudo udevadm control --reload' + * * ## Upgrade Procedure for Mac OS Users ## * When running [Homebrew](https://brew.sh) you can install avrdude with `brew install avrdude`. After this, change to the directory where you have saved the hex and eep files and run `sudo avrdude -c flip2 -p ATXMega128A4U -B 60 -P usb -U application:w:Chameleon-Mini.hex:i -U eeprom:w:Chameleon-Mini.eep:i`. *