|
|
08-25-2012
, 08:39 AM
|
|
Posts: 2 |
Thanked: 2 times |
Joined on Aug 2012
|
#482
|
| The Following User Says Thank You to precioso77 For This Useful Post: | ||
|
|
08-26-2012
, 06:32 AM
|
|
Posts: 124 |
Thanked: 198 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"
|
|
08-30-2012
, 02:39 PM
|
|
Posts: 2 |
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: | ||
|
|
08-30-2012
, 02:57 PM
|
|
Posts: 570 |
Thanked: 894 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
|
|
08-31-2012
, 07:33 PM
|
|
Posts: 61 |
Thanked: 4 times |
Joined on Feb 2012
|
#486
|
|
|
09-01-2012
, 01:54 AM
|
|
Posts: 14 |
Thanked: 15 times |
Joined on Aug 2012
|
#487
|
| The Following User Says Thank You to aeon_light For This Useful Post: | ||
|
|
09-01-2012
, 08:46 AM
|
|
Posts: 61 |
Thanked: 4 times |
Joined on Feb 2012
|
#488
|
|
|
09-01-2012
, 11:27 AM
|
|
Posts: 14 |
Thanked: 15 times |
Joined on Aug 2012
|
#489
|
| The Following User Says Thank You to aeon_light For This Useful Post: | ||
|
|
09-01-2012
, 11:37 AM
|
|
Posts: 61 |
Thanked: 4 times |
Joined on Feb 2012
|
#490
|
See the Nemo wiki. In essence, if you already have a working U-Boot, just write the image to the SD card using dd or whatever tool your OS uses for doing this, put the SD card in your N900, boot with keyboard open, go to the console, and type in "run sdboot". Note that if you're trying to use it as a rescue system, it doesn't contain mtdutils (and for some reason, it wouldn't connect to my WPA-PSK network properly...)
Edit: Oh, and the RescueOS issue was a major oops on my part - it's not actually a bootable image, but an initrd file. Anyways, I'll reformat the card to fat32 and try again, but is there any way to specify the use of an initrd file to U-Boot for an SD boot?
![]() |
| Tags |
| bootmenu, u-boot |
| Thread Tools | Search this Thread |
|
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 ?