Go to advanced search

by toani
Mon Oct 07, 2019 5:07 am
Forum: Troubleshooting
Topic: Dead RPi 3 B+ after short circuit pin 1 and 2 of GPIO
Replies: 20
Views: 12380

Re: Dead RPi 3 B+ after short circuit pin 1 and 2 of GPIO

I just had the same issue. The 3.3 pin bended on a HAT where I soldered weak long pins. These were flexible enough that when I touched pin 1 while making a connection it bended and shorted 5V. The RPI is now RIP. Lesson RE-learned: Connect things without power. I should have known better. I thought ...
by toani
Fri Jul 19, 2019 9:08 pm
Forum: Advanced users
Topic: Automatic Expand Filesystem after cloning a Rasbian image
Replies: 31
Views: 21461

Re: Automatic Expand Filesystem after cloning a Rasbian imag

TimG wrote:
Mon Feb 20, 2017 3:00 pm

Code: Select all

sudo wget -O /etc/init.d/resize2fs_once https://github.com/RPi-Distro/pi-gen/raw/dev/stage2/01-sys-tweaks/files/resize2fs_once
[/quote]

This line is now:

[code]sudo wget -O /etc/init.d/resize2fs_once https://github.com/RPi-Distro/pi-gen/blob/master/stage2/01-sys-tweaks/files/resize2fs_once

Go to advanced search