Forum Discussion
2258432
Occasional Contributor
3 years agoHow to correctly read data from FIFO on HPS and send it out through HPS Ethernet
I am a novice. I have two clone V soc boards, and I generated some video data on the FPGA side of one of them and sent it to the HPS side through the H2F AXI bus. I want to send it to the second boar...
- 3 years ago
Hi,
We only have two examples, but on old version so you can use them as references, unfortunately we do not have the latest version for this:
https://www.rocketboards.org/foswiki/Projects/CycloneVRGMIIExampleDesign
EBERLAZARE_I_Intel
Regular Contributor
3 years agoHi,
Are you familiar with the Cyclone V SoC Bootloaders? Linux Uboot etc
- 22584323 years ago
Occasional Contributor
Hi,
I know the general steps, and I referred to https://bitlog.it/20170820_building_embedded_linux_for_the_terasic_de10-nano.html to build preloaders, uboots, dtb files, and so on for my design. And run ubuntu14.04 on the board.