cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX update Ubuntu responds 'Command not found'

Darcy1
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Emin Yagmahan
Associate II

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

0693W000007DV64QAG.png

View solution in original post

2 REPLIES 2
Emin Yagmahan
Associate II

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

0693W000007DV64QAG.png

Darcy1
Associate II

Thanks for this prompt. I fell a fool, I forgot the ./