Page 1 of 4
Total Noob and I need help with V.9 Screen
Posted: Wed Dec 28, 2016 1:53 pm
by easter24
So I have been poking around and thought that the GBZ would be a sweet project to embark on. I followed wermy's link on the GBZ Custom to the amazon page and purchased the BM screen there. It came yesterday and I cracked it open only to discover that my board was quite a bit different than the one in wermy's video. He mentions this but...unfortunately for my bad luck...Mine is the only set up without a solution for 5v conversion. It's Version 9 in the Wiki and I have no idea where to begin. Any advice is appreciated.
Thanks guys.
http://sudomod.com/wiki/images/3/32/BW_V9_Board.jpg
Re: Total Noob and I need help with V.9 Screen
Posted: Thu Dec 29, 2016 9:38 am
by Helder
See this image below and do the same thing to the chip on the right side of the board:

Re: Total Noob and I need help with V.9 Screen
Posted: Thu Dec 29, 2016 10:14 am
by easter24
Perfect. I wasn't sure if it would be that simple. Thanks a million.
Re: Total Noob and I need help with V.9 Screen
Posted: Tue Jan 24, 2017 4:44 pm
by jarheadappel
Have the same screen, but can not get it to power on, jumped the wire to the same spot. Any ideas?
Re: Total Noob and I need help with V.9 Screen
Posted: Tue Jan 24, 2017 11:18 pm
by Helder
jarheadappel wrote:Have the same screen, but can not get it to power on, jumped the wire to the same spot. Any ideas?
Same board? Or same screen?
Re: Total Noob and I need help with V.9 Screen
Posted: Wed Jan 25, 2017 1:05 am
by BuToNz
Helder wrote:jarheadappel wrote:Have the same screen, but can not get it to power on, jumped the wire to the same spot. Any ideas?
Same board? Or same screen?
Don't forget you need a signal to it for it to power on.
Re: Total Noob and I need help with V.9 Screen
Posted: Wed Jan 25, 2017 5:07 am
by jarheadappel
Same board it looks exactly like the original posters board. And I had it hooked up to my pi and nothing came up, so I plugged in the hdmi to a screen and retropie showed up. So it should have worked. Are the board easily damaged?
Re: Total Noob and I need help with V.9 Screen
Posted: Wed Jan 25, 2017 5:40 am
by BuToNz
jarheadappel wrote:Same board it looks exactly like the original posters board. And I had it hooked up to my pi and nothing came up, so I plugged in the hdmi to a screen and retropie showed up. So it should have worked. Are the board easily damaged?
Have you make the required changes to the config.txt to display via composite?
Re: Total Noob and I need help with V.9 Screen
Posted: Wed Jan 25, 2017 5:56 am
by jarheadappel
BuToNz wrote:jarheadappel wrote:Same board it looks exactly like the original posters board. And I had it hooked up to my pi and nothing came up, so I plugged in the hdmi to a screen and retropie showed up. So it should have worked. Are the board easily damaged?
Have you make the required changes to the config.txt to display via composite?
No, how or where does it tell you to do that? Sorry never used a pi before this.
Re: Total Noob and I need help with V.9 Screen
Posted: Wed Jan 25, 2017 7:13 am
by BuToNz
jarheadappel wrote:BuToNz wrote:jarheadappel wrote:Same board it looks exactly like the original posters board. And I had it hooked up to my pi and nothing came up, so I plugged in the hdmi to a screen and retropie showed up. So it should have worked. Are the board easily damaged?
Have you make the required changes to the config.txt to display via composite?
No, how or where does it tell you to do that? Sorry never used a pi before this.
Either SSH into Pi (
https://github.com/retropie/retropie-setup/wiki/ssh) or F4 in Retropie menu to back out to terminal then:
cd /boot
sudo nano config.txt
Then at the bottom
# uncomment for composite PAL
#sdtv_mode-2
remove the # so
# uncomment for composite PAL
sdtv_mode-2
and then "Ctrl X" to exit and save with Y
then reboot.