Skip to main content
LMorr.3
Senior
September 14, 2024
Solved

How do I run STM32CubeProgrammer on Linux amd64?

  • September 14, 2024
  • 1 reply
  • 1077 views

Is it possible to get STM32CubeProgrammer running on Linux with amd64 architecture?

Best answer by Pavel A.

Yes of course. AMD64 is same as "x64".

 

1 reply

Pavel A.
Pavel A.Best answer
Super User
September 14, 2024

Yes of course. AMD64 is same as "x64".

 

LMorr.3
LMorr.3Author
Senior
September 14, 2024

Ok thank you.  I guess I need to go back to my other ticket where I'm not able to get USB DFU working on Linux but can on Mac.  I think my issue is related to Linux having permissions set on the USB device for some reason.  I get the following message in the browser when I use the WebUSB DFU demo here:

SecurityError: Failed to execute 'open' on 'USBDevice': Access denied.

https://devanlai.github.io/webdfu/dfu-util/ 

My linux user id is part of udev and dialup groups and I can use the USB connection when used as virtual port com in in the web browser.