Project:Nanode/Applications/Bootstrap config files: Difference between revisions
From London Hackspace Wiki
Project:Nanode/Applications/Bootstrap config files (view source)
Revision as of 21:56, 10 June 2011
, 10 June 2011→Notes & warnings
No edit summary |
|||
| Line 3: | Line 3: | ||
===Notes & warnings=== | ===Notes & warnings=== | ||
Don't use the 'make fuse' part. The default fuses used by the serial bootloader are fine and these don't make sense with the datasheet. Just use 'make main.hex', or set up the PROGRAMMER macro and use 'make flash'. I haven't tried to add this build to the ALLHEXFILES target and it probably makes no sense to do so, as the changes I made to usbconfig.h won't generate valid output for the other targets. | Don't use the 'make fuse' part of the bootloader build instructions. The default fuses used by the serial bootloader are fine and these don't make sense with the datasheet. Just use 'make main.hex', or set up the PROGRAMMER macro and use 'make flash'. I haven't tried to add this build to the ALLHEXFILES target and it probably makes no sense to do so, as the changes I made to usbconfig.h won't generate valid output for the other targets. | ||
This loader needs more work. At present, it : | This loader needs more work. At present, it : | ||