Thread
:
Boot from MMC2 Failed
View Single Post
sahinem
2008-01-30 , 21:47
Posts: 18 | Thanked: 2 times | Joined on Jan 2008
#
10
@fanoush
the output of the commands from usb recovery mode is as follows:
bash: open: command not found
bt ~ # telnet
telnet> open 192.168.10.1
Trying 192.168.10.1...
Connected to 192.168.10.1.
Escape character is '^]'.
BusyBox v1.00 (2007.12.07-09:22+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
/ # insmod /lib/modules/2.6.*/mbcache.ko
/ # insmod /lib/modules/2.6.*/ext2.ko
/ # mount -t ext2 -o noatime /dev/mmcblk0p2 /mnt/new_root
mount: Mounting /dev/mmcblk0p2 on /mnt/new_root failed: Invalid argument
/ # ls -la /mnt/new_root
drwxr-xr-x 2 root root 0 Dec 7 09:31 .
drwxr-xr-x 3 root root 0 Dec 7 09:31 ..
/ # ls -la /mnt/new_root/usr/sbin
ls: /mnt/new_root/usr/sbin: No such file or directory
/ # cat /proc/partitions
major minor #blocks name
31 0 128 mtdblock0
31 1 384 mtdblock1
31 2 2048 mtdblock2
31 3 2048 mtdblock3
31 4 257536 mtdblock4
254 0 8067072 mmcblk0
254 1 5119999 mmcblk0p1
254 2 2947072 mmcblk0p2
254 8 1997312 mmcblk1
254 9 1023999 mmcblk1p1
254 10 973312 mmcblk1p2
i am trying to boot from mmc2 which is 8gb partitioned as 3gb ext2 5gb. fat32 . I have cloned from the internal flash and booting fails. Any ideas of what i have done wrong(partition, cloning or something else) looking at the outputs ?
Quote & Reply
|
sahinem
View Public Profile
Send a private message to sahinem
Find all posts by sahinem