IMPORTANT INSTALLATION INFO

Earlier versions of dtc were packaged as dtc-*.rpm or dtc-*.deb. This confilicts with the device tree compiler (dtc) packages on some Linux distributions.
To solve that, we decided to rename the packages to kryoflux-dtc*. Since we can't resolve the update process automatically for each distribution, you need to remove the old package by yourself (e.g. sudo apt remove dtc...) before installing the new one.

DEVICE TREE COMPILER
If you use the device tree compiler (dtc), the kryoflux package still conflicts (most likely), since the executable is still named dtc.
In this case, please use the tar.gz package and install the kryoflux dtc tool manually to a location where it does not confclit with dtc.

RUNNING DTC WITHOUT SUDO
Normally, you need to sudo dtc all the time to get access to the KryoFlux device. If you don't want to do that, you may want to add some udev rules, like described here on the forum:
https://forum.kryoflux.com/viewtopic.php?p=16893#p16893


SUPPORT
Also, we can't support every Linux distribution out there, so if for whatever reasons the package installation fails, please give us a hint at the kryoflux forum, or simply use the tar.gz for manual install.

