When I select a programmer device (a nrf52840 dongle) It programs the device as a sniffer, when connecting to that device the screen turns blank. cntrl shift i says "devtools was disconnected from page."
When I select a programmer device (a nrf52840 dongle) It programs the device as a sniffer, when connecting to that device the screen turns blank. cntrl shift i says "devtools was disconnected from page."
Hi Boris
Thanks for the information, there is unfortunately an incompatibility which is caused by updating libstdc++6 to 12.3.0-1ubuntu1~22.04. The only available is replacing the libstdc++6 package with an older date tag. I will update the post with a command how to after I have verified it on my end
Regards
Runar
Hi Boris
Thanks for the information, there is unfortunately an incompatibility which is caused by updating libstdc++6 to 12.3.0-1ubuntu1~22.04. The only available is replacing the libstdc++6 package with an older date tag. I will update the post with a command how to after I have verified it on my end
Regards
Runar
Any solution so far?
I'm sorry Boris, I thought I had posted a replay the other day.
So the fix I was recommended was to grab this package
And then either downgrade or you could manually replace the overwrite the files in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30
Regards
Runar
Thanks but I don't feel like replacing this library system-wide, I do plenty of other development.
Okay I tried and replaced the file manually. It seems to be working.