-
Notifications
You must be signed in to change notification settings - Fork 5.2k
V3D is disabled after apt-get upgrade on Pi 3B+ #4030
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
Comments
That message appears to come from the qpu accelerated hello_fft library (that I assume is used by rtl_airband). What model of Pi are you using? |
I am using Pi 3B+. And yes, it uses hello_fft library. Here below is the config.txt settings. And thank you!!
|
As I said, "dtoverlay=vc4-kms-v3d" uses the arm side kms driver (which includes the 3d shaders). You'll need to switch back to
|
I did and changed it to the following. But still getting the same error. For more options and information seehttp://rpf.io/configtxtSome settings may impact device functionality. See link above for detailsuncomment if you get no picture on HDMI for a default "safe" mode#hdmi_safe=1 uncomment this if your display has a black border of unused pixels visibleand your display can output without overscan#disable_overscan=1 uncomment the following to adjust overscan. Use positive numbers if consolegoes off screen, and negative if there is too much border#overscan_left=16 uncomment to force a console size. By default it will be display's size minusoverscan.#framebuffer_width=1280 uncomment if hdmi display is not detected and composite is being output#hdmi_force_hotplug=1 uncomment to force a specific HDMI mode (this will force VGA)#hdmi_group=1 uncomment to force a HDMI mode rather than DVI. This can make audio work inDMT (computer monitor) modes#hdmi_drive=2 uncomment to increase signal to HDMI, if you have interference, blanking, orno display#config_hdmi_boost=4 uncomment for composite PAL#sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. Uncomment some or all of these to enable the optional hardware interfaces#dtparam=i2c_arm=on Uncomment this to enable infrared communication.#dtoverlay=gpio-ir,gpio_pin=17 Additional overlays and parameters are documented /boot/overlays/READMEEnable audio (loads snd_bcm2835)dtparam=audio=on [all] |
Minor correction to popcornmix. You will need to remove or comment out either |
I tried removing those but still showing the message "Unable to enable V3D. Please update your firmware" |
Just to check (as you haven't provided the details), you are running a standard 32bit Raspberry Pi OS install? The GLES driver is not supported on 64bit OSes. |
uname -a cat /etc/os-release |
Also the software Rtl_Airband worked smoothly before the apt-get upgrade. So I'm not sure if the problem has to do with it being 32 or 64 bit |
You're using a 32bit OS, so that's not the issue. |
From searching I believe |
I have already done that previously and is still on the overrides.cfg file |
Anyways I formatted it and did a fresh install and everything works now. Thank you @popcornmix and @6by9 for your help. Much appreciated!!! |
Before the upgrade, Rtl_Airband was working like a charm. After I upgraded the software mid-December 2020, I started getting the message "Unable to enable V3D. Please check your firmware is up to date."
I have tried updating several times and everything is updated. Any possible solutions?
The text was updated successfully, but these errors were encountered: