Added linux udev info to Doc/DoxygenPages/GettingStarted.txt

Info on how to install Drivers/98-ChameleonMini.rules under linux.
This commit is contained in:
Karl Lensson
2016-10-21 13:49:16 +11:00
parent 642bf1b389
commit 369ecff322
+5
View File
@@ -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`.
*