Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed Dec 8, 2019
1 parent 136fe31 commit 995c05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ metadata (i.e. : timestamp and CRC), the payload will be ignored by miniboot and
Don't let the name scare you. :grinning:

You can compose your metadata by hand, using my [eeprom](https://github.com/mihaigalos/Drivers/tree/master/Eeprom/src) driver, store both the metadata
and the payload in the external I2C, for miniboot to use. Have a look at the `blink_hex` variable in [intel_hex.cpp](https://github.com/mihaigalos/Drivers/blob/master/Eeprom/src/intel_hex.cpp). You need to compile the example sketch and
and the payload in the external I2C, for miniboot to use. Have a look at the `blink_hex` variable in [intel_hex.cpp](https://github.com/mihaigalos/Drivers/blob/1d91716ae377027199c316b348553ea9f591e0e6/Eeprom/src/intel_hex.cpp#L28). You need to compile the example sketch and
flash the MCU with it. Once it runs successfuly, you will have the code in the external I2C EEPROM.

### The UART Method
Expand Down

0 comments on commit 995c05d

Please sign in to comment.