0

My Pi won't boot, I was coding my Pi when my friend came and wanted to see a movie from the Pi, I shut it down normally and close the power supply, then changed the SD card that had kodi on and tried to boot it. The Pi didn't boot so I close it again change the SD back and the Pi still didn't boot. I have a 7lcd with a case and I wanted to still use the GPIO pins so I had the stupid idea to connect the pins I wanted to use with wires and have them lose all the time so I can access them easy. Now the Pi is not booting. I don't know if the wire connected to 3v3 pin touched another pin or the ground but when I add the power supply and the red light is on I can power a LED with the 5v pin but not with the 3v3 one.

Can I do anything to fix it?

Andreas Paxih
  • 55
  • 2
  • 9

1 Answers1

1

So you doesn't have power on the 3.3V.

You may have made a shortcut, and fried the 3.3 power supply regulator. One way of trying to be sure of that (and verify the CPU), would be to power the board with an external 3.3V power supply (of good quality)

So remove all the wire who may have started the problem, and try to boot the board this way…

If the power regulator is fried you may have a shortcut to the ground. Try measure the resistance between 3.3V Pins and ground (board shutdown).

If it's the case, you've lost the board. (soldering a new regulator or whatever component may be difficult.

If not you can try and power it externally : take a 3.3V power supply connect the 3.3V output on the 3.3Vpin on your raspberry. Do the same thing for the ground.

You may have trouble powering on 5V and 3.3V at the same time (doing a proper startup) so once all power are connected try shorting the run on your board to reset it.


From another personal answer on stack :

What you could firstly do is measure the resistance between 3.3V and GND with the board off!!!

There are twos solutions :

  1. Short circut, 0 Ohms, you're voltage regulator is dead closed, unless you really know what to do and how (changing the power regulator) the raspberry is dead.
  2. No shorting, In this configuration the regulator died open, you could try to power it with a good 3.3V power supply. (next part)

If and only if there are no short :

In order to do so find a 3.3V power suppply which can provide easily more than 1 or 2 Amp (linear regulator even good will becomes hot very hot !). A laboratory power supply may be a great idea to set the voltage and the maximum current to see what is happening ! Connect ground to ground and 3.3V from your power supply to the 3.3V pin of the GPIO. And try to boot this way…


For sceptics : Indeed there are multiple voltage on the board

  1. 5V externally provided
  2. 3.3V internally generated
  3. 1.2V internally generated
  4. VDD CORE

What could happen is that manipulating the GPIO you fried the 3.3V output, but it's likely nothing happened to the 1.2V which is a separate voltage regulator in the same chip but another regulator.

So in short one of the regulator may be fried (the 3.3V) the other one generating 1.2V is likely to be OK. And as the 1.2V regulator takes his voltage from the 5V having the 3.3V fried open is likely to have no impact on the 1.2V.

The chip is a XR77004

  • 2
    How can I power it with an external 3v3 power supply? – Andreas Paxih Jul 05 '19 at 17:22
  • If you have something like a laboratory power supply, in fact any thing labelled 3.3V with at least 1 or 2 amps. And of course something protected (in case of problem, or something you will not miss if it broke appart).

    In that way, don't supply 3.3V with another Raspberry…

    – Wireless Learning Jul 08 '19 at 06:45
  • I have a bread board that I can use to have an output of 3.3v, but I don't think it has an output of 1 or 2 amps, more like 0.5 – Andreas Paxih Jul 08 '19 at 06:52
  • Did you mean a PCB power supply you put on your breadboard which supply 5V or 3.3v on the sides of the breadboard ?

    If so, if it's something based on AMS1117, it can provide 1 Amps, and if you ask him to much it is power restricted so it will protect himself. You could give it a try. How many of theses boards do you have ? http://www.advanced-monolithic.com/pdf/ds1117.pdf

    – Wireless Learning Jul 08 '19 at 06:58
  • 2
    I just have one MB102 board – Andreas Paxih Jul 08 '19 at 07:03
  • Okay, power this board from 5V (limiting the voltage drop, limiting the power in the component) and give it a try, this power supply is internally protected…

    If your raspberry boot don't run it to much on this power supply, it's definitely not made for that purpose. Then for the connections, connect ground of your raspberry to this board, and 3.3V of the MB102 on the 3.3V on the GPIO pin https://pinout.xyz/#

    – Wireless Learning Jul 08 '19 at 07:07
  • How can I connect the Pi with the board? – Andreas Paxih Jul 08 '19 at 07:08
  • Read the comment before yours, and then you can use jumper wire – Wireless Learning Jul 08 '19 at 07:09
  • 2
    Ok, thank you very much. I will let you know if it works, I am not home right now to try it. – Andreas Paxih Jul 08 '19 at 07:11
  • Powering an RPi with an external 3.3V doesn't sound like a good idea. – Dmitry Grigoryev Jul 18 '19 at 09:06
  • 2
    it's already almost dead, if it can save a board…

    But maybe you could explain why it is a bad idea, to ensure not making any mistakes……...

    – Wireless Learning Jul 18 '19 at 09:29