![]() |
FPZ image not booting - two green blinks - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24) +--- Forum: Freeplay Zero/CM3 (AKA GPA) Software (https://forum.freeplaytech.com/forumdisplay.php?fid=26) +--- Thread: FPZ image not booting - two green blinks (/showthread.php?tid=4545) |
FPZ image not booting - two green blinks - lindell.mark - 01-28-2018 I just got my RP Zero W, SD Card, HDMI Adapter. I don't have my Freeplay kit in the mail yet but I thought I would take the opportunity to get the PI working. I burned the "Freeplay_Zero_18011901.img" image using Win32DiskImager and attempted to boot. The green light blinks twice and doesn't boot which would indicates it's a prob with the image. I downloaded a Raspian image and burned it and it booted up fine so the PIZW works ok. Repeating again with the FPZ image and two green blinks and then nothing. I tried another SD card. Tried using Etcher instead of Win32DiskImager with the same results. Is there any other way to to troubleshoot the image provided? Thanks so much. RE: FPZ image not booting - two green blinks - lindell.mark - 01-29-2018 Just a follow up. I tried the "Freeplay_CM3_18010801.img" as well and it behaves the same as the "Freeplay_Zero_18011901.img". Two green blinks and then nothing. RE: FPZ image not booting - two green blinks - Flavor - 01-29-2018 Well, the CM3 image would likely not work, but that's not the issue. I think the Freeplay_Zero_18011901.img should work just fine. I can't test it right at the moment, but you could go back to the previous img in the archive folder. I doubt that's the issue, though. We do turn off the LED at boot. It's internal once you build, so it's fairly useless. Are you connecting to HDMI? Is the LED on the Pi itself the only indicator that you're using to tell if its booting properly? RE: FPZ image not booting - two green blinks - lindell.mark - 01-29-2018 I am connected to HDMI and have flashed and booted Raspian and RetroPi 0/1 4.3 image. Are there other files changes I can make to RetroPi to make it work with the FreePlay Zero? RE: FPZ image not booting - two green blinks - Flavor - 01-29-2018 There is a chance that some of the models that we make in Config.txt don’t work well with your TV. You could try commenting out the HDMI lines in there. We force a specific resolution, so that the LCD doesn’t look stretched at all. RE: FPZ image not booting - two green blinks - lindell.mark - 01-29-2018 I'm using a monitor but I will poke around in config.txt RE: FPZ image not booting - two green blinks - Flavor - 01-29-2018 You can let it auto detect the monitor. That should be fine for now. RE: FPZ image not booting - two green blinks - Flavor - 01-30-2018 Your /boot/config.txt should look similar to https://github.com/TheFlav/Freeplay-Support/blob/master/config.txt The top is "stock," but you can find our mods after the # BEGIN FREEPLAY MODS line. For your testing, I think you could just ==change== hdmi_force_hotplug=1 #these HDMI lines will try to set up 1024x768 (you can remove them if you have problems playing via HDMI) HDMI_FORCE_MODE=1 hdmi_group=2 hdmi_mode=16 hdmi_drive=1 #Normal DVI mode (No sound) (2 for HDMI with sound) ==to== hdmi_force_hotplug=1 #these HDMI lines will try to set up 1024x768 (you can remove them if you have problems playing via HDMI) #HDMI_FORCE_MODE=1 #hdmi_group=2 #hdmi_mode=16 #hdmi_drive=1 #Normal DVI mode (No sound) (2 for HDMI with sound) ==== Note that you could try hdmi_force_hotplug on or off, but I think there's no reason to let it try composite video. RE: FPZ image not booting - two green blinks - lindell.mark - 02-02-2018 Thanks all. Confirmed that un-commenting: hdmi_force_hotplug=1 enabled so I can test on my HDMI monitor. |