Other Parts Discussed in Thread: UNIFLASH
Tool/software:
I have tried the web based Uniflash, the MacOS GUI Uniflash app, and the command line app built by the MacOS app. All 3 fail similarly.
I can't copy the error messages from the Web based version or the GUI. They just hang at "loading" and I have to force quit the apps. It does look like there are error messages in the bottom box, but I can't copy them because the app/webpage are hung.
I am closer with the command line app. It did take 10+ passes to get all the unsigned .dylib apps manually approved for MacOS security, but now I get the following message. I added some whitespace and replaced my user name:
Error initializing flash programming: Failed to load /Users/xname/Downloads/uniflash_osx/ccs_base/DebugServer/bin/libFlashMSPM0SLBootloader.dylib: dlopen(/Users/xname/Downloads/uniflash_osx/ccs_base/DebugServer/bin/libFlashMSPM0SLBootloader.dylib, 0x0001): Library not loaded: libboost_filesystem.dylib Referenced from: <7FCFFB25-8EEE-3CB1-8FA8-00F7113344B5> /Users/xname/Downloads/uniflash_osx/ccs_base/DebugServer/bin/libFlashMSPM0SLBootloader.dylib Reason: tried: 'libboost_filesystem.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibboost_filesystem.dylib' (no such file), 'libboost_filesystem.dylib' (no such file), '/usr/local/lib/libboost_filesystem.dylib' (no such file), '/usr/lib/libboost_filesystem.dylib' (no such file, not in dyld cache), '/Users/xname/Downloads/uniflash_osx/libboost_filesystem.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/xname/Downloads/uniflash_osx/libboost_filesystem.dylib' (no such file), '/Users/xname/Downloads/uniflash_osx/libboost_filesystem.dylib' (no such file), '/usr/local/lib/libboost_filesystem.dylib' (no such file), '/usr/lib/libboost_filesystem.dylib' (no such file, not in dyld cache)
Seems like it is complaining about 2 files. It appears to be looking everywhere for the second one. I did a search of my entire system for libboost_filesystem.dylib and came up empty.
Does the error message mean anything to you?