Page 1 of 1

qorc-sdk repository issues

Posted: Tue Mar 07, 2023 3:03 pm
by Menno
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.

Re: qorc-sdk repository issues

Posted: Wed Nov 20, 2024 9:04 am
by scullboots
I successfully flashed the helloworldsw application onto the board; however, I encountered difficulties when attempting to develop the helloworldhw application.

Re: qorc-sdk repository issues

Posted: Fri Jun 27, 2025 10:01 am
by norimpaling
Have any update about this issue?

Re: qorc-sdk repository issues

Posted: Thu Dec 25, 2025 8:38 am
by emeraldjules
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.