-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/opt/vc/sbin/vcfiled: error while loading shared libraries: libvchiq_arm.so: cannot open shared object file: No such file or directory #7
Comments
Getting the same error. Think it's something to do with the 3D graphics, seen this file mentioned in a few discussions regarding GLXdemo testing |
I also had this issue. It is documented here: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=26&t=6857. As in that thread, running 'ldconfig' prior to running 'rpi-update' seems to have fixed it for me, although than another issue occurred: #8. |
Also, I was able to force 'rpi-update' to re-run the update despite the "firmware is already up to date" message by removing the /boot/.firmware_revision file from my /boot directory. This allowed me to re-run 'rpi-update' after running 'ldconfig' to resolve the initial error. Adding a "force update" option to 'rpi-update' that ignores the value of the .firmware_revision file might be desirable for situations such as this. Or maybe just make it so that 'rpi-update' doesn't generate the .firmware_revision file unless it verifies that the update completed without error. |
Thanks, running ldconfig and removing .firmware_revision solved this issue for me. Maybe in the update process, ldconfig could be inserted before the update process, preventing any further possible library errors? |
I had the same error, after (run as root) Found out that folder boot is empty and folder boot.bak is not. Copied contents to boot and still not booting. Tried replacing start.elf with arm224_start.elf and arm192_start.elf and still not booting. Did not try (yet) running |
I didn't see the suggestions re ldconfig before running and got this following error after the line "Using SoftFP libraries" ... is there a recovery fix? /opt/vc/sbin/vcfailed: error while loading shared libraries: libvchiq_arm.so: cannot open shared object file: No such file or directory Now my Wifi adapter no longer works, so I have no access to internet from the Pi. |
Following my post above: sudo -s rpi-update reported: firmware already up to date. |
I also had a problem with config.txt (could not change it) they mentioned on the RaspPi forum that something was wrong with the current kernel. A quote: "This is a known bug, probably rooted in the SDHCI driver, and I'm currently investigating it. The FAT filesystem causes single block writes, and these appear to be problematic (i.e. the writes silently don't succeed) with some SD cards. Dataloss bugs are not acceptable." More on this issue (I feel they are related, rpi-update is unabel to write on some SD cards): The problem seems to be fixed now, but people are unable to update (using the original distro). |
Support updating from linux repo github artifacts
Hey, not sure what this means, but on my update (the Debian image from April) run I got the error message above. Here's the full log:
After reboot however, the update tool now says the firmware is already up to date, so I was just wondering what this error meant?
Thanks for the effort of building and maintaining this!
The text was updated successfully, but these errors were encountered: