In trying to install the latest JLink software package with Axel, the local Segger rep:
I got this error:
Display All
So, I backed up my "/etc/udev/rules.d" directory, removed these 2 rules (command below), and rebooted. It did not fix it, so I restored those 2 files I removed.
I am unable to install JLink or use JLink Commander. Ozone still works, however, including uploading code to the STM32 from within Ozone.
I think this may be a conflict with STM32CubeIDE (st.com/en/development-tools/stm32cubeide.html), but don't know for certain. Can anyone confirm they see this error when trying to install JLink as well, with STM32CubeIDE installed?
Update: It looks like according to this ST thread the only way to install STM32CubeIDE is to remove jlink:
community.st.com/s/question/0D…4-with-a-dependency-error
So, you get one or the other. Unfortunately, I really need both. Is there a work-around?
I just posted this on ST's site too: community.st.com/s/question/0D…ue-to-udev-rules-conflict
I got this error:
Shell-Script
- gabriel ~/Downloads/Install_Files/Segger_J-Link $ sudo dpkg -i JLink_Linux_V646d_x86_64.deb
- (Reading database ... 663226 files and directories currently installed.)
- Preparing to unpack JLink_Linux_V646d_x86_64.deb ...
- Removing /opt/SEGGER/JLink ...
- /opt/SEGGER/JLink not found (OK)
- Unpacking jlink (6.464) ...
- dpkg: error processing archive JLink_Linux_V646d_x86_64.deb (--install):
- trying to overwrite '/etc/udev/rules.d/99-jlink.rules', which is also in package segger-jlink-udev-rules 6.44c-3
- dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
- Errors were encountered while processing:
- JLink_Linux_V646d_x86_64.deb
So, I backed up my "/etc/udev/rules.d" directory, removed these 2 rules (command below), and rebooted. It did not fix it, so I restored those 2 files I removed.
I think this may be a conflict with STM32CubeIDE (st.com/en/development-tools/stm32cubeide.html), but don't know for certain. Can anyone confirm they see this error when trying to install JLink as well, with STM32CubeIDE installed?
Update: It looks like according to this ST thread the only way to install STM32CubeIDE is to remove jlink:
community.st.com/s/question/0D…4-with-a-dependency-error
So, you get one or the other. Unfortunately, I really need both. Is there a work-around?
I just posted this on ST's site too: community.st.com/s/question/0D…ue-to-udev-rules-conflict
The post was edited 1 time, last by gabriels ().