Ed Anuff

Results 25 comments of Ed Anuff

I'm getting the following: ``` % ./openFPGALoader --scan-usb empty Bus device vid:pid probe type manufacturer serial product % ./openFPGALoader -c esp32s3 --detect empty fails to open esp_usb_jtag device vid:pid 0x303a:0x...

@trabucayre I don't actually see the firmware in [https://github.com/emard/esp32s3-jtag](https://github.com/emard/esp32s3-jtag). Is it the [esp32s3-jtag.ino](https://github.com/emard/esp32s3-jtag/blob/main/esp32s3-jtag.ino) file? If so, I wasn't able to get that to build.

@emard thanks, I was able to get it to program. I am using the ESP32-S3-DevKitM-1 board with this, however I do need to set the board as XIAO_ESP32S3 for it...

and trying with a different device (Tang Mega 60K), I get: ``` % ./openFPGALoader -c esp32s3 --detect empty 0x1 0xa 0x1 0x8 0x40 0x1f 0x1 0x0 0xff 0x0 esp_usb_jtag: Device...

One more try with a supported chip (Tang Primer 20K): ``` % ./openFPGALoader -c esp32s3 --detect empty 0x1 0xa 0x1 0x8 0x40 0x1f 0x1 0x0 0xff 0x0 esp_usb_jtag: Device found....

If I had to guess, it looks like a bug in the A2FPGA's handling of the IIgs pixel fill in super hires graphics mode. I'm not familar with modulae. Can...

@marketideas thanks for the testing, that's very interesting. I assume it worked fine before you flashed the new version and then only had issues when you tried the enhanced release?...

@marketideas thanks for the pictures - that is definitely the bus glitch issue. Not sure if you saw my questions to you [before](https://github.com/a2fpga/a2fpga_core/issues/26#issuecomment-3066515337) - can you take a look at...

@marketideas the regular a2n20v2 releases (not the enhanced ones) all use BlockRAM for everything. It's the enhanced version that uses the SDRAM, because it needs the extra memory for the...