abhiTronix / raspberry-pi-cross-compilers

Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
https://sourceforge.net/projects/raspberry-pi-cross-compilers
GNU General Public License v3.0
594 stars 104 forks source link

rsync: [sender] link_stat "/opt/vc" failed: No such file or directory in Raspberry Pi #104

Closed jagannathmurali closed 2 years ago

jagannathmurali commented 2 years ago
rsync -avz --rsync-path="sudo rsync" --delete pi@192.168.1.135:/opt/vc sysroot/opt
receiving incremental file list

sent 8 bytes  received 7 bytes  2.73 bytes/sec
total size is 0  speedup is 0.00
rsync: [sender] link_stat "/opt/vc" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1677) [Receiver=3.1.3]
rsync: [Receiver] write error: Broken pipe (32)

On checking Raspberry Pi, the path /opt/ is empty. There is no 'vc' folder inside the 'opt' folder some say /opt/vc/bin is replaced to /usr/bin folder Please help

Note: Raspberry Pi 3 with 64 bit Bullseye

jagannathmurali commented 2 years ago
 sudo apt-get update
sudo rpi-update

This worked.