C:\flash_tinyg>avrdude -p x192a3 -c avr109 -b 115200 -P COM4 -e -U flash:w:tinyg
-master-440.16.hex
Connecting to programmer: .
Found programmer: Id = “XBoot++”; type = S
Software Version = 1.7; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=512 bytes.
Programmer supports the following devices:
Device code: 0x7b
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% -0.00s
avrdude: Device signature = 0x1e9744
avrdude: erasing chip
avrdude: reading input file “tinyg-master-440.16.hex”
avrdude: input file tinyg-master-440.16.hex auto detected as Intel Hex
avrdude: writing flash (119014 bytes):
Writing | ################################################## | 100% 18.63s
avrdude: 119014 bytes of flash written
avrdude: verifying flash memory against tinyg-master-440.16.hex:
avrdude: load data flash data from input file tinyg-master-440.16.hex:
avrdude: input file tinyg-master-440.16.hex auto detected as Intel Hex
avrdude: input file tinyg-master-440.16.hex contains 119014 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 17.75s
avrdude: verifying …
avrdude: 119014 bytes of flash verified
avrdude done. Thank you.
--------------
Got it now. Yeah I missed the step about putting the tinyg in bootloader mode or how to. I don't think that's outlined in the synthetos wiki or some of the other walkthroughs. But I'm a notorious skimmer so I could be wrong.
Firmware updated!
--
You received this message because you are subscribed to a topic in the Google Groups "TinyG Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/devTinyG/B9xSJaupzNQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to devTinyG+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+u...@googlegroups.com.
UPDATED FOR 440.18: A quick version of avrdude method for Windows users - tinyG firmware downloadOther recipients: cmcgra...@comcast.net
New versions of tinyG Master and Edge have been posted as of August 2, 2015.
Master is the more stable branch, with minor on-going tweaks and refinements to arc handling.
Edge is w.i.p. backporting some tinyG2 features to tinyG. Considered edgy at this stage
I modified the procedure below to pull in the new files.REMINDER - BACK UP YOUR PARAMETERS, the UPGRADE WILL RESET THEM.This quick How-to is based on https://github.com/synthetos/TinyG/wiki/TinyG-Updating-FirmwareIt uses one of the described methods and a quick directory structure.
- Using Windows Explorer, create a directory "flash_tinyg"
- Download file https://github.com/synthetos/arduino-flash-tools/blob/master/tools_windows/avrdude/bin/avrdude.exe
- Download file https://github.com/synthetos/arduino-flash-tools/blob/master/tools_windows/avrdude/bin/libusb0.dll
- Download file https://dl.dropboxusercontent.com/u/50261731/avrdude.conf?dl=1
--
You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+u...@googlegroups.com.
- ?
- Done
- Done
- Done
- Done
- (Moved these four files to FOLDER? "flash_tinyg" created in my downloads folder)
- Done
- (Opened Command Prompt app and navigated to flash_tinyG FOLDER?)
- UNDERSTAND
- UNDERSTAND
--
You received this message because you are subscribed to a topic in the Google Groups "TinyG Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/devTinyG/B9xSJaupzNQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to devTinyG+u...@googlegroups.com.
(I copied and saved content of
https://dl.dropboxusercontent.com/u/50261731/avrdude.conf
to my flash_tinyg folder as a text file.)
edited command for COM3:
avrdude -p x192a3 -c avr109 -b 115200 -P COM3 -e -U flash:w:tinyg-master-440.18.hex
Hi Carl, thanks for your reply to my post https://www.synthetos.com/topics/need-help-tinyg-stopped-working/
I added that config file and started process here is what happened ;
C:\Users\namara\Downloads\flash_tinyg>avrdude -p x192a3 -c avr109 -b 115200 -P COM5 -e -U flash:w:tinyg-master-440.18.hex
Connecting to programmer: .Found programmer: Id = "XBoot++"; type = SSoftware Version = 1.7; No Hardware Version given.Programmer supports auto addr increment.Programmer supports buffered memory access with buffersize=512 bytes.Programmer supports the following devices:Device code: 0x7bavrdude: AVR device initialized and ready to accept instructionsReading | ################################################## | 100% 0.02savrdude: Device signature = 0x1e9744avrdude: erasing chipavrdude: reading input file "tinyg-master-440.18.hex"avrdude: input file tinyg-master-440.18.hex auto detected as Intel Hexavrdude: writing flash (118196 bytes):Writing | | 0% 0.00savrdude:butterfly_recv(): programmer is not responding
avrdude: ser_open(): can't open device "\\.\COM5": Access is denied.
Yes, that is correct, with the board disconnected from laptop and powering the board off and on again it
--
You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+u...@googlegroups.com.