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
-
- 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.