I am very new to the work with FPGAs and embedded systems in generel.
Currently I started working with a DE10 Nano Dev Board and with the CycloneV on it.
I try to programm the .rbf files generated through Quartus on the FPGA, using a Linux Distro running on the SoCs HPS.
I am confused if I have to compile a Preloader and Bootloader for this like described in guides like this:
or if a prebuild SD image would achieve the same result.
I initially tried to compile it myself, but got stuck at some point.
Then I found this:
Is it possible programming the FPGA with the already booted up Linux OS using the commands described in the guide or am I overlooking something major here?
I hope my questions aren´t overly stupid.
I am very new to this topic.