antoinevg
antoinevg
It looks like your USB bus continues to be held in reset past the point where the device would be expected to be recognized by the target host operating system....
Tx @BJamin99 ! Fixed in: https://github.com/greatscottgadgets/libgreat/pull/38
Hopefully, this is fixed in: https://github.com/greatscottgadgets/greatfet/releases/tag/v2024.0.0 Please re-open if this is not the case!
Just a few things left to do. I'll be pushing a release soon.
Released: https://github.com/greatscottgadgets/greatfet/releases/tag/v2024.0.0
The most recent Yosys release that works with Amaranth 0.4.x is: https://github.com/YosysHQ/oss-cad-suite-build/releases/tag/2024-11-01 We're currently in the last stages of merging the work needed to bring us up to date with...
Fixed in: https://github.com/greatscottgadgets/cynthion/releases/tag/0.2.0
request.ack() is used for OUT requests but calls device.control_send() which is only for IN requests
Great question! > So `backend.ack_status_stage()` is only called by the proxy code and only to handle the STATUS stage of the OUT control requests. The rest of the code relies...
Hi, thank you for your questions! Can you please copy and paste the error message that's being reported?
The main problems you're running into are: 1. You need to first install the Facedancer library into your local Python environment. See https://facedancer.readthedocs.io/en/latest/getting_started.html for more information. 2. If you want...