Author Topic: AxonII programmer tool , not FBOOT?  (Read 1656 times)

0 Members and 1 Guest are viewing this topic.

Offline speanutTopic starter

  • Beginner
  • *
  • Posts: 2
  • Helpful? 0
AxonII programmer tool , not FBOOT?
« on: September 29, 2010, 11:15:47 PM »
Hi,   

I just notice that FBOOT is not a option for my vista 64bit box.   
I've searched forum but I can't figure out how I can program.

I have a tiny usb pololu programmer for baby orangutan.

Can I use this programmer for axionII ?    AVR studio doesn't list atmega640 device
and I have no idea what to do. -.-

Does anybody use this programmer to use with axonII ?

Offline knossos

  • Robot Overlord
  • ****
  • Posts: 278
  • Helpful? 14
Re: AxonII programmer tool , not FBOOT?
« Reply #1 on: September 30, 2010, 03:31:44 PM »
Another possibility:  Get a distribution of Linux that can boot off of CD (leaving your harddrive and Vista 64 untouched) and see this FAQ for Linux bootloading.
« Last Edit: September 30, 2010, 06:30:02 PM by knossos »
"Never regret thy fall,
O Icarus of the fearless flight
For the greatest tragedy of them all
Is never to feel the burning light."
 
— Oscar Wilde

Offline speanutTopic starter

  • Beginner
  • *
  • Posts: 2
  • Helpful? 0
Re: AxonII programmer tool , not FBOOT?
« Reply #2 on: October 01, 2010, 12:39:59 AM »
Hi,

I've successfully flash axon_tst.hex with avrdude on my vista 64bit PC.

My programmer is  http://www.pololu.com/catalog/product/1300 

and the command I'm using is

c:\>avrdude -c avrisp2 -p m640 -P COM4 -U flash:w:axon_tst.hex

It was super-fast I think.  Does anyone know how to make shortkey to do this command in winavr-
programmer note pad ?   - I do not know how to make file selection dialog pop up.