Hi all,
yesterday, I managed to run
opensimpad-0.9.0rc1 on my
stock T-Sinuspad!
Unfortunately, my solution is not permanent so far.
I take no responsibility for any damage that could happen when you try this out!
I'm running the hh.org bootldr that Chris had provided in combination with the RC1. This one seems to have a hardcoded partition table which needs 32MB of flash which the Sinuspad obviously doesn't have.
What I did is this:
After booting into the bootldr, I deleted the partitions home and root.
After that, I created a new root partition with the command
partition create root 0x40000 0xfc0000 16
This is a partition that uses all the flash memory between the bootloader partition and the end of flash.
I erased this partition with
eflash root
Now, I loaded the jffs2-file with
load root
and uploaded the file
http://opensimpad.org/bootldr-simpad/opens...0rc1_opie.jffs2 to the pad.
After the command
boot
opie 1.2 started on my machine. I had not much time to try but most applications seemed to work. Some apps made the pad hang which was not so nice... but they were images for testing purposes, anyway.
Next time, I'm going to try one of the images of devernay.
Now to the problem: After suspend or reboot, the bootldr reconstructs the original partition table with the big root partition lasting to address 17c0000 and the home partition which I wouldn't need anyway. This leads to a kernel panic when rebooting into opie. After changing the partition table again and booting, it works again.
Is there a way to change the default partitions other than compiling a new bootldr? Maybe the params are the key. I need to dig deeper into this.
Maybe, I'm going to get the toolchain and build my own image, maybe someone could build an image after some patching of the bootldr.
Any help and hints are appreciated.
Greetings
Richard