Eeprom.h help

Hello,

Can anyone recommend a good tutorial / examples of writing to and from eeprom from the bootloader on an Arduino? Particularly with regards to strings?

Thanks,

-ren

Why would the bootloader need to write strings to EEPROM? I don't want the code on my chip that is responsible for loading new sketches writing to EEPROM every time the chip is powered up.

Why would the bootloader need to write strings to EEPROM?

I suspect renasis isn't working ON a bootloader but wants to work WITH a full-featured bootloader; one that supports access to the EEPROM.

@renasis: Is that the case? Are you trying to initialize the EEPROM using the bootloader?