Hello everyone
I have some question about the arduino atmega1280 board.
which software and which hardware must i use for to erase and upload a new bootloader because i want to use the board for PSGrade and PSGroove and i have the two .hex but i don't know how to load it.
You should probably be aware that loading a hex file and loading a boot-loader are not the same thing.
If you enable Verbose output in the preferences.txt file, or hold down the shift key while uploading a sketch to the board, you can see the commands used to upload the sketch.
Using a command window, you should be able to upload a different hex file the same way.
Not both of them at the same time, though.
How is it that you have hex files for a 2560 but not the source sketch?
If you enable Verbose output in the preferences.txt file, or hold down the shift key while uploading a sketch to the board, you can see the commands used to upload the sketch.
I don't understand the question either. If you are asking if you can load any old hex file to the Atmega1280, the answer is no. The hex file has to have been built FOR the Atmega1280.
It's time to stop with the vague questions, and explain what hex file(s) you want to upload to the Mega, where they came from, and why you don't have the source for the hex file.
OK yet i download the source the Entire source (makefiles and the others things) which file must i open with arduino ? (please can you download and see the source)
and for avrdude i tested without programmer he didn't want to upload the hex.
Thank you for your answers without you i will stay without solution.