Don't ad-block us - support your favorite websites. We have safe, unobstrusive, robotics related ads that you actually want to see - see here for more.
0 Members and 1 Guest are viewing this topic.
Personally, I'd upgrade back to XP 32-bit version Or at least to 32 bit Windows 7. . . there isn't any reason to have more than 32 bit unless you feel 4GB of RAM isn't enough for your PC . . . and quite a lot of software out there isn't 64-bit compatible . . .That said, no bootloader user has found a 64-bit workaround to my knowledge (someone please chime in if you have).Two other solutions: use a virtual machine with 32-bit, or use a hardware programmer.The cheapest full-featured programmer I know of:http://www.pololu.com/catalog/product/1300(I haven't used it myself, but other SoR members recommended it)
hey Admin,do you have the source code for the windows bootloader program?i'm sure if you ask someone on the forum can build a 64bit windows version if you do.(not me. i got no windows.)
Madsci told me that I should install XP in a virtual machine, using VMware. I did that and it works perfectly.
We just have to modify the Arduino bootloader from the Atmega328 to the Atmega644P.
GabrielThis is the same bootloader that will be in the new Arduino board that will be released tomorrow at Maker fair in NYCrefer to http://www.arduino-avr.com/you need BOOTRST enabled and 4K word (8k bytes) bootloader size enabledit is stk500v2 so you need to add this to your boards.txt file IMPORTANT NOTE: THESE FUSE BYTES ARE PROBABLY WRONG. DO NOT USE ARDUINO TO BURN THE BOOTLOADER WITHOUT VERIFYING WHAT THEY SHOULD BEI will not be reading email tomorrow so if you have problems, I probably wont respond until Sunday night.Mark##############################################################mega640.name=Axon (ATmega640)mega640.upload.protocol=stk500v2mega640.upload.maximum_size=28672mega640.upload.speed=115200mega640.bootloader.low_fuses=0xFFmega640.bootloader.high_fuses=0xDAmega640.bootloader.extended_fuses=0x05mega640.bootloader.path=atmegamega640.bootloader.file=stk500boot_v2_axonuart1.hexmega640.bootloader.unlock_bits=0x3Fmega640.bootloader.lock_bits=0x0Fmega640.build.mcu=atmega640mega640.build.f_cpu=16000000Lmega640.build.core=arduino
#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)
|| defined(__AVR_ATmega640__)
FBOOT just needs to be recompiled to run on 64-bit systems, no?
Quote from: Admin on January 17, 2011, 02:26:34 PMFBOOT just needs to be recompiled to run on 64-bit systems, no?Even for 32 bit would be ok, it's currently 16 right now. I remember googling many pages where people were asking for a 64bit compatible version on AVR freaks and the like. This isn't a new problem.
Hi madsci1016,I'm using fboot on Windows 7 32 bit, with no problems I did have to use the compatibility wizard, though.