New CubeMX install on Ubuntu
Hi. Newby question about my STM32CubeMX (6.14.0) installation on Ubuntu. With the initial 'update', why do I get so many...
:
2025-03-31 14:17:40,313 [INFO] WebApp:194 - Connection lost
2025-03-31 14:17:40,865 [INFO] WebApp:191 - Connection restablished
...messages on the console? Is this normal? Its being going on for hours now !!!!
(I have a good fiber connection to the internet)
Thanks for your time
LeonB
Followed step described in the readme as close as possible:
On Linux®:
- On STM32CubeMX-Lin line, click "Get software" to download the package.
- Extract (unzip) the downloaded package.
- Make sure you have administrator rights to access the target installation directory. You can run the installation as root (or sudo) to install STM32CubeMX in shared directories.
- Do chmod 777 SetupSTM32CubeMX-6.14.0 to change the properties, so that the file is executable.
- Double-click on the SetupSTM32CubeMX-6.14.0 file, or launch it from the console window.
I did not do the last step but instead started the app with:
$ sudo /usr/local/STMicroelectronics/STM32Cube/STM32CubeMX/STM32CubeMX
