Hex uploader for Sanguino (ATMega644p)

Does anyone know of a "one click" program to upload hex program into Sanguino (via FTDI) without Arduino IDE. Something like Xloader?

Arduino Builder.. Or Arduino Uploader.. Comes with all the build files too supposed to build a sketch and up-load it too, I've used it for loading hex files (Uploader) but not 'building' files. Was similar to X-Loader.. It works.

Doc

Docedison:
Arduino Builder.. Or Arduino Uploader.. Comes with all the build files too supposed to build a sketch and up-load it too, I've used it for loading hex files (Uploader) but not 'building' files. Was similar to X-Loader.. It works.

Doc

Are you sure they work with Sanguino/ATmega644p? I tried both and looks like they only support standard Uno/Mega,etc boards :frowning:

No and I apologize.. I didn't think Sanguino... I have though, heard of a loader... in one of the 1284 threads a 644 - Sanguino was discussed around the bootloader -oscillator setting threads but I didn't bookmark it.

Doc

Docedison:
No and I apologize.. I didn't think Sanguino... I have though, heard of a loader... in one of the 1284 threads a 644 - Sanguino was discussed around the bootloader -oscillator setting threads but I didn't bookmark it.

No problem :slight_smile:

Don't know if it works with Sanguino...

avrdude does just that! To any AVR you want. To make it single click, you can make a bat-file. you can find avrdude in arduino installation: \hardware\tools\avr\bin\avrdude.exe
GUI wrappers are also available, just google it.

VT:
avrdude does just that! To any AVR you want. To make it single click, you can make a bat-file. you can find avrdude in arduino installation: \hardware\tools\avr\bin\avrdude.exe
GUI wrappers are also available, just google it.

Thanks! I think I'll go that way! :slight_smile: