deconz-rest-plugin: updating firmware RaspBee to 0x26650700 does not work
Describe the question or issue you are having
I am trying to manually flash my RaspBee following instructions at https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Update-deCONZ-manually, so I can continue with the latest version of the firmware (0x26650700). I have updated the WiringPi package to the latest version. There were no errors during this update. Still it seems there is something missing when trying to flash the firmware.
Running version raspbian:
NAME=“Raspbian GNU/Linux” VERSION_ID=“9” VERSION=“9 (stretch)” VERSION_CODENAME=stretch
When I run the command sudo GCFFlasher_internal -t 60 -f deCONZ_Rpi_0x26370500.bin.GCF I get an error
/usr/bin/GCFFlasher_internal.bin: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.28 not found (required by /usr/lib/libwiringPi.so)
Environment
- Host system: Raspberry Pi
- Running method: Raspbian
- Firmware version: 26350500
- deCONZ version: 2.05.79
- Device: RaspBee I
deCONZ Logs
Additional context
I am not really good with Linux here, how do I proceed with the update from here?
Wim
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 16 (1 by maintainers)
@czm97176 Got to thank you here ! I performed the second part of the 3rd step as wild guess on my RPI:
apt-get upgrade libc6A lot was happening here, but I saw the GLIBC_2.28 passing by. After a reboot, succes! Firmware is upgraded.
So, in short, the upgrade of WiringPi can be not enough for older systems, a
apt-get upgrade libc6can be needed too?