
User Manual
Version 1.2
2017-12-10
ConBee
– USB Dongle
www.dresden-elektronik.de
Page 19 of 33
$ sudo apt install -f
5. Upload firmware, invoke GCFFlasher with superuser rights as follows:
$ sudo GCFFlasher –d <device> -f <YourApplication.bin[.GCF]>
For example:
$ sudo GCFFlasher –d 0 –f deCONZ_0x26190500.bin.GCF
Note:
You can list all devices with:
$ sudo GCFFlasher –l
5.3.
Ubuntu Linux
Install and execute GCFFlasher in a terminal window as described in the following steps.
1. Download GCFFlasher for Ubuntu Linux from:
https://www.dresden-elektronik.de/funktechnik/service/downloads/software
2. Open a terminal with keyboard shortcut Ctrl+Alt+T
3. Install GCFFlasher:
$ cd Downloads
$ sudo dpkg -i gcfflasher-2.08.deb
Important:
This step might print some errors due missing dependencies;
that
’s expected and will be fixed afterwards in the next step.
6. Install missing dependencies:
$ sudo apt update
$ sudo apt install -f
7. Upload firmware, invoke GCFFlasher with superuser rights as follows:
$ sudo GCFFlasher –d <device> -f <YourApplication.bin[.GCF]>
For example:
$ sudo GCFFlasher –d 0 –f deCONZ_0x26090500.bin.GCF