Skip to content

Instantly share code, notes, and snippets.

@kshaa
Last active December 25, 2021 17:22
Show Gist options
  • Save kshaa/5682c36b3ff4abb55999075126e3c574 to your computer and use it in GitHub Desktop.
Save kshaa/5682c36b3ff4abb55999075126e3c574 to your computer and use it in GitHub Desktop.

Digilent Adept utils on RPI 4 B w/ Ubuntu

  1. To get the djtgcfg tool, use official sources Note: I understand nothing about RPI and the CPU architectures involved, but the "ARM Raspberry Pi" does not work, the ARMHF architecture is expected which is not what RPI4B is. Just use the regular Linux ARM 64 bit .deb for RPI4B w/ Ubuntu
  2. For some reason the /dev/ttyUSB* and /dev/serial/by-id/* devices weren't showing up, I forgot the solution, but it can be fixed, I think I tried some first Google results i.e. some modprobe and echo thing.
  3. When the ttyUSB* works, you have to use the djtgcfg tool with root, but some error regarding permissions appears, can be investigated w/ strace. The fix is some sysctl command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment