gavinlew said:
Well I've tried to get it booting and unfortunately I have failed.
This is what I've done so far ;
Setup a new SD card following ;
http://elinux.org/RPi_Advanced_Setup
Downloaded the Debian .zip as this is needed to extract the files which reside on the FAT32 partition
Placed the following files on the FAT32 partition of the card-rw-r--r-- 1 gavinlew gavinlew 2000828 2012-04-24 20:58 arm128_start.elf
-rw-r--r-- 1 gavinlew gavinlew 2000828 2012-04-24 20:58 arm192_start.elf
-rw-r--r-- 1 gavinlew gavinlew 2000828 2012-04-24 20:58 arm224_start.elf
-rw-r--r-- 1 gavinlew gavinlew 16528 2012-04-24 20:58 bootcode.bin
-rw-r--r-- 1 gavinlew gavinlew 141 2012-04-24 20:58 cmdline_testmode.txt
-rw-r--r-- 1 gavinlew gavinlew 142 2012-04-24 21:16 cmdline.txt
-rw-r--r-- 1 gavinlew gavinlew 8126852 2012-04-24 20:59 kernel.img
-rw-r--r-- 1 gavinlew gavinlew 314691 2012-04-24 20:58 loader.bin
-rw-r--r-- 1 gavinlew gavinlew 208 2012-04-24 20:58 onetime-config.txt
-rw-r--r-- 1 gavinlew gavinlew 2000828 2012-04-24 20:58 start.elf ** kernel.img is actually the OpenELEC .kernel file (renamed)** start.elf is a copy of arm128_start.elf Edited cmdline.txt to be dwc_otg.lpm_enable=0 rpitestmode=1 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200
console=tty1 root=/dev/mmcblk0p2 rootfstype=squashfs rootwait Next, used "dd" to write the OpenELEC .system file to the second partition on the SD card dd bs=1M if=OpenELEC-RPi.arm-devel-20120424114828-r10695.system of=/dev/sdb2 Put the newly created card into the Pi, booted up and got system halted errors on screen. From what I can see is the kernel starts to boot then crashes. Any Ideas?
I haven't tried this yet, but: rename the .system file SYSTEM and copy it into the same folder as the KERNEL. I would imagine you will need to re-size the partition. When you install OpenElec on a standard PC, I think that is how it works.