How do I run STM32CubeProgrammer on Linux amd64?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-14 4:34 AM
Is it possible to get STM32CubeProgrammer running on Linux with amd64 architecture?
Solved! Go to Solution.
- Labels:
-
STM32CubeProgrammer
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-14 6:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-14 6:44 AM
Yes of course. AMD64 is same as "x64".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-14 6:52 AM - edited ‎2024-09-14 6:53 AM
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.
