Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


System Workbench for STM32 failed to run on Mac OS X

Hi Francisco,

The JRE is part of the full installer, it is not downloaded by the upgrade mecanism.
To make my own test I just installed SW on my Macbook (El Capitan 10.11.6) from the 2.3 installer picked there:
http://www.openstm32.org/Downloading%2Bthe%2BSystem%2BWorkbench%2Bfor%2BSTM32%2Binstaller#Mac_OS_XQuestion

All is working like a charm, the embedded JRE is successfully in use. As visible in the Installation Details > Configuration tab:

-vm
/Users/me/Applications/SystemWorkbench.app/Contents/MacOS/jre/Contents/Home/lib/jli/libjli.dylib


I didn’t change any configuration file.
The Info.plist part configuring the JRE to use looks like:

< key>Eclipse< /key>
    < array>
      [...]
      < string>-vm< /string>  < string>jre/Contents/Home/lib/jli/libjli.dylib< /string>
    < /array>

I voluntary inserted spaces into xml tags to force display into the Forum.

Note that this path is relative to SystemWorkbench.app/Contents/MacOS/, hence make sure that this is valid on your side.

Hope this help.

Julien