2021-02-01 10:11 AM
We have CubeMX installed on Ubuntu 18, have been using it with no issues. We now need to update to 6.1.1 howver when enter SetupSTM32CubeMX-6.1.1.linux it responds with command not found. The file is the correct user with chmod to 777, we have tried sudo. We have looked at the 6.1.1 release ReadMe.
We are installing from a normal Linux prompt.
Solved! Go to Solution.
2021-02-01 10:32 AM
That's how you can start the linux installer. You can add sudo before ./SetupSTM32CubeMX-6.1.1.linux
ls -la SetupSTM32CubeMX-6.1.1.linux
chmod +x SetupSTM32CubeMX-6.1.1.linux
./SetupSTM32CubeMX-6.1.1.linux
2021-02-01 10:32 AM
That's how you can start the linux installer. You can add sudo before ./SetupSTM32CubeMX-6.1.1.linux
ls -la SetupSTM32CubeMX-6.1.1.linux
chmod +x SetupSTM32CubeMX-6.1.1.linux
./SetupSTM32CubeMX-6.1.1.linux
2021-02-01 01:05 PM
Thanks for this prompt. I fell a fool, I forgot the ./