Terasic System on Modules (TSOM) Board - Cannot boot linux while programming FPGA
Hello,
I have been working for a project on DE0-Nano SoC (Cyclone V) with hps-fpga programming : roughly to drive gpio's (fpga side) directly from a C program executed in linux. Following the manual I could easily adapt it to my project (main steps are, generating rbf file and compiling c file).
Now I want to do exactly the same but on the TSOM development kit. The problem is, when I program fpga either through quartus (sof file) or through SD card (rbf file), then linux won't boot and will stop at "starting kernel...". I also tried with a basic blinking led program without hps part, linux doesn't boot.
I don't know if there are some major differences (except pin mapping) between these two boards with both Cyclone V, or if I am missing something (I'm fairly new in this field), but there are no tutorials about this specific board, I have to rely on the de0 nano hps to fpga guide.
If you have any clue you're welcome !