Forum Discussion
Jeet14
Frequent Contributor
2 years 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