USCRPL / mbed-cmake

Use the power of CMake to create your MBed applications
36 stars 9 forks source link

Make bootloader using mbed-cmake #34

Open deddy11 opened 3 years ago

deddy11 commented 3 years ago

I try to make bootloader by using mbed-cmake. I follow this tutorial and find out that mbed-cmake can not produce [project-name]_application.bin, only [project-name].bin.

Does it mean that I can't use compiled bootloader binary file from mbed-cmake to be merge with application binary file? Please help me. Thanks.

multiplemonomials commented 3 years ago

Yeah, currently mbed-cmake doesn't support bootloaders. Might add it sometime in the future though...

deddy11 commented 3 years ago

I see... thanks for your fast response