DrPinball
Posts: 57
Joined: Fri May 04, 2012 6:44 pm

Re: Pi DOA

Fri May 04, 2012 7:58 pm

Hi

I received my Pi today, but I think it's Dead on Arrival.

I managed to russell up a 2Gb SD card (not SDHC or 4Gb, does this matter?), keyboard, mouse and a HDMI cable.

I tried using Win32DiskImager but it wouldn't see the SD card - nothing in the drives list.

So, I used the alternative from the wiki 'flashnul' which seemed to get the Debian distro on the card.

I plugged it all together and powered up using my HTC 1A phone supply.

I get the PWR light on, but not much else. The OK light is extremely faint but nothing comes up on the screen - yes, I've changed to the correct AV input.

Tried a different TV with a composite cable, but nothing.

Any ideas, or is it back to Farnell for a replacement?

Cheers.

User avatar
ukscone
Forum Moderator
Forum Moderator
Posts: 4214
Joined: Fri Jul 29, 2011 2:51 pm
Contact: Website

Re: Pi DOA

Fri May 04, 2012 8:04 pm

have you tried booting without the keyboard & mouse plugged in?

DrPinball
Posts: 57
Joined: Fri May 04, 2012 6:44 pm

Re: Pi DOA

Fri May 04, 2012 8:05 pm

ukscone said:


have you tried booting without the keyboard & mouse plugged in?


Yep, still the same

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26442
Joined: Sat Jul 30, 2011 7:41 pm

Re: Pi DOA

Fri May 04, 2012 8:12 pm

If you plug the SD card in to your windows box, can you see the root partition in explorer? Should be about 80MB with some files with .elf extensions plus others.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

DrPinball
Posts: 57
Joined: Fri May 04, 2012 6:44 pm

Re: Pi DOA

Fri May 04, 2012 8:27 pm

Can't see anything - Windows wants to format it. I'm trying to copy the debian image again again using the kids' computer, will report back shortly.

Thanks for your assistance.

DrPinball
Posts: 57
Joined: Fri May 04, 2012 6:44 pm

Re: Pi DOA

Fri May 04, 2012 8:42 pm

Working now, thanks for the help. Image didn't write with flashnul, worked okay with win32diskimager on a different PC.

Thanks again.

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26442
Joined: Sat Jul 30, 2011 7:41 pm

Re: Pi DOA

Sat May 05, 2012 7:27 am

Good, glad that's sorted.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

User avatar
grumpyoldgit
Posts: 1452
Joined: Thu Jan 05, 2012 12:20 pm

Re: Pi DOA

Sat May 05, 2012 8:53 am

It is interesting that a number of Pi owners have thought that their Pi might be DOA. With a PC there are all sorts of messages coming up on the screen. Even if you remove keyboard mouse, memory chips and hard disk you will get some sort of visual or audio message that can then be used for diagnostic purposes. It seems that on the Pi the error tracking is a little more obscure.

Is there a minimum state that can identify that a Pi is working, even if the SD card is trashed/unformatted or a faulty HDMI cable is being used?

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13009
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: Pi DOA

Sat May 05, 2012 9:14 am

It seems the only identification is that the PI tries to read the SD-card, indicated by the blinking OK LED. The PI only has a very tiny ROM (used by the GPU) to load a file from the SD-card, if the file doesn't exist nothing else happens.

User avatar
grumpyoldgit
Posts: 1452
Joined: Thu Jan 05, 2012 12:20 pm

Re: Pi DOA

Sat May 05, 2012 9:52 am

mahjongg said:


It seems the only identification is that the PI tries to read the SD-card, indicated by the blinking OK LED. The PI only has a very tiny ROM (used by the GPU) to load a file from the SD-card, if the file doesn't exist nothing else happens.



That's still a good diagnostic though. It shows that the Pi is not dead and also what it is trying to do.

le4thab
Posts: 52
Joined: Fri Jan 06, 2012 10:55 pm

Re: Pi DOA

Sat May 05, 2012 2:57 pm

on a side note:- would it be possibel to edit this rom to point to the usb to boot from?

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 5502
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: Pi DOA

Sat May 05, 2012 3:56 pm

le4thab said:


on a side note:- would it be possibel to edit this rom to point to the usb to boot from?



I'm afraid the rom is (unsurprisingly) read only - it can't be edited.

There will always need to be an sdcard inserted to boot.

The sdcard can be very small (8 or 16MB should be sufficient) with the rootfs on USB.

le4thab
Posts: 52
Joined: Fri Jan 06, 2012 10:55 pm

Re: Pi DOA

Sat May 05, 2012 5:26 pm

how would you then point the pi to look to the usb as the boot drive?

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 5502
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: Pi DOA

Sat May 05, 2012 5:36 pm

The cmdline.txt will have something like root=/dev/mmcblk0p2

You'd want to replace that with something like root=/dev/sda1 (assuming that is how your USB disk shows up)

You'll need latest kernel from github that has some USB modules built in.

pepedog runs off a USB disk so may be able to clarify this.

pepedog
Posts: 1043
Joined: Fri Oct 07, 2011 9:55 am

Re: Pi DOA

Sat May 05, 2012 6:12 pm

Exactly, Dom.

Arch has had the modules in for a while because I have rootfs on hard drive since January

le4thab
Posts: 52
Joined: Fri Jan 06, 2012 10:55 pm

Re: Pi DOA

Sat May 05, 2012 6:23 pm

any noob instructions?

le4thab
Posts: 52
Joined: Fri Jan 06, 2012 10:55 pm

Re: Pi DOA

Mon May 07, 2012 8:38 pm

pepedog which is the upgraded kernel?

Return to “Beginners”