![]() |
2007-01-18
, 19:13
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#22
|
![]() |
2007-01-18
, 19:44
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#23
|
![]() |
2007-01-18
, 21:29
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#24
|
![]() |
2007-01-19
, 01:25
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#25
|
![]() |
2007-01-19
, 03:10
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#26
|
![]() |
2007-01-19
, 08:13
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#27
|
MMC BOOT, with changed mount command
__________________________________________________ _______
Nokia-N800-51:~# mount -t jffs2 -o remount,ro /dev/mtdblock3 /mnt/initfs
Nokia-N800-51:~# echo $?
0
Nokia-N800-51:~# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/mmcblk0p2 2048 1784 264 87% /mnt/initfs
...
Flash BOOT, busybox mount command
__________________________________________________ _______
Nokia-N800-51:~# mount -t jffs2 -o remount,ro /dev/mtdblock3 /mnt/initfs
*** glibc detected *** double free or corruption (fasttop): 0x00047050 ***
Aborted
Nokia-N800-51:~# echo $?
134
Nokia-N800-51:~#
Nokia-N800-51:~# df
..
/dev/mtdblock3 2048 1784 264 87% /mnt/initfs
Should it have unmounted /mnt/initfs from /dev/mtdblock4 ??
What is the deal with the mount anyway? I just reflashed and here is what I did to install the bootmenu.
![]() |
2007-01-19
, 12:44
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#28
|
![]() |
2007-01-19
, 13:32
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#29
|
# grep '/mnt/initfs jffs2' /proc/mounts
chroot /mnt/initfs mount -t jffs2 -o remount,ro /dev/mtdblock3 /
![]() |
2007-01-19
, 14:15
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#30
|
Or if initfs on N800 is in fact writable and not full, you can do the same thing as the initfs flasher does when preparing the image. Extract proper bootmenu data for initfs (to initfs directly)
# tar zxvf initfs.oss.RX-34.2006.51.tgz -C /mnt/initfs
then copy over the bootmenu.sh
# cp bootmenu.sh /mnt/initfs/
and bootmenu is installed :-) This is not possible on n770.