I'm attempting to burn a new bootloader to the Arduino dock via the instructions here: https://wiki.onion.io/Tutorials/Arduino-Dock/Initial-Setup
It would be great to update the tutorial to clarify booting the Omega first before wiring things up.
My Omega is running 0.0.6 b266. In multiple re-wirings, trying different sequences, I have noticed that the LED on the A-dock stops blinking when I connect the A-dock 13 pin to the Expansion Dock pin 6.
I've double checked the pins and confirmed all the wires work. Here's what I'm seeing when I attempt to flash the bootloader:
sh /usr/bin/arduino-dock flash bootloader
Flashing bootloader...
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
Done
=============
If I can get accurate information, I'd be happy to help clarify the documentation, if that is an option.