View Single Post
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#485
Originally Posted by precioso77 View Post
Thx a million @caveman im getting closer.. now my kernels get loaded but the root system does not mount.. kernel panic..

here is some of my configs:
kernel is /boot/vmlinuz-2.6.28.NIT.07


the configuration file im using is
Code:
ITEM_NAME="NITDroid"
ITEM_KERNEL="vmlinuz-2.6.28.NIT.07"
ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p6 rw rootdelay=10 init=/init panic=20 debug"
ITEM_OMAPATAGS="1"
- on the u-boot command i ran ext2ls mmc 1:6 and it correctly showed the android file system

i ran u-boot-update-bootmenu but im getting a kernel panic with the following message..

i saw that someone else had a similar problem here but im not sure it offers a solution

Code:
[...]
List of all partitions:
No filesystem could mount root, tried:  ubifs
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)
[...]
any ideas guys ??
Are you sure you don't need line
Code:
ITEM_FSTYPE="ext4"
or similar? Your error says
No filesystem could mount root, tried: ubifs
while i doubt your android root is formatted with ubifs