dritcey / optiboot

Automatically exported from code.google.com/p/optiboot
0 stars 0 forks source link

BIGBOOT could store build information #82

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
One thing that might be useful to do with BIGBOOT (the 1K bootloader, 
especially on systems where 1K is the minimum size) is to store information 
about the build itself, in more-or-less human readable form, so you could do:

unix> avr-strings optiboot_atmega328.hex 
Optiboot Version:5.0
Buildinfo: GCC4.3.3, LIBC1.6.7, Mar 22 2013
Baud:115200, SOFT_UART:0, UART:0, Start_flashes:3, DATA_FLASH:0

Original issue reported on code.google.com by wes...@gmail.com on 22 Mar 2013 at 7:27