A demonstration of a simple bootloader with SD card. Binary folder already contains precompiled two Firmware files for Nucleo-F767ZI under MbedOS 6.15.1. These files may be placed to a SD card (It will working with https://os.mbed.com/users/JohnnyK/code/SimpleBootloader/)

Committer:
JohnnyK
Date:
Wed Dec 08 21:16:45 2021 +0000
Revision:
0:b8b091db9767
First release

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JohnnyK 0:b8b091db9767 1 {
JohnnyK 0:b8b091db9767 2 "target_overrides": {
JohnnyK 0:b8b091db9767 3 "*": {
JohnnyK 0:b8b091db9767 4 "target.bootloader_img": "Bootloader/SimpleBoodtloader.bin"
JohnnyK 0:b8b091db9767 5 }
JohnnyK 0:b8b091db9767 6 }
JohnnyK 0:b8b091db9767 7 }