Tried following instructions on Ubuntu 14.04. Unable to connect, unable to update firmware. Port appears as ttyACM0 in group dialout.
Went into Windows 7. Followed instructions. Had to find driver in arduino distribution file structure (wasn't in tools directory as per docs). Updated drivers for Gadget Serial device. Still no dice. Ah! Now we have two serial ports - chose the other one. Now can upgrade firmware.
Suggests that I need to go back into Linux and sort out a driver issue?
------------
No - on Windows 7, still cannot upload Blink!
Moving downloaded file to /sketch/sketch.elf on target
echo "Moving downloaded file to /sketch/sketch.elf on target"
#$fixed_path/lsz.exe --escape -c "cp sketch /sketch/sketch.elf" <> $tty_port_id 1>&0
$fixed_path/lsz.exe --escape -c "mv $target_download_name /sketch/sketch.elf; chmod +x /sketch/sketch.elf" <> $tty_port_id 1>&0
rzRetry 0: Got ZNAK
Retry 0: Got ZNAK
Retry 0: Got ZNAK
Retry 0: Got ZNAK
Retry 0: Got ZNAK
Retry 0: Got ZNAK
Transfer incomplete
Hmm. Ah, ok - seems the IDE forgot the correct serial port; verified in Device Driver and set in Arduino IDE accordingly. Have now uploaded Blink example. It's not fucking blinking though. Hang on... change board type to Galileo instead of Galileo Gen 2... and we're away! Woo hoo... have a drink to celebrate!
Blinky blinky blinky blinky
Tuesday, 30 September 2014
Subscribe to:
Posts (Atom)