Now you're able to boot a linux desktop from your CF-card on your skeye sl (hw90340).
A complete functional bootloader is still missing, so we have to use linexec again to change into linux OS.
The rootfs is based on familiar-0.8.4 and GPE 2.7 (originally build for the simpad).
It contains a complete graphic environment and with some modifications it does a good job on the skeye sl as well.

So let's start!

The procedure:
1. Unzip the file archiv and copy everything to a standard fat formatted CF-card of your choice.
   At least 128MB is required.
2. Put the card into your skeye sl pad, use the CF-slot in the middle of the pad
   (this slot has been used for the test, the other should work too!).
3. Open your file browser within wince, jump to the card (Speicherkarte) and double tap on linexec.exe.
   Now the kernel should load into ram and start. 
   Some seconds later the screen will become black and you will see the penguin.
4. After the kernel has been booted it jumps into the small initrd. Some device drivers might be loaded and
   the CF-card gets mounted. The biggest file of the package (gpe-0.8.4-ext2.img) is mounted as loop device.
   Afterwards the pivot_root and chroot procedure is used to make it our new rootfs.
   To make modifications easy it is mounted r/w.
5. Stepping into our new rootfs linuxrc is called. The devfs gets remounted and init is called.
   The next steps are handled by various scripts within the system.
   At the end of this step the graphic user interface is started.
   Now you are already able to login via serial console (user:root no password)
6. Calibrate your touchscreen.
7. To login you might use the predefined user (user:skeye password:sl) or login as root with empty password. 
   The ssh-key has already been generated, use it or generate a new one.
   To add new users you might use the user manager inside the GPE environment.
8. Keep some attention when you like to end your linux session.
   Because everything is mounted from a single file on the card it might be useful to manually sync the filesystem
   after modifications have been made. To make sure everything is fine, you might logout at anytime and shutdown
   the system by using the halt comand at the serial console. You might also use the root console from GPE.

This is only a test preview of an upcoming image, so most thing are already pre-configured.
Some things still are not usable. Join our project group at: http://projects.linuxtogo.org/projects/skeyepad

Have fun!