Changes

How to get the Geexbox distribution

184 bytes added, 11:54, 6 June 2010
Make a bootable MMC card with GeeXbox
== Make a bootable MMC card with GeeXbox ==
Prepare your MicroSD First prepare the SD card the following way (and order):* create one boot FAT32 (type 0B) partition, any size, I took 8MB* create one rootfs EXT2 partition.
* Copy /boot/* (Then copy the uImage and boot.ini script) files to FAT32 partition
$ cp geexbox-flat-devel-*.arm.eglibc/boot/boot.ini /media/boot
$ cp geexbox-flat-devel-*.arm.eglibc/boot/uImage /media/boot
Next, edit the geexbox-flat-devel-* Copy all other files.arm.eglibc/etc/dirs to EXT2 partition.video file and disable the OpenGL support
$ fakeroot cp -dpfar geexbox-flat-devel-*.arm.eglibc/* /media/rootfs/OPENGL=no
Finally, copy the geexbox-flat-devel-*.arm.eglibc contents to EXT2 partition.  $ fakeroot cp -dpfa -R geexbox-flat-devel-*.arm.eglibc/* /media/rootfs/ With default environment the IGEP v2 detects the boot.ini script which contains all the necessaryinstructions for the OS to auto-boot.
== Annex: Known issues and solutions ==
0
edits