alpha to changing the wiki:
so to sum up what I know, here is how to turn your simpad to linux using a windows XP PC:
pre-installing1. downloads:
A.
serload B.
simens new rom
C. [url=http://opensimpad.org/bootldr-simpad/blupdater.img]blupdater.imgD. if your model is SL4
http://devernay.free.fr/hacks/opensimpad/2...32.rootfs.jffs2 2. uncompress them using
7-zipinstallation1. Connect SL4 to AC power and to the serial port of your PC.
2. Open up a terminal program on the serial port that Sl4 is connected to.
For siemens bootloader use 38400-8N1, hardware flow control.
3. Reset the device while pressing the most bottom button on the SIMpad
(The one with the rectangle on it that is used to bring up on-screen pickboard in WinCE)
4. You should see the following in your terminal program:
=====================
Monitor:
=====================
Boot from Flash 'f'
Boot from Net 'n'
Power Off 'o'
Erase PSM+Registry'p'
Exit 'q'
Erase Registry 'r'
Erase Flash 'y'
Soft Reset 's'
Print Fab-String 'w'
boot>
4a. If you don't see the menu and a boot prompt, then try to reset again and hit "ESC" in your terminal program as soon as SL4 starts booting up.
4b. If you do see the monitor menu, but don't see "Erase Flash" option in the menu, then you have an older siemens bootloader and you'll need to upgrade to siemens 2.5.3 bootloader first. It's available on opensimpad.org website.
5. Press 'y' to erase the flash. After that finishes, close the terminal program.
6. Close the terminal program, upload the handhelds.org bootloader (blupdater.img) with the serload utility. Serload utility is available on opensimpad.org website.
7. Open terminal program @ 115200-8N1, no hardware flow control. If all you see is garbage, try 115200-8N1, XON/XOFF flow control instead.
8. Format CF card as vfat (or Windows FAT). Copy root fs jffs2 image to CF card.
9. Insert the card into SL4 using PCMCIA-CF adapter.
10. If you don't see a boot prompt in the terminal program, then reset SL4 and hit "ESC" in your terminal program as fast as you can to get to the boot prompt.
11. Once in a boot ptompt, type the following commands:
boot> pcmcia insert 0
boot> vfat mount /
boot> copy hda1:/simpad-rootfs.jffs2 root
That should start flashing root fylesystem on SL4. You can see the progres in your terminal program.
12. After flashing finished, type
boot> boot
to re-boot SL4.
Standard desclaimer: ALL YOU DO IS AT YOUR OWN RISK. IT'S POSSIBLE TO BRICK SIMPAD BY OVERWRITING ITS BOOTLOADER, IN THIS CASE DON'T BLAME ANYONE ELSE EXCEPT YOURSELF.
-albertr