Re: [avr-gcc-list] bootloader for hex file on SD/MMC card

2007-03-21 Thread Pink Boy
TTTechsDomino sez, > It's a good idea and normaly quite easy. The main problem will be > to crush a FAT files system into the 4kByte Bootloader Section of > the AVR ATMEGA. And actually only the code that writes to flash needs to be in the boot section. The code that reads fat can exist in it's

Re: [avr-gcc-list] bootloader for hex file on SD/MMC card

2007-03-21 Thread Parthasaradhi Nayani
Hello Abhijit, I'm a student working with ATMEGA 8, 16 and 32, making autonomous robots for college contests and projects. I'm looking for a bootloader that will search for an SD/MMC card, find a hex file on it and program itself. This will make it quite easy to make hassle-free code changes or

Re: [avr-gcc-list] bootloader for hex file on SD/MMC card

2007-03-21 Thread TTTechsDomino
Wed, 21 Mar 2007 11:33:21 + (GMT) Subject: [avr-gcc-list] bootloader for hex file on SD/MMC card > Hi... > > I'm a student working with ATMEGA 8, 16 and 32, making autonomous robots > for college contests and projects. I'm looking for a bootloader that will > s

[avr-gcc-list] bootloader for hex file on SD/MMC card

2007-03-21 Thread Abhijit Kshirsagar
Hi... I'm a student working with ATMEGA 8, 16 and 32, making autonomous robots for college contests and projects. I'm looking for a bootloader that will search for an SD/MMC card, find a hex file on it and program itself. This will make it quite easy to make hassle-free code changes or upg