You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@APU3D4:~/gcfflasher# ./build_posix.sh
Package libgpiod was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgpiod.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgpiod' found
libgpiod-dev not found, building without
gcc -Wall -DPL_LINUX -O2 -DNDEBUG
Interesting, there seems to be only the release libriaries but not the required headers and pkg-config files. I don't have experience how these can be installed on OpenWRT.
Note the binary is still be compiled as GCFFlasher it's only without optional gpiod support. Which is used for ConBee I and RaspBee I/II to trigger the reset. If the device has a recent firmware this is also done via serial command reset, not requiring gpiod. Another way to fake the hard reset is to start with parameter -t 60 and unplug the unit, wait a few seconds and attach again.
Fails. Gives the following output:
Looking for libbpiod:
The text was updated successfully, but these errors were encountered: