2020-09-10 04:11 AM
I found links here:https://www.st.com/en/development-tools/stm32cubeide.html
but, it doesn't work.
Solved! Go to Solution.
2020-09-11 08:33 PM
I deleted the directories, and downloaded again, unzip--> chmod +x --> sudo ...
it was the same:
2020-09-12 12:08 AM
There was some advance, I found that it was not "sudo ./st-stm32cubeide*", but "sudo sh ./st-stm32cubeide*"
at the end of the prompt in CLI, there were "I accept" and "I don't accept", but one should careful on clicking "Enter", otherwise you maybe slide over the option, and have to "arrow up --> Enter " and select again.
But it still prompt something missed, so I am still looking for solution.
2020-09-12 12:22 AM
Now, it was ok.
2020-09-12 12:24 AM
I have to say, compared with installing experience of Simplicity Studio 5, the Linux edition of STM32CubeIDE still has some place for improvement.
2020-09-13 11:58 PM
Well not exactly the same. Those are actually basic Unix mistakes with shell usage.
In short, when you enter a command, the shell does a lookup in paths declared in $PATH variable.
Since the current directory, aka '.' (dot) is never (or should never be) part of this variable, the shell returns 'command not found'.
See "echo $PATH" or 'env' to control what is in your environment.
To make it working I suggested you the simply use:
./st-stm32cubeide_1.4.0_7511_20200720_0928_amd64.sh
2020-09-16 06:17 AM
I can see the icon now, and I could launch STM32CudeIDE there.
2024-05-30 11:09 PM
Hi MQi.1,
You may try
sudo chmod 777 st-stm32cubeide_1.15.1_21094_20240412_1041_amd64.sh
and use 'ls' to check if the install file turns green, and then use
sudo ./st-stm32cubeide_1.15.1_21094_20240412_1041_amd64.sh