mbed-bootloader icon indicating copy to clipboard operation
mbed-bootloader copied to clipboard

Generic bootloader to be used in conjunction with Pelion Device Management Client

Results 8 mbed-bootloader issues
Sort by recently updated
recently updated
newest added
trafficstars

Temp change , fota storage address set to 128kb offset of the second bank. Fota should be fixed to calculate right size of total erase size to be aligned to...

Fixed a link to mbed bootloader documentation

I use "internal_kvstore_with_spif.json" as the bootloader configuration file. Then change "target.components_add": ["SPIF"], for "target.components_add": ["RSPIF"], I found out that SPIFReducedBlockDevice.cpp was not compiled, and there was a link error. log:...

Hi there! I'm wondering if you are planning on updating the mbed-bootloader to mbed-os 6.5.0+ with CMake support? :)

Copy of PR https://github.com/PelionIoT/mbed-bootloader/pull/96 The origin one will be closed

The readme specifies the following command for compile. `mbed compile -t GCC_ARM -m [target] --profile release --app-config=configs/.json` This doesn't work because you need to explicitly specify the configuration file to...