Results 120 comments of Greg Davill
trafficstars

So thinking a bit more about this, it shouldn't matter about the SS and USB2 pins being unprotected. Since we're just passively connecting them through. It will be upto the...

Thanks for these insights @dnschneid!

It's a bit of a unique use case running the bootloader from the user section, but should technically work. I notice that in your build script you are using `orangecrab.bit`...

Green is the expected colour from the LED when the FPGA is in an un-configured state. foboot.bit has bitstream compression enabled, so that is why it's considerably smaller. The next...

There are a few things at play with the loading times. The compressed option only effects the file size. The `foboot.bit` file also increases the clock speed from 2.4MHz (default)...

Interesting! I'll have to pick some up and experiment with them. Looks like it wont be a drop in replacement. I also want to fully investigate exactly what conditions are...

If the issue turns out to be stray capacitance in columns that were activated without any rows active, we can probably try adding code to the gateware that essentially "skips"...

Great :D Give the original plugin a try sometime, and let me know what you think. We're now 100% free from any pip dependencies, and everything should work on both...

> On Linux, I git clone recursively and and only `pip3 install svg2mod --user` You shouldn't need to use pip at all... Just git clone recursive, the submodules include a...