Can someone PLEASE tell me what is wrong with this wiring??
Can someone PLEASE tell me what is wrong with this wiring??
I don't know what I'm doing wrong. I know the screen works on 5V, and I can even tell power is getting to it, but I'm not getting a video output! Is there something off in my wiring? And do I need to connect the white wire to anything?
- DarkTyrian
- Posts: 7
- Joined: Sun Jul 17, 2016 5:43 pm
- Has thanked: 3 times
- Been thanked: 3 times
Re: Can someone PLEASE tell me what is wrong with this wiring??
I have not built my GBz yet, but I just looked at Wermy's blog and it looks like you have the yellow in the wrong spot and the white should be where the yellow is now.
http://sudomod.com/wp-content/uploads/2 ... .10.16.jpg
He also states "To get a picture out of it, you need an SD card inserted into the pi with an OS on it. This can be vanilla Raspbian, or Retropie if you like. Just be sure to download the one for the Pi Zero if you go with Retropie. "
Here is the page I pull the info from.
http://sudomod.com/game-boy-zero-guide-part-3/
http://sudomod.com/wp-content/uploads/2 ... .10.16.jpg
He also states "To get a picture out of it, you need an SD card inserted into the pi with an OS on it. This can be vanilla Raspbian, or Retropie if you like. Just be sure to download the one for the Pi Zero if you go with Retropie. "
Here is the page I pull the info from.
http://sudomod.com/game-boy-zero-guide-part-3/
- ChunkeeMunkee
- Posts: 42
- Joined: Fri Jul 22, 2016 9:20 pm
- Location: Walsall, UK
- Has thanked: 16 times
- Been thanked: 7 times
- Contact:
Re: Can someone PLEASE tell me what is wrong with this wiring??
I have tried all combinations of the wiring you both suggested and none of them worked. HDMI output works great, so I know the OS is running fine. What are the chances my Pi shipped with a faulty TV out pad? I can't think of anything else.
-
- Posts: 263
- Joined: Sun May 22, 2016 6:22 am
- Location: France
- Has thanked: 137 times
- Been thanked: 37 times
Re: Can someone PLEASE tell me what is wrong with this wiring??
Have you check the config.txt ? you have to modify it to out on composite
Have a look at this : https://github.com/recalbox/recalbox-os ... osite-(EN)
[spoiler="You can also copy my recalbox conf.txt to have auto hdmi-composite selection at boot"]
On Retropie I don't know how it works but on Recalbox you also have to edit the "/recalbox/share/system/recalbox.conf to set "global.videomode=default"[/spoiler]
You should cut or ground the white wire as you don't need it and it can get noise.
Have a look at this : https://github.com/recalbox/recalbox-os ... osite-(EN)
[spoiler="You can also copy my recalbox conf.txt to have auto hdmi-composite selection at boot"]
Code: Select all
disable_overscan=0
sdtv_mode=2
hdmi_group=1
hdmi_mode=16
# Overclock
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=512
#hdmi_force_hotplug=1
temp_limit=65
kernel=zImage
disable_overscan=0
overscan_scale=1
arm_freq=1000
core_freq=250
sdram_freq=450
force_turbo=0
over_voltage=6
over_voltage_sdram=0
gpu_freq=250
You should cut or ground the white wire as you don't need it and it can get noise.
- Mischief
- Posts: 225
- Joined: Sat May 21, 2016 7:50 am
- Location: Wolverhampton, UK
- Has thanked: 29 times
- Been thanked: 69 times
Re: Can someone PLEASE tell me what is wrong with this wiring??
The screen is has 2 channels yellow is av1 and white is av2 so no need to hook up both, my screen is the same and is hooked up in the exact same way and it works great.DarkTyrian wrote:I have not built my GBz yet, but I just looked at Wermy's blog and it looks like you have the yellow in the wrong spot and the white should be where the yellow is now.
http://sudomod.com/wp-content/uploads/2 ... .10.16.jpg
He also states "To get a picture out of it, you need an SD card inserted into the pi with an OS on it. This can be vanilla Raspbian, or Retropie if you like. Just be sure to download the one for the Pi Zero if you go with Retropie. "
Here is the page I pull the info from.
http://sudomod.com/game-boy-zero-guide-part-3/
I had some issues so I removed the chip before I put the 5V bypass try that first.Tierod wrote:I don't know what I'm doing wrong. I know the screen works on 5V, and I can even tell power is getting to it, but I'm not getting a video output! Is there something off in my wiring? And do I need to connect the white wire to anything?
[spoiler="show me the image"]

(Ignore the extra black wire it's not needed)

Re: Can someone PLEASE tell me what is wrong with this wiring??
SOLVED! After all but giving up, I tried to edit my config.txt again after having no success the first time. I forced composite by turning off HDMI hotplugging. I don't know if this is what I was supposed to do from the beginning or wether it was a wierd bug. Did all of you have to do this? I jumped for joy when I saw that rainbow splash screen. Now, that that's solved it's back to work!
PS: For anyone else with this problem, to force Composite put your SD card with retropie installed and open it up. Your computer should read that card's name is "boot". In there is the config.txt.
Go to the line that says
#sdtv_mode=2
and delete the # symbol (to uncomment it)
Then go to the end of the file and type
hdmi_ignore_hotplug=1
This should force Composite.
PS: For anyone else with this problem, to force Composite put your SD card with retropie installed and open it up. Your computer should read that card's name is "boot". In there is the config.txt.
Go to the line that says
#sdtv_mode=2
and delete the # symbol (to uncomment it)
Then go to the end of the file and type
hdmi_ignore_hotplug=1
This should force Composite.
- RetroGamingNow
- Posts: 137
- Joined: Fri Jul 15, 2016 7:55 pm
- Has thanked: 9 times
- Been thanked: 24 times
Re: Can someone PLEASE tell me what is wrong with this wiring??
So am i right in what im reading that we do not need to hook up both the white and the yellow wires? I have the adafruit screen and am using helders all in one board. I have both hooked up and it works great but if it will get less noise by removing the white then im thinking i should remove it?
-
- Posts: 263
- Joined: Sun May 22, 2016 6:22 am
- Location: France
- Has thanked: 137 times
- Been thanked: 37 times
Re: Can someone PLEASE tell me what is wrong with this wiring??
@Tierod : have you read my previous answer ? Ahah
I exactly said you to modify config.txt and I even gave mine to you
I exactly said you to modify config.txt and I even gave mine to you

Who is online
Users browsing this forum: Google [Bot] and 1 guest