Petr Hodina

Results 105 comments of Petr Hodina

Hi @Phaeilo , how do you handle this issue after install?

Hi @YinGithub , I don't work with KEIL or IAR anymore so can't test that.

For the C++ examples there's redefinition of Lenna images to download.

Okay, will look at those and add the check around as well

Okay, will check which OpenSSL it uses.

> I suspect the WaveForms application does not find your device either? Actually the Waveforms application find the device and I can use it in the GUI. > BTW, you...

![Image](https://github.com/user-attachments/assets/206ecff4-0b8a-454e-bccc-f2be1f49983a)

Okay, seems the library has some problem as even the C sample code has similar issue :/ Will give try to Digilent support. ``` gcc main.c -o dwf_test -I /nix/store/wjdpxlcf6py90gfl6ks05pmidcw764qv-waveforms-3.23.4//include/digilent/waveforms/...

Okay, `strace` gave me more insight, there are more hardcoded paths: ``` openat(AT_FDCWD, "/home/pethod/dwfpy/Config/EExplorerVmtr.hex", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/pethod/dwfpy/share/digilent/waveforms/firmware//EExplorerVmtr.hex", O_RDONLY) = -1 ENOENT (No...

Checked the deb packages but can't find it: ``` [nix-shell:/tmp]$ ar x digilent.adept.runtime_2.27.9-amd64.deb [nix-shell:/tmp]$ tar tf data.tar.xz ./ ./usr/ ./usr/share/ ./usr/share/lintian/ ./usr/share/lintian/overrides/ ./usr/share/lintian/overrides/digilent.adept.runtime ./usr/share/digilent/ ./usr/share/digilent/adept/ ./usr/share/digilent/adept/data/ ./usr/share/digilent/adept/data/firmware/ ./usr/share/digilent/adept/data/firmware/FTDIFW_57_00000001_00000000_010A-64bit.so ./usr/share/digilent/adept/data/firmware/FTDIFW_58_00000011_00000000_010D-64bit.so ./usr/share/digilent/adept/data/firmware/FX2FW_02_00000001_00000000_030A.HEX...