Skip to main content
m4l490n
Associate III
March 1, 2022
Solved

Getting error when trying to install STM32CubeProgrammer

  • March 1, 2022
  • 2 replies
  • 2429 views

I'm getting the following error when trying to install the STM32CubeProgrammer by executing:

 sudo ./SetupSTM32CubeProgrammer-2.9.0.linux

The error is:

./SetupSTM32CubeProgrammer-2.9.0.linux
/home/mmalagon/Downloads
chdir /home/mmalagon/Downloads/.
current dir /home/mmalagon/Downloads
Exec error: Permission denied

The .linux file has the correct permissions:

-rwxr-xr-x 1 mmalagon mmalagon 865328 Nov 23 03:07 SetupSTM32CubeProgrammer-2.9.0.linux

So I don't know what's going on. What am I missing?

This topic has been closed for replies.
Best answer by m4l490n

Something got corrupted on my first download. I removed all the files, downloaded them again, and this time it worked.

2 replies

Tesla DeLorean
Guru
March 1, 2022

Perhaps some missing sub-directory, link, or permission on those?

Some other tool or script that it's trying to run?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
m4l490n
m4l490nAuthorBest answer
Associate III
March 1, 2022

Something got corrupted on my first download. I removed all the files, downloaded them again, and this time it worked.