Home \ Help \ Search \ Login \ Register RSS

Welcome, Guest. Please Login or Register

Wiring 1.0 _ALPHA_Wiring HardwareTroubleshooting › can Wiring re-config util from uisp to avrdude?

Page Index Toggle Pages: 1
can Wiring re-config util from uisp to avrdude? (Read 2408 times)
worapoht
YaBB Newbies
*
Offline



Posts: 20
Thailand
can Wiring re-config util from uisp to avrdude?
10/15/07 at 17:50:35
 
I'd build my own version of Wiring board, same as original but changed from FT232BM to FT232RL.
after burn the bootloader .hex file (from Barragán) into ATMega128 and config fuse the right value.. when I upload sketch on Wiring, but ony wierd result is

Atmel AVR ATmega128 is found.
Uploading: flash
Firmware Version: 1.15
Firmware Version: 1.15
Programmer is not responding.

and nothing programmed into board, then I try using the other stk500V2 compatible bootloader. it's working well on AVRStudio 4 with stable result connect / reconnect / verify , that's proved my board is ok.
and double check to use commandline software "avrdude" that's work fine too..

then this solution may be solve problem on Wiring too.. but Wiring using uisp utility and not support to stk500V2 protocol..
can Wiring software modified on upload utility from uisp to avrdude or not?

if interest, I can publish stk500v2 bootloader code to the forum Smiley
Back to top
 
WWW  
IP Logged
 
barragan
YaBB Administrator
*****
Offline



Posts: 728
Re: can Wiring re-config util from uisp to avrdude
Reply #1 - 10/15/07 at 23:23:49
 
hi, yes it will include the avrdude utility with release 0014, I am preparing the changes. Yes definitely, share the bootloader, that would be a great contribution to the project.
Back to top
 
WWW  
IP Logged
 
worapoht
YaBB Newbies
*
Offline



Posts: 20
Thailand
Re: can Wiring re-config util from uisp to avrdude
Reply #2 - 10/16/07 at 23:19:09
 
hi, Barragan
that's great Wink I'd put the bootloader on my webpage here..
http://www.avride.com/article/wiring
both compiled .hex and source file , compiled with WINAVR 20060421

Wiring, I'd like it.
Smiley K. Worapoht
Back to top
 
WWW  
IP Logged
 
barragan
YaBB Administrator
*****
Offline



Posts: 728
Re: can Wiring re-config util from uisp to avrdude
Reply #3 - 10/17/07 at 03:15:55
 
hi, cool, the link is broken. Smiley
Back to top
 
WWW  
IP Logged
 
worapoht
YaBB Newbies
*
Offline



Posts: 20
Thailand
Re: can Wiring re-config util from uisp to avrdude
Reply #4 - 10/17/07 at 10:08:14
 
barragan wrote on 10/17/07 at 03:15:55:
hi, cool, the link is broken. Smiley


Oops! sorry, source filename was mismatch..
now I'd fix it already..
Cool
Back to top
 
WWW  
IP Logged
 
worapoht
YaBB Newbies
*
Offline



Posts: 20
Thailand
Re: can Wiring re-config util from uisp to avrdude
Reply #5 - 12/28/07 at 18:41:27
 
hi, all

I'd update bootloader for work with Wiring board and AVRDUDE. it's STK500V2 compatible and may support on next release of Wiring software.

you can download from here if interest..

http://www.avride.com/article/wiring

getting work like this

C:\avrdude>avrdude -c stk500V2 -p m128 -P com5 -b 115200 -F -U flash:w:test.hex
-u -q -D

avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x1e9702
avrdude: reading input file "test.hex"
avrdude: input file test.hex auto detected as Intel Hex
avrdude: writing flash (9536 bytes):
avrdude: 9536 bytes of flash written
avrdude: verifying flash memory against test.hex:
avrdude: load data flash data from input file test.hex:
avrdude: input file test.hex auto detected as Intel Hex
avrdude: input file test.hex contains 9536 bytes
avrdude: reading on-chip flash data:
avrdude: verifying ...
avrdude: 9536 bytes of flash verified

avrdude done.  Thank you.

Back to top
 
WWW  
IP Logged
 
Page Index Toggle Pages: 1