Skip to content
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

PocketVJ 3.x image does not boot on RPi 3 B+ (released on 14/03/2018) #53

Closed
magdesign opened this issue Apr 18, 2018 · 3 comments
Closed

Comments

@magdesign
Copy link
Owner

PocketVJ image will not boot on the newly released RPi 3 B+ (14/03/2018).

@magdesign
Copy link
Owner Author

Here is the solution:

Now it should also boot on RPi3 B+.

Note:
Do not make apt-get upgrade since this breaks some X window settings and image player will not work anymore!

@zimtzeke
Copy link
Contributor

zimtzeke commented Oct 24, 2018

hi, for me this worked after some little changes:
• Insert card into RPi3
• sudo apt-get install rpi-update
• sudo rpi-update <— THIS DID NOT WORK (ca-error), SO I DID… (see next line)
• sudo CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt rpi-update
• wget https://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree/firmware-brcm80211_20161130-3+rpt3_all.deb <— THIS DID NOT WORK, SO I DOWN-LOADED FILE on my remote computer AND UPLOADED IT WITH SMB TO /media/internal and executed it like this:
• cd /media/internal
• sudo dpkg -i firmware-brcm80211_20161130-3+rpt3_all.deb
• reboot

@Kolor3k
Copy link

Kolor3k commented Feb 15, 2019

1.Download:
https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-07-05/
https://github.com/raspberrypi/firmware
https://workupload.com/file/Mr6bBp2y
2.Flash rpi 2017-07-05-raspbian-jessie-lite.img
3.Delete all files located in Boot partition
4.Copy boot folder from firmware-master.zip
4.Replace Kernel .Files located in boot.zip
5.Boot rpi
6.sudo rpi-update
7.reboot
It worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants