![]() |
2007-07-25
, 02:22
|
Posts: 53 |
Thanked: 3 times |
Joined on Jul 2007
|
#12
|
![]() |
2007-07-25
, 07:58
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#13
|
Is the kernel loaded ? How can I find whether the new kernel is running or the old one ?
BTW I am also able to access the original 64 MB MMC card which came with n770. That makes me wonder if I am running the new kernel. As the new kernel was supposed to be giving problem to MMC card which came with 770.
cat /proc/version
Nokia-N770-48:~# time dd if=/dev/mmcblk0 of=/dev/null bs=4096 count=40000 40000+0 records in 40000+0 records out real 0m 29.43s user 0m 0.03s sys 0m 1.75s
![]() |
2007-07-25
, 12:29
|
Posts: 53 |
Thanked: 3 times |
Joined on Jul 2007
|
#14
|
Linux version 2.6.16.27-omap1 (maemo@unbuntu-maemo) (gcc version 3.4.4 (release) (CodeSourcery) ARM 2005sq3-2)) #34 PREMPT Tue May 22 13:15:14 CEST 2007
time dd if=/dev/mmcblk0 of=/dev/null bs=4096 count=40000 15680+0 redords in 15680+0 records out real 0m 23.12s user 0m 0.06s sys 0m 1.67s
![]() |
2007-07-25
, 13:05
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#15
|
![]() |
2007-07-25
, 13:57
|
Posts: 53 |
Thanked: 3 times |
Joined on Jul 2007
|
#16
|
![]() |
2007-07-25
, 14:41
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#17
|
Just one more question, if I flash your kernel permanently with your flasher utility and in future if I want to go back to original kernel, then will I be able to flash just the kernel or will I have to re-image the whole os ?
![]() |
2007-07-26
, 01:46
|
Posts: 53 |
Thanked: 3 times |
Joined on Jul 2007
|
#18
|
# sfdisk /dev/mmcblk0 /dev/mmcblk0p1:1,52500,6 /dev/mmcblk0p2:52501,, /dev/mmcblk0p3: /dev/mmcblk0p4:
![]() |
2007-07-26
, 07:06
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#19
|
![]() |
2007-07-26
, 12:47
|
Posts: 53 |
Thanked: 3 times |
Joined on Jul 2007
|
#20
|
Yes, delete means running the mke2fs again, then mount it and then do the tar thing again. make sure you use GNU tar, not the default busybox tar. Also use the kernel with fast mmc speed and multiblock writes enabled, tar copy is a good test to check if that kernel is stable (and the copy will run much faster too). Don't forget to run umount before rebooting. If the copy still doesn't work, run the tar line without 'v', it should print only errors and there should be only one warning on the end about old timestamp. Also check kernel log via 'dmesg' command after copy is done, you shouldn't see any I/O errors there.
Thanks and appreciate all your help.