Preamble

If you want to have more space available on your SiMpad (SL4/SLC) you can delete your home partition.

THIS HOWTO IS ONLY FOR SL4 CLASS (32MB) DEVICES!!!

Needed steps

  • You need to reallocate your partitions and change your "linuxargs".
boot> partition delete root
boot> partition delete home
boot> partition define params 0x40000 0x40000 16
boot> partition define root 0x80000 0x1F80000 16
boot> set linuxargs "mtdparts=sa1100:0x00040000@0x00000000(bootldr)ro,0x01f80000@0x00080000(root) noinitrd root=/dev/mtdblock1 init=/linuxrc console=ttySA0 rootfstype=jffs2 jffs2_orphaned_inodes=delete mem=64M"
boot> params save

This will add a 256KB big params partition in which the linuxargs can be saved. 256KB is a lot of space, but I think it's better to have a bit too much space then too low. Also a ~31MB root partition will be created and the params will be saved in the new params partition.

You can check your partition table with this one:

(Note: the 16 is now 10 hex the adresses are all in hex and in Byte)

boot> partition show                                                                                                                                                                                                                    
npartitions=00000003                                                                                                                                                                                                                   
bootldr                                                                                                                                                                                                                                 
  base: 00000000                                                                                                                                                                                                                        
  size: 00040000                                                                                                                                                                                                                        
   end: 00040000                                                                                                                                                                                                                        
 flags: 00000002                                                                                                                                                                                                                        
params                                                                                                                                                                                                                                  
  base: 00040000                                                                                                                                                                                                                        
  size: 00040000                                                                                                                                                                                                                        
   end: 00080000                                                                                                                                                                                                                        
 flags: 00000010                                                                                                                                                                                                                        
root                                                                                                                                                                                                                                    
  base: 00080000                                                                                                                                                                                                                        
  size: 01F80000                                                                                                                                                                                                                        
   end: 02000000                                                                                                                                                                                                                        
 flags: 00000010                                                                                                                                                                                                                        

Now you need to reflash your device with your favorite Linux distro

This page was last modified 22:15, 27 March 2008. | This page has been accessed 1,859 times. | About OpenSIMpad.org
Designed by Anna Boheim | Powerd by mediawiki