analogdevicesinc / MAX78xxx-RefDes

MAX78000 and MAX78002 Reference Designs
Other
16 stars 18 forks source link

msblGenOSX missing #26

Closed hyunjongL closed 2 years ago

hyunjongL commented 2 years ago

Hi, I am trying to build this project for MAXREFDES178 in an Intel Mac environment. However, without the file, msblGenOSX, it fails to build. I guess this is the executable that generates the Maxim secure bootloader (.msbl) which can be flashed to the cube. Do you have a mac os version for this?

/bin/sh: /Users/USERNAME/refdes/maxrefdes178-CatsDogs/maxrefdes178_max32666/../../external/msblGenOSX: No such file or directory

hyunjongL commented 2 years ago

It seems that I can just comment out the part which runs the msbl and make the bin only. Do I also need the msbl, not the bin, if I want to flash the cube?

hyunjongL commented 2 years ago

I commented out msbl part.