--
You received this message because you are subscribed to the Google Groups "LUFA Library Support List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lufa-support...@googlegroups.com.
To post to this group, send email to lufa-s...@googlegroups.com.
Visit this group at http://groups.google.com/group/lufa-support.
For more options, visit https://groups.google.com/groups/opt_out.
For more options, visit https://groups.google.com/d/optout.
The current device firmware can be read from the device by reading a file from the virtual FAT filesystem. Two files will be present:
To convert an existing Intel HEX (.HEX) program file to a binary (.BIN) file suitable for this bootloader, run:
From a terminal, replacing input.hex and output.bin
with the respective input and output filenames. AVR EEPROM data
files in Intel HEX format (.EEP) uses a similar technique:
Hi Dean
hah has been a while since I last wrote, I didn't actually realize it had been almost a year. Wow! I better get moving on this before I die of old age...
Thanks for the notes below on how to properly use that!
Will look into ELM Chans fat driver and see how far I can get.
Cheers
Jonathan