livlos
Posts: 1
Joined: Sun Jun 04, 2017 7:13 pm

Powering on a raspberry pi 3

Sun Jun 04, 2017 7:23 pm

Hello fellow tech wizards.

I bought a raspberry pi 3 last year, and we recently finishing building a full bartop aracde to go around the pi 3 which is running emulation station/retro pi.

The cabinet we built as a main on/off switch for ease of use. This switch power a 4 outlet power box, which is used to power the TV, the marquee light and of course the pi. I can get everything running, but once I do a shut down of the pi through the menus, wait for it to be down and turn off, and then flip the main switch...well the next time we want to play if we just flip the main switch, the tv and marquee light come on, the LEDs in the arcade panel button come on (powered through the pi3 usb)...but..the pi itself does not boot.

Not a HUGE deal, as I just have to open the cabinet to unplug and replug the pi and then it will boot. Obviously it would be a better over all experience if the pi 3 would just boot on power up...but I'm at a loss as to why it does not... unplugging and replugging it will force the boot...so..why is giving power to the outlet not doing the trick? If all else fails, we may just rewire the electrics so the pi is constently powered and on..and the main switch just turn off the light and tv... I would rather get this working however.

Any ideas?

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5618
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: Powering on a raspberry pi 3

Sun Jun 04, 2017 8:29 pm

livlos wrote:
...
the LEDs in the arcade panel button come on (powered through the pi3 usb)...but..the pi itself does not boot.
...
Transient current surge(s) dropping the voltage? Does the red PoWeR led on the Pi flicker? (Possibly difficult to see with all the other lights flashing). What is powering the Pi? How good is the connecting cable? (Can you try a shorter/thicker one?).
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

drgeoff
Posts: 10765
Joined: Wed Jan 25, 2012 6:39 pm

Re: Powering on a raspberry pi 3

Sun Jun 04, 2017 9:14 pm

Another possible reason is that the RPi is booting but is directing its video to the composite output because the TV comes on too slowly for the RPi to sense its presence on the HDMI output in time. Test that theory by temporarily leaving the TV powered up via an unswitched supply while you boot the RPi.

If that is the cause, invoke the 'hdmi_force_hotplug=1' command in config.txt.

MaxK1
Posts: 1043
Joined: Sun Aug 26, 2012 11:34 pm

Re: Powering on a raspberry pi 3

Mon Jun 05, 2017 7:50 am

Would adding boot_delay=n in /boot/config.txt work? I've used it before to allow a hard drive time to spin up, but I don't know when in the boot sequence the HDMI signal is checked relative to the boot_delay.
You are in a maze of twisty little passages, all alike.
When General Failure and Major Disaster get together, Private Parts usually suffers.

Return to “Troubleshooting”