-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running applications on fpga #109
Comments
Dear @simple86. Many thanks for your report. Do you notice the problem even if you try the test in the folder |
Yes. The problem occurs even when running the test |
Ok thanks. Could you also include |
Thanks. I tried |
Ok good. How did you connect your fpga? did you correctly install openocd on your host machine and use the right cable configurations for openocd? |
The board is connected by JTAG. I installed |
Dear @simple86 Have you followed the guide here: https://github.com/pulp-platform/pulp/tree/master/fpga#fpga to setup your environment? If not, please try doing it and then we will have a look together if you are still stuck |
Thanks. I followed the guide and tried again. Now I'm still stuck at the same place. Here is what I found.
|
Hi @simple86 😄
Keep us updated! 😄 |
Thanks a lot for your guide!
Do I need a hardware debugger or adapter (like Olimex ARM-USB-OCD-H, Digilent JTAG-HS2 adapter) as a bridge for connection? |
Hi @simple86 |
The application runs well with
platform=gvsoc
, but not when I put it on fpga.I checkout the branch to
sup_fpga
.The application was successfully built by
$make clean all platform=fpga
.FPGA board zcu102 is connected using JTAG, and the bitstream of pulpemu is flashed into the board.
It's the log after I run the command
$make run platform=fpga
.The
openocd
command is located in pulp-sdk/tools/gapy/runner/board/board_runner.py.I'm pretty new to FPGA, and it's hard for me to figure out the problem.
Many thanks!
The text was updated successfully, but these errors were encountered: