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/)

mbed_app.json

Committer:
JohnnyK
Date:
2021-12-08
Revision:
0:b8b091db9767

File content as of revision 0:b8b091db9767:

{
    "target_overrides": {
        "*": {
            "target.bootloader_img": "Bootloader/SimpleBoodtloader.bin"
        }
    }
}