Mac OS sierra version 10.12.6 won't install the .run installation file Posted by ocanath on 2017-11-02 22:54 My Mac cannot open the “install_sw4stm32_macos_64bits-v2.3.run” file; see attached. Do I need to download another kind of software to be able to open .run files? Screen Shot 2017-11-02 at 16.51.10.png (38.58 Kb)
Posted by jLn_38 on 2017-11-07 16:55 Hi ocanath, I’m probably reading the topic too late but it sounds like your are trying to open the installer graphically. On OSX the installer have to be executed from the Terminal app, more details are available in the doc: http://www.openstm32.org/Installing%2BSystem%2BWorkbench%2Bfor%2BSTM32%2Bwith%2Binstaller#Updating_your_installation_on_Linux Hope this help
Posted by ncertad on 2018-05-29 16:10 I carried out this steps and it worked fine for me: Open a terminal session to Installer File. Run chmod +x For instance, on MacOSX this would be chmod +x install_sw4stm32_macos_64bits-v2.3.run Execute the installer by running the installation file. For example, on MacOSX ./ install_sw4stm32_macos_64bits-v2.3.run
Posted by lorenrus on 2018-11-28 14:46 For the second point tells me that there is no file or directory of that type. Thanks
Posted by owelstm32 on 2018-11-28 16:53 I’m new to MCUs and Workbench, just encountered the same problem this morning. Here’s what I did: First make the file an executable $ chmod +x install_sw4stm32_macos_64bits-v2.7.run Then run it. (./ at the beginning is required) $ ./install_sw4stm32_macos_64bits-v2.7.run*
Posted by MattKefford on 2018-10-09 22:02 The advice from jLn_38 and ncertad worked for me on macOS High Sierra 10.13.6 (is there a way to give points/upvote?), although be aware that the installation may freeze at step two when it is waiting for a password in the terminal, but it’s not obvious why it has stopped.
Posted by rdchua on 2019-02-10 19:14 It is a security feature in terminal (in both Mac and Linux) not for the password to be shown. not even *** for the number of chars typed. Just type your password and press Enter. The installation should continue.