![]() |
2010-11-30
, 12:53
|
Posts: 152 |
Thanked: 58 times |
Joined on Oct 2010
@ void
|
#132
|
![]() |
2010-11-30
, 13:42
|
Posts: 5 |
Thanked: 6 times |
Joined on Apr 2010
|
#133
|
![]() |
2010-11-30
, 14:28
|
Posts: 152 |
Thanked: 58 times |
Joined on Oct 2010
@ void
|
#134
|
The Following User Says Thank You to 009N For This Useful Post: | ||
![]() |
2010-12-01
, 14:46
|
Posts: 5 |
Thanked: 6 times |
Joined on Apr 2010
|
#135
|
![]() |
2010-12-22
, 12:17
|
|
Posts: 172 |
Thanked: 628 times |
Joined on Apr 2010
@ Albuquerque, NM, USA
|
#136
|
apt-get install kernel-power-bootimg apt-get install --reinstall multiboot-kernel-power
ITEM_NAME="Maemo 2.6.28-omap1 home" ITEM_KERNEL=2.6.28-omap1 ITEM_MODULES=ext3 ITEM_DEVICE=${INT_CARD}p2 ITEM_FSTYPE=ext3
# AUTOGENERATED by multiboot-kernel-power # !!! DON'T EDIT !!! ITEM_NAME="Maemo kernel-power46" ITEM_KERNEL="2.6.28.10power46" ITEM_MODULES=ext3
ITEM_NAME="Maemo kernel-power46 EMMC" ITEM_KERNEL="2.6.28.10power46" ITEM_MODULES=ext3 ITEM_DEVICE=${INT_CARD}p2 ITEM_FSTYPE=ext3
![]() |
2010-12-22
, 19:41
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#137
|
![]() |
2010-12-25
, 02:57
|
|
Posts: 172 |
Thanked: 628 times |
Joined on Apr 2010
@ Albuquerque, NM, USA
|
#138
|
![]() |
2011-01-27
, 19:25
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#139
|
I created configuration for bootmenu-n900 and I moved system to /home/maemo5 So /opt is not same for internal flash system and for system on eMMC.
It needs patches for bootmenu-n900. I testing it now and later I publish my patches.
$ mount rootfs on / type rootfs (rw) ubi0:rootfs on /mnt/initfs type ubifs (rw,bulk_read,no_chk_data_crc) /dev/mmcblk0p2 on /home/user type ext3 (rw,noatime,nodiratime,errors=continue,commit=1,data=writeback) /dev/mmcblk0p2 on / type ext3 (rw,noatime,nodiratime,errors=continue,commit=1,data=writeback) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) tmpfs on /tmp type tmpfs (rw,noatime,size=1024k) tmpfs on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755) none on /dev type tmpfs (rw,noatime,size=10240k,mode=755) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noatime,size=65536k) nodev on /sys/kernel/debug type debugfs (0) /opt/pymaemo/usr/lib/python2.5 on /usr/lib/python2.5 type bind (bind) /opt/pymaemo/usr/share/pyshared on /usr/share/pyshared type bind (bind) /opt/pymaemo/usr/lib/pyshared on /usr/lib/pyshared type bind (bind) /opt/pymaemo/usr/share/python-support on /usr/share/python-support type bind (bind) /opt/pymaemo/usr/lib/python-support on /usr/lib/python-support type bind (bind) /dev/mmcblk0p1 on /home/user/MyDocs type vfat (rw,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir)
Filesystem Size Used Avail Use% Mounted on rootfs 6.0G 3.5G 2.2G 62% / ubi0:rootfs 228M 134M 90M 60% /mnt/initfs /dev/mmcblk0p2 6.0G 3.5G 2.2G 62% /home/user /dev/mmcblk0p2 6.0G 3.5G 2.2G 62% / tmpfs 1.0M 88K 936K 9% /tmp tmpfs 256K 108K 148K 43% /var/run none 10M 72K 10M 1% /dev tmpfs 64M 4.0K 64M 1% /dev/shm /opt/pymaemo/usr/lib/python2.5 6.0G 3.5G 2.2G 62% /usr/lib/python2.5 /opt/pymaemo/usr/share/pyshared 6.0G 3.5G 2.2G 62% /usr/share/pyshared /opt/pymaemo/usr/lib/pyshared 6.0G 3.5G 2.2G 62% /usr/lib/pyshared /opt/pymaemo/usr/share/python-support 6.0G 3.5G 2.2G 62% /usr/share/python-support /opt/pymaemo/usr/lib/python-support 6.0G 3.5G 2.2G 62% /usr/lib/python-support /dev/mmcblk0p1 24G 15G 8.1G 66% /home/user/MyDocs
The Following 2 Users Say Thank You to pali For This Useful Post: | ||
![]() |
2011-01-31
, 08:54
|
Posts: 9 |
Thanked: 1 time |
Joined on Nov 2010
|
#140
|
Success - thanks for the guide. ( screenshot attached )
Initially on eMMC, very jerky and slow, with about 47 % RAM usage but loads of space, and I'm sure, as it settles in, it will speed up and smoothen out.
If you see anything wrong on the screenshot - please let me know.
And THANKS again.
FYI, the new scripts in post 125 work as advertised on 1.3 with Kernel-power46.
Also did the " mv /home/var/lib/gconf /var/lib/gconf.home
ln -s /mnt/initfs/var/lib/gconf.home /home/var/lib/gconf " script on UBIFS.