Skip to content

Commit

Permalink
Merge pull request emsec#49 from 0x715C/master
Browse files Browse the repository at this point in the history
Added linux udev info to Doc/DoxygenPages/GettingStarted.txt
  • Loading branch information
geo-rg authored Oct 24, 2016
2 parents 90c7559 + 369ecff commit 70587bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/DoxygenPages/GettingStarted.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
*
Expand Down

0 comments on commit 70587bc

Please sign in to comment.