|
2012-08-25
, 12:39
|
Posts: 4 |
Thanked: 2 times |
Joined on Aug 2012
|
#482
|
The Following User Says Thank You to precioso77 For This Useful Post: | ||
|
2012-08-26
, 10:32
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#483
|
1- im guessing that u-boot-gen-combined and fiasco-gen is only needed if you want to create a combined image which u dont need if you follow normal u-boot item creation and u-boot-update-bootmenu ?? am i right ?
2- mkimage is used to convert the kernel to u-boot format uImage but do we need to manually copy boot.scr or is this copied by u-boot-update-bootmenu ?
what is the difference between zImage and uImage ?? the tar.gz archive is in zImage format while documentation refers to uImage sometimes..
3- when is the folder /user/MyDocs/bootmenu.img.d/ used ??
4- the kernel will be placed into /boot/ folder and i want to use p5 in my eMMC.. is this the right variables
ITEM_DEVICE="${INT_CARD}p5"
ITEM_CMDLINE="root=/dev/mmcblk0p5"
|
2012-08-30
, 18:39
|
Posts: 4 |
Thanked: 2 times |
Joined on Aug 2012
|
#484
|
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"
[...] 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) [...]
The Following User Says Thank You to precioso77 For This Useful Post: | ||
|
2012-08-30
, 18:57
|
Posts: 804 |
Thanked: 1,598 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#485
|
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
- on the u-boot command i ran ext2ls mmc 1:6 and it correctly showed the android file systemCode: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"
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
any ideas guys ??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) [...]
ITEM_FSTYPE="ext4"
No filesystem could mount root, tried: ubifs
|
2012-08-31
, 23:33
|
Posts: 61 |
Thanked: 4 times |
Joined on Feb 2012
|
#486
|
|
2012-09-01
, 05:54
|
Posts: 22 |
Thanked: 28 times |
Joined on Aug 2012
|
#487
|
The Following User Says Thank You to aeon_light For This Useful Post: | ||
|
2012-09-01
, 12:46
|
Posts: 61 |
Thanked: 4 times |
Joined on Feb 2012
|
#489
|
|
2012-09-01
, 15:27
|
Posts: 22 |
Thanked: 28 times |
Joined on Aug 2012
|
#490
|
The Following User Says Thank You to aeon_light For This Useful Post: | ||
Tags |
bootmenu, u-boot |
Thread Tools | |
|
So my question is : what to do next ? I still would like to try Nemo, Nitdroid, that is the reason i bought a SD card. I guess I should restore the power-kernel before I try to set up the U-Boot again.
But I am not sure what went wrong last time. To be honest I do not get the steps mentioned in the first post. I just want to try the booting from the SD card, to have the possibility to boot into the power-kernel and to access the backupmenu.
Could anyone give me some hints please ?