EOS-S3 Thing+ Notes 5/28/2023
This post is part of a series of notes I originally recorded on a GitLab wiki for our QuitetThing project with can be found here:
https://gitlab.com/mccormjf/quietthing/-/wikis/home
You need to use --appfpga to program the fpga part of the eoss3 using qfprog (TinyFPGA programmer)
example command : qfprog --port=/dev/ttyACM0 --mode --appfpga top.bin
You can create a bin file for a verilog file using F4PGA python program directly instead of using given makefiles.
Next Steps: Verify if current version of F4pga can work with the quickfeather or if the older quicklogic version is needed. Further explore qorc sdk examples and see if we can compile them directly without the makefiles.
Comments
Post a Comment