Forum Discussion
CAlex
Contributor
3 years agoAny Cyclone V soc bare metal startup project settings available?
Hi,
I successfully ran the sample on the rocketboards,
now I want to make my own project,
do you guys have any setting guide for that?
Reguards.
aikeu
Regular Contributor
3 years agoHi CAlex,
I will try to check if got any guide provided.
Anyway when I run baremetal application, I only consider the Makefile to add in those required files to support my application code other than the main.c.
Example like below:
EXAMPLE_SRC := main.c leds_cv.c pl330_tst.c alt_dma.c alt_dma_program.c alt_bridge_manager.c alt_fpga_manager.c alt_address_space.c
Thanks.
Regards,
Aik Eu
CAlex
Contributor
3 years agoHi,
could you please provide
python version and
this link resource (if that is not out of date)
in this link:Intel FPGA SoC FPGA Bare-Metal Developer Center Resources | Intel
Thank you
Reguards
Alex