Some experiences I’ve gained during my first Raspberry Pi‚s tests:
1) Fedora sucks.
Really. Fedora Remix, the one distro recommeded by Pi team, is not the best option – at least for me. Just to be sure – I’m talking about version 14 of that.
There is no URL of image on wiki page (nor anywhere I looked at). You have to download installer which will do everything for you… if it can found your card reader. It didn’t on my Windows XP laptop. And there is no way to override automatic detection.
I downloaded VmWare image with Fedora linux and tried the installation from this environment. It worked like a charm, of course.
After first Pi’s boot I’ve found that author of the Fedora Remix distro set password expiration on default accounts. This is a bullshit. Raspberry Pi has no real time clock chip onboard, so if you boot it up with no internet connection, date is set to 1970/1/1. If you connect it, date is set by NTP. So you boot for the first time, with no internet connetion. Password is expired, you have to change it. Then you boot with internet. Password is expired, you have to change it. You want to try connection with your plasma TV – so you move to another room, connect it to TV (and not to internet) … and shit, password is expired, you have to change it. And so on.
And at last, but not least, I was unable to start X Windows on Fedora Remix. Some error messages on console was all I’ve got.
One positive point for Fedora – it resize partition on SD card to use all the space available. Automatically, during the first boot.
2) Debian is much better – but some tunning is required
Second time I’ve tried Debian „squeeze“ (version 2012-04-19). I copied image to the SD card in virtual Ubuntu box in VmWare with standard „dd“ command … and Pi started up without problem.
This distro’s author didn’t forgot about missing RTC chip in Pi. I logged on with no password expiration message. Default configuration is smart – it detect that date is 1970/1/1 and displays a message like „Time/date seems invalid, you can set it via ‚date …‘ command“. Thumbs up – this is what I call „user friendly“.
X Windows works like a charm. LXDE is simple, but everything I need is there.
British keyboard and british time zone is set by default. I’ve found this article describing how to configure it to something more usefull. There are handful of other tips and tricks here – you should read it.
Next step I did was firmware update. I’ve installed firmware updater from Heexeh. Just did the things mentioned in readme and all proceed OK.
I set memory split to 224 MB for linux / 32 MB for video.
There are little problems with SD card during the boot after the firmware update. It is mentioned on forum somewhere – and I meet it also. Boot process works for about two seconds, then plenty of error messages are displayed – error during reading SD status register and other similar. Maybe my SD card is too fast for Pi. But after some time (from 30 seconds to three minutes) the boot process resumes and everything is working good.
Debian image is about 2 GB in size. If you have bigger SD card, the rest of SD card is left unused – maybe it is better to resize partition to eat the whole card size. There is no automatic partition resize like in Fedora – I miss this feature. So I had to boot Ubuntu image in VmWare, insert SD card to reader and use the GParted tool. Partition resize is easy-as-a-breathing in GParted.
Some other tips for debian configuration are here.
3) XBMC is working good, too
I’ve tried XBMC within OpenELEC distro. I used the precooked image described in this forum post.
It works!
- FullHD 1080/24p video played on my 50″ TV with no problems!
- Subtitles in Czech language with both local encoding (Windows-1250) and UTF-8 – no problem.
- Streaming from network – no problem.
- AVI, MPEG and MKV containers works.
Good work, XBMC team.
I’ve found some videos which can’t be played – and XBMC seems to be somewhat confused after trying to play them, so I have to reset Pi for playing another video. Strange.
XBMC is not really fast on Pi. Video playback is good, because it is done on GPU, but XBMC environment – menu, configuration and so on – is really slow. I will not use Pi asi a media player device for my TV – but it is still impressive that such a small computer can play Full HD video.
Next step on the XBMC field: I will try to use DLNA server on my Nokia 701 phone for videostreaming.
Links:
- http://laptop006.livejournal.com/56829.html – how to set usefull keyboard and time zone; some security tips
- http://andybold.me.uk/first-steps-with-raspberry-pi.html – how to set ssh server; some other security tips
- http://www.raspberrypi.org/phpBB3/viewtopic.php?f=9&t=5723 – boot image with OpenELEC XBMC