Skip to content

No composite output on Pi0W after update #1166

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

Closed
mati75 opened this issue Jun 30, 2019 · 8 comments
Closed

No composite output on Pi0W after update #1166

mati75 opened this issue Jun 30, 2019 · 8 comments

Comments

@mati75
Copy link

mati75 commented Jun 30, 2019

After update to firmware from stable branch composite output on Pi0W isn't work.

My settings:

# uncomment for composite PAL
sdtv_mode=2
#sdtv_aspect=3
#sdtv_progressive_scan=1
#sdtv_aspect=4:3
#framebuffer_width=960
#framebuffer_height=468

framebuffer_width=480
framebuffer_height=272

#sdtv_mode=1
sdtv_aspect=3

Return to the latest version from May fixes the problem. Kernel 4.19.50 with May firmware working fine.

@6by9
Copy link

6by9 commented Jun 30, 2019

Could you check the output of vcgencmd get_config enable_tvout?
If it returns 0 (it shouldn't) then you should be able to enable it by adding enable_tvout=1 to /boot/config.txt. Please then confirm the revision code for you Pi0W from /proc/cpuinfo?

Composite out is disabled by default on the Pi4, but it's just possible that that disable has managed to apply to other models.

@klricks
Copy link

klricks commented Jul 1, 2019

On a RPi3B+
$ vcgencmd get_config enable_tvout
enable_tvout is unknown
pi@raspberrypi:~ $

enable_tvout=1 to /boot/config.txt. did not help.

@6by9
Copy link

6by9 commented Jul 1, 2019

Apologies - I was forgetting that we currently have two different firmware trees. Pi 0-3 won't have that option.
There is only one commit that touches really display, so I'll have a closer look.

@JamesH65
Copy link
Contributor

JamesH65 commented Jul 2, 2019

Found the problem, fix has been pushed. WIll be in rpi-update in the near future.

popcornmix added a commit that referenced this issue Jul 2, 2019
See: #1166

firmware: Fixes for core_freq_min causing failure on HDMI1
See: http://git/vc4/vc4/merge_requests/529
popcornmix added a commit to Hexxeh/rpi-firmware that referenced this issue Jul 2, 2019
See: raspberrypi/firmware#1166

firmware: Fixes for core_freq_min causing failure on HDMI1
See: http://git/vc4/vc4/merge_requests/529
@joolswills
Copy link

joolswills commented Jul 4, 2019

We just bumped into this with RetroPie 4.5 release. We had manually updated to buster firmware/kernel packages (since the last Stretch kernel had another issue that broke sony bluetooth devices).

We would be hugely appreciative of a kernel/firmware package update for Stretch that includes this. Happy to send bribes/cake/beer etc :-) . Thanks as always for all your efforts.

@ghollingworth
Copy link
Contributor

Looks like it's already there...

383fcf5

Have you updated your firmware? (rpi-update)

Gordon

@joolswills
Copy link

The fix is there yeah. Was referring to it being packaged. Thanks.

@mati75
Copy link
Author

mati75 commented Jul 6, 2019

If no errors appeared, your firmware was successfully updated to 7918aa035dd6529f32d242775dd0e3ca6c5bf3d3

Fixed for me this issue.

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

6 participants