When trying to flash the "EOS S3: MCU + eFPGA" by following the subsequent tutorial:
https://qorc-sdk.readthedocs.io/en/late ... l#qorc-sdk
I was able to flash the helloworldsw app on the board, but when trying to build the hellowordhw app, I ran into some errors.
It seems like the FPGA part of the application does not build properly, as I get the following error:
/qorc-sdk/qf_apps/qf_helloworldhw/src/main.c:46:10: fatal error: helloworldfpga_bit.h: No such file or directory
46 | #include "helloworldfpga_bit.h" // FPGA bitstream to load into FPGA
Does QuickLogig still support this device or am I missing something in order to use the FPGA? The qorc-sdk repository has not had any contributions since June 2022 now.
qorc-sdk repository issues
-
scullboots
- Posts: 2
- Joined: Wed Nov 20, 2024 9:02 am
I successfully flashed the helloworldsw application onto the board; however, I encountered difficulties when attempting to develop the helloworldhw application.
-
emeraldjules
- Posts: 1
- Joined: Thu Dec 25, 2025 8:33 am
I encountered a snag while flashing the EOS S3 with the helloworldhw app, following the official tutorial. The MCU part worked fine, just like hitting a bullseye in Ragdoll Archers, but the FPGA build threw errors. It seems helloworldfpga_bit.h is missing. Anyone else facing similar issues with the FPGA on this device? Is support still active, or am I missing a crucial step to get this digital archer firing correctly? The SDK hasn't been updated in a while.