Continue reading "A Strategy for Reporting Version Information from Bootloaders"
A Strategy for Reporting Version Information from Bootloaders
It's not uncommon in the embedded world to have multiple firmware images that are used as part of the boot process. Most commonly, you will need a bootloader that checks for a valid firmware image and loads it (or performs a fallback strategy in the event of a problem). Depending on the process we might …
