Actually, it arrived the day after my last post (and I got it going on Sunday) but, due to 'flu, I've not had the chance to tell you about it yet.
Anyway, here goes.
I got it started using a combination of the Raspberry Pi quick start guide and this guide. These were the highlights:
- I was using an HDMI TV to make things simpler on this occasion.
- I began with the quick start guide and, as I already had an SD card loaded with the operating system, skipped to Section 5, plugging everything into the Pi in the order given on page 1. Notes: a) When I plugged in the HDMI cable, I also connected it into the TV, switched the TV on, and changed to HDMI input, so I wouldn't miss anything on screen; b) The SD card goes in contacts uppermost and only goes in halfway (Don't panic!).
- When I plugged in the power supply, I started getting loads of text scrolling up the screen.
- After a while this stopped and I got the config screen (Section 5, point b)). At this stage, I took the advice of the other guide I mentioned and set-up the 'expand_rootfs', 'overscan', 'change_pass', 'change_timezone', and 'configure_keyboard' settings by selecting them using the keyboard arrows, pressing Enter, then following the instructions. Notes: a) Once I was in a setting, I found the Tab key was the way to reach the options at the bottom the screen (See 'Overscan' example below); b) When it came to changing the password, nothing happens as you type the password. This is normal.
- Once I'd finished making changes, I Tabbed to the <Finish> option at the bottom of the config screen and pressed Enter to reboot the Pi (which was necessary after changing these settings).
- After a while, I got a login prompt. So I entered 'Pi' (The standard user) and pressed Enter. I then had to enter my password. When I pressed Enter again, I was at the Unix equivalent to a DOS prompt (See the quick start guide section 5, point i)).
- To get to a GUI style screen, I typed 'startx' at the prompt.
- I was in!
- IMPORTANT: To switch off, you don't just yank out the power supply. If you do, you may damage the SD card. Instead, logout of the GUI using the icon in the bottom right corner. Then stop the Operating System using 'sudo halt' then Enter at the prompt. Only then can you unplug everything.



