After waiting for nearly 3months, I finally got my
Raspberry Pi last week from Element14. Plan was to set it up as a file server for network enabling my external hard disks.
|
Debugging setup |
Attempts to use a SandDisk 8GB Class 10 Extreme SD card and Debian Squeeze image, following the instructions
here, were completely futile. Tales of my woes and subsequent hardware level debug attempts can be found in this
thread.
Plugging in the card and attempting to boot the RasPi failed miserably initially.
|
Damn ugly pull up resistors on the
SD IO lines |
Implementing the pull-up resistor hack suggested by
jhasler,
resulted in a fugly looking but partially working RasPi. It was atleast
attempting to boot now, although it was throwing up a kernel panic
immediately after loading the kernel.
|
After loading kernel card drivers |
|
SD DAT0 line, before kernel is loaded. |
Probing the SD card IO lines with a high BW scope, revealed some glaring anomalies. The SD Clk speeds up and the pulses on the SD DAT lines become terribly distorted once the kernel mmc driver is loaded. Apparently the kernel driver is pushing things outside the hardware specs of the RasPi. Hopefully this will be addressed in the future firmware or patched kernel releases.
Anyway, finally had great luck with a 4GB SanDisk Class 4 SD card and the
2012-06-18-wheezy-beta image. It immediately booted up and within a few seconds, I was greeted by the friendly raspi-config menu similar to the one below, which lets the user configure the GPU memory share, KB layout, locale and a few other useful stuff.
|
raspi-config menu inside a ssh session. |
A few simple choices and finally I get the much awaited Debian login prompt!
For powering the RasPi I was initially using my Nokia 5800 (yes I am still using this pre-historic phone!) micro-usb cable connected to my desktop but later on replaced it with a Belkin powered usb hub.
|
RasPi powered by Belkin USB Hub. |
One of the downstream ports of the hub powers the RasPi. while the upstream port of the hub is plugged back to the USB port of the Pi. The arrangement looks a bit funny though ( no, this is not a perpetual machine, the external power connector to the hub is yet to be connected :P )
The external HDD, one additional USB to ethernet connector (I am connected to 2 different subnets) and keyboard (temporarily) were all plugged into the HUB. My Mac Mini's HDMI to DVI connector, was of great help during the initial setting up. Once that was done, SSH is now working just fine for me, no longer need the KB or display.
I'll keep jabbering about my further experiences with this tiny beast, in the next few posts!!
Comments