ST-LINK upgrade under Linux fails, do other options exist?
There were several issues so I am not certain which is the real issue.
- I am using STM32CubeIDE version 1.1.0
- Note I believe ST needs to consider more carefully how to install things and give direction when something seems wrong in installation. I believe one issue is that ST installs under linux assuming the user is part of the group SUDO, this is dangerous, the only thing that should be installed with root access are drivers, which were part of the installation. /opt however ended up belonging to root:root and it should have been root:users so other people than root uses it. Just saying "this needs a bit of thinking" for installation under Linux, I suppose windows installs are more complicated.
- upgrading from 1.0.2 did not work and required a full reinstallation
- the board I am attempting to use is a NUCLEO-L476RG with version
- STM32CubeIDE demands an upgrade for the ST-Linux Firmware
- Error in final launch sequence:
- Error in initializing ST-LINK device.
- Reason: (6) ST-LINK firmware upgrade required.
- Please upgrade the ST-LINK firmware using the upgrade tool. Reconnect ST-LINK and click OK
- Error in initializing ST-LINK device.
- Reason: (6) ST-LINK firmware upgrade required.
- Please upgrade the ST-LINK firmware using the upgrade tool. Reconnect ST-LINK and click OK
- Execute upgrade tool
- version 3.3.1
- Open Update mode
- version V2J31M21, upgrade version V2J34M25
- Reports
- Upgrade error, Please try again.
- Upgrade successful. (it wasn't)
- STM32CubeIDE demands an upgrade for the ST-Linux Firmware
Those are the details. I would like to use the ST-Link utility as is available under windows, but it's NOT available under Linux. Wine will not work because windows drivers for USB won't work under wine. The last time I had this issue I had to use a windows machine to do the upgrade. I prefer to not to have to do that.
I hope someone has thoughts and suggestions to help rectify this, as I can't do anything if the debugger refuses to work without upgrading ST-LINK on the target device.
Thank you for any help ahead of time!
