Skip to content

Instantly share code, notes, and snippets.

@GuySawyer
Last active April 17, 2018 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GuySawyer/b6c5e0181ba406267131c3dc04b40cfe to your computer and use it in GitHub Desktop.
Save GuySawyer/b6c5e0181ba406267131c3dc04b40cfe to your computer and use it in GitHub Desktop.
Running document of issues and solution using the Omega 2+
Flashing Atmega from Arduino IDE over wifi
Error:
$ Can't export GPIO 19, already exported/busy?: Invalid argument
$ avrdude done. Thank you.
Solution:
Avrdude v6.3-1 on the Omega has known issues.
Use Avrdude v6.1-1 instead
$ opkg remove arduino-dock
$ opkg remove arduino-dock-2
$ opkg remove avrdude
$ wget http://repo.onion.io/omega2/packages/onion/avrdude_6.1-1_mipsel_24kc.ipk
$ opkg install avrdude_6.1-1_mipsel_24kc.ipk
$ opkg install arduino-dock-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment