nrf connect desktop app blank screen

I have read the related issues, none of them provided a solution for me. There was one answer which suggested to downgraded libstdc++6 as a solution without giving any specific instructions on how to do that, what version etc.

So, the 'Bluetooth low energy app' is suddenly starting with blank screen after trying to flash the firmware at the start. Other apps work fine (e.g. power profiler).

I am on Ubuntu 22.04.2 LTS 64bit using nrfconnect-4.1.2-x86_64.AppImage, nrf-command-line-tools_10.23.0_amd64.deb

I would like to use the app to perform dfu upgrades. I also tried that with nrfutil (nrfutil 7.1.0 (c86ddc2 2022-11-29)):

nrfutil device program --firmware dfu_mtk_v0.11.3_7b555.zip --serial-number 1050312843

gorazd@gorazd-Victus-by-HP-Laptop-16-e0xxx:~/Programs/nrf-rust/firmware$ nrfutil device program --firmware dfu_mtk_v0.11.3_7b555.zip --serial-number 1050312843
[00:00:02] ------   0% [2/3 1050312843] Failed, [jlink] INTERNAL_ERROR
Error: One or more program tasks failed

Enter your choice: : 0
  [------------------------------------]    0%
Traceback (most recent call last):
  File "nordicsemi/__main__.py", line 1555, in <module>
  File "click/core.py", line 1137, in __call__
  File "click/core.py", line 1062, in main
  File "click/core.py", line 1668, in invoke
  File "click/core.py", line 1668, in invoke
  File "click/core.py", line 1404, in invoke
  File "click/core.py", line 763, in invoke
  File "nordicsemi/__main__.py", line 1215, in ble
  File "nordicsemi/dfu/dfu.py", line 115, in dfu_send_images
  File "nordicsemi/dfu/dfu.py", line 88, in _dfu_send_image
  File "nordicsemi/dfu/dfu_transport_ble.py", line 474, in open
  File "nordicsemi/dfu/dfu_transport_ble.py", line 103, in open
  File "pc_ble_driver_py/ble_driver.py", line 106, in wrapper
pc_ble_driver_py.exceptions.NordicSemiException: Failed to open. Error code: NRF_ERROR_TIMEOUT
[75261] Failed to execute script '__main__' due to unhandled exception!


Parents
  • According to one solution libstdc++.so.6.0.30  has to be used. I already have this version on my system. And it doesnt work.



    gorazd@gorazd-Victus-by-HP-Laptop-16-e0xxx:/usr/lib/x86_64-linux-gnu$ ls -la | grep libstd
    lrwxrwxrwx   1 root root        19 maj 13 09:33 libstdc++.so.6 -> libstdc++.so.6.0.30
    -rw-r--r--   1 root root   2260296 maj 13 09:33 libstdc++.so.6.0.30
Reply
  • According to one solution libstdc++.so.6.0.30  has to be used. I already have this version on my system. And it doesnt work.



    gorazd@gorazd-Victus-by-HP-Laptop-16-e0xxx:/usr/lib/x86_64-linux-gnu$ ls -la | grep libstd
    lrwxrwxrwx   1 root root        19 maj 13 09:33 libstdc++.so.6 -> libstdc++.so.6.0.30
    -rw-r--r--   1 root root   2260296 maj 13 09:33 libstdc++.so.6.0.30
Children
No Data
Related