infinitesteps
infinitesteps
When I connect, I get these kernel messages. Sorry I didn't realize that it used both /dev/ttyUSB0 and /dev/ttyUSB1 ``` [ 3898.979556] usb 1-6: new high-speed USB device number 9...
I fixed it. I had to add the following udev rule: File: `/etc/udev/rules.d/99-ftdi.rules` ``` ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="0666" ``` For others who arrive here with different boards, change the vendor and...
Couple of notes... 1. I came to openFPGALoader indirectly through F4PGA. I was following their documentation and so it might not be a fault of the this projects documentation. 2....
For anyone else needing to work around this problem, prefix each items with a space ``` mdf.new_list(items=[' ' + v for v in versions]) ```
May I recommend failing a bit more gracefully. It'd be nice if it at least snagged the symbols before it aborts.
> Re: at least snag the symbols... the level of effort for this is probably similar to supporting the entire feature set. In my experience the symbols are in the...
Discovered the problem. The bsim_ctl command was trying to run pg_ctl. When I tried to run it manually I found the problem (can't run as root): ```console # /ghidra/Ghidra/Features/BSim/build/os/linux_x86_64/postgresql/bin/pg_ctl pg_ctl:...