
User Manual
Version 1.2
2017-12-10
ConBee
– USB Dongle
www.dresden-elektronik.de
Page 18 of 33
GCFFlasher –d <device> -f <YourApplication.bin[.GCF]>
For example:
GCFFlasher –d 0 –f deCONZ_0x26030500.bin.GCF
Note:
You can list the devices with:
GCFFlasher –l
5.2.
Raspbian Linux
Install and execute GCFFlasher in a terminal window as described in the following steps.
1. Open a terminal with keyboard shortcut Ctrl+Alt+T
2. Download GCFFlasher:
$ wget http://www.dresden-
elektronik.de/rpi/gcfflasher/gcfflasher-latest.deb
3. Install GCFFlasher:
$ sudo dpkg -i gcfflasher-latest.deb
Important:
This step might print some errors due missing dependencies;
that
’s expected and will be fixed afterwards in the next step.
4. Install missing dependencies:
$ sudo apt update