jungle Posted December 22, 2019 Share Posted December 22, 2019 I want to add/ enable rsync in petalinux Im using the bsp from here https://github.com/Digilent/Petalinux-Cora-Z7-07S But If I build it from source I think I can add a package? I can see that there is a mention of rsync in a file called rootfs_config here: Quote # rsync # # CONFIG_rsync is not set # CONFIG_rsync-dev is not set # CONFIG_rsync-dbg is not set So can someone point me to an instruction or tell me how I can enable rsync ? Thankyou! Link to comment Share on other sites More sharing options...
Ionel Posted December 23, 2019 Share Posted December 23, 2019 @jungle Run petalinux-config -c rootfs to include your package in rootfs Then follow instruction presented. *-dev, *-dbg packages are not required unless you intend to do some changes to rsync tool. You can also use `scp`, `rcp` but if you intend to use `rsync` you already know what you whan't to accomplish You can also use a remote path for source with rsync if you have it on your host computer. host to board: rsync -a /host/path/to/dir/or/file username@board_ip:board/path/to/dir/ board to host: rsync -a username@board_ip:/board/path/to/dir/or/file /host/path/to/dir/ Link to comment Share on other sites More sharing options...
Question
jungle
I want to add/ enable rsync in petalinux
Im using the bsp from here https://github.com/Digilent/Petalinux-Cora-Z7-07S
But If I build it from source I think I can add a package?
I can see that there is a mention of rsync in a file called rootfs_config here:
So can someone point me to an instruction or tell me how I can enable rsync ?
Thankyou!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.