Hello,
My current setup comprises an Arria 10 GX development board connecting to ADRV9371-W/PCBZ via FMC connector.
I have completed setting up the Quartus project for no-OS on the a10gx by following this guide https://wiki.analog.com/resources/eval/user-guides/mykonos/no-os-setup#intelaltera_platform
The project was compiled without issue, and the headless application ran fine.
Now, I am looking into a best way to send data from a PC to ADRV9371-W/PCBZ for transmitting out of the SMA ports.
Based on what I have seen in the Platform Designer, I probably can use the Ethernet port RJ-45 on the a10gx to communicate with the PC. I am looking for a sample code to transfer data utilizing this connection.
Any suggestion on how to accomplish this would be greatly appreciate.
Thanks
Nick
username: rootpassword: analog
Buildroot: export CROSS_COMPILE=nios2-linux-gnu- make nios2_adi_rootfs_defconfig makeCopy the generated rootfs.cpio.gz to linux/arch/nios2/boot/
Linux Kernel: copy linux/arch…