thseiler / embedded

some open source embedded stuff
130 stars 50 forks source link

Question about Mega 2560 #4

Open mzartmann opened 11 years ago

mzartmann commented 11 years ago

Hi Thomas, i look very interesting of your bootloader but i see you have a todo for the ATMega 2560. I want to use the Bootloader for a ATMega 2560 what is the todo for the 2560? Is it only the Pin settings for the SD Card or another stuff todo?

Thanks for make your project public!

Matthias

mrjonny2 commented 11 years ago

I am trying to port it at the moment and not having much success. It is currently hanging on the SPI initialise command.

Jonny Flowers

On 2 Apr 2013, at 12:50, mzartmann notifications@github.com wrote:

Hi Thomas, i look very interesting of your bootloader but i see you have a Todo for the ATMega 2560. I want to use the Bootloader for a ATMega 2560 what is the Todo for the 2560? Is it only the Pin settings for the SD Card or another stuff todo?

Thanks for make your project public!

Matthias

— Reply to this email directly or view it on GitHub.

mzartmann commented 11 years ago

Hi Jonny, thanks for the reply! Is your problem on burn the bootloader over SPI ? When you use the parallel Port Programmer like http://www.arduino.cc/en/Hacking/ParallelProgrammer?from=Main.ParallelProgrammer I read about problems in the web.

Matthias

mrjonny2 commented 11 years ago

Hi no that is not the problem. I am working over JTAG. The boot loader hangs on the initspi() command. I am currently trying to fix this.

Jonny Flowers

On 2 Apr 2013, at 19:42, mzartmann notifications@github.com wrote:

Hi Jonny, thanks for the reply! Is your problem on burn the bootloader over SPI ? When you use the parallel Port Programmer like http://www.arduino.cc/en/Hacking/ParallelProgrammer?from=Main.ParallelProgrammer I read about problems in the web.

Matthias

— Reply to this email directly or view it on GitHub.

mzartmann commented 11 years ago

@mrjonny2 do you have success? If you have make the spi work can you tell me your solution. Matthias

liudr commented 11 years ago

Johnny,

Thanks for this great project! Waiting to see a stable version that works with Arduino MEGA 2560. For the project I am working on, we deploy units to remote locations, some of which don't even have cell network. It would be great to send a file over the internet (I am working on a simple file server) and let the unit flash itself!

mrjonny2 commented 10 years ago

I have just been messing around. I have no idea what I am doing to be honest. Anyone had any success with this?

pablotix20 commented 9 years ago

Still without support for MEGA?

Apollon77 commented 9 years ago

would be interesting for me too :-)

igorpro commented 7 years ago

Any success with mega? Need help with it?

umartechboy commented 7 years ago

I'm Almost there..... Running the final tests now!!!

umartechboy commented 7 years ago

Its done!! I should make a GIT when I have some spare time. meanwhile, if anyone needs it, they can request a share Link

kawasakizx10rr commented 6 years ago

Please may I have the link I beg you

umartechboy commented 6 years ago

So you found the link.

For ref. here it is!

https://github.com/umartechboy/2-Boots-Mega-2560