Re: FPGA Accelerator

Posted:
Sun Apr 30, 2017 10:43 pm
by jvarred
Hi, I had the same problem and it solved after changing vivado version on system_bd.tcl file (
https://github.com/parallella/oh/issues/98). I reccomend you to use the stable branch as it doesn't give those problems. Here are the steps that I used to make it work:
https://github.com/parallella/oh/issues ... -298262178
Re: FPGA Accelerator

Posted:
Tue Sep 05, 2017 10:43 am
by manojcs26
I corrected the error (forgot to change the version to 2015.4 in one of the file) and got the bitstream. now I copied that bitstream to the boot directory.
Im trying to run the test present in 'accelerator/sw/'. Im compiling the test files and creating hello.elf...
Now when I try to run the executable It gives an error saying
f_map no such file exists
segmentation fault
I dont know what is the problem..
Any help would be appreciated....
Thank you