Forum Discussion
uniqueMR
New Contributor
1 year agoTypical way of loading runtime to Arm core (HPS)
Hi, I'm wondering what is the typical way to load runtime executable to FPGA once I build host and device by oneAPI. I followed Agilex™ 7 FPGA I-Series Development Kit (2x R-Tile and 1x F-Tile) t...
Jeet14
Frequent Contributor
1 year agoHi,
Please add below packages into your rootFS and add these into your local.conf file. Recompile the rootFS, with this you will be able to use the 'scp' command for transferring file from Host PC to board.
CORE_IMAGE_EXTRA_INSTALL list to get both scp and sftp clients and servers:
openssh
openssh-sftp
openssh-sftp-server
For building the RootFS, you can refer below link-
https://www.rocketboards.org/foswiki/Documentation/BuildingBootloaderAgilex7#Building_Yocto_Rootfs
Regards
Tiwari