|
|
05-22-2012
, 02:05 AM
|
|
|
Community Council |
Posts: 2,324 |
Thanked: 4,346 times |
Joined on Jan 2010
|
#282
|
|
|
05-22-2012
, 02:34 AM
|
|
|
Community Council |
Posts: 2,324 |
Thanked: 4,346 times |
Joined on Jan 2010
|
#283
|
|
|
05-22-2012
, 03:44 AM
|
|
Posts: 1 |
Thanked: 0 times |
Joined on May 2012
|
#284
|
unfortunately no change, I have to recreate that partition in ext4 and unpack NitDroid again to rule out any problems in the filesystem
|
|
05-22-2012
, 03:54 AM
|
|
Posts: 574 |
Thanked: 903 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#285
|
unfortunately no change, I have to recreate that partition in ext4 and unpack NitDroid again to rule out any problems in the filesystem
|
|
05-24-2012
, 02:48 AM
|
|
|
Community Council |
Posts: 2,324 |
Thanked: 4,346 times |
Joined on Jan 2010
|
#286
|
| The Following User Says Thank You to qwazix For This Useful Post: | ||
|
|
05-28-2012
, 12:53 PM
|
|
Posts: 1,624 |
Thanked: 6,164 times |
Joined on May 2010
|
#287
|
|
|
06-01-2012
, 09:40 AM
|
|
Posts: 130 |
Thanked: 206 times |
Joined on Jan 2012
|
#288
|
ITEM_NAME="Nemo"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${EXT_CARD}p3"
ITEM_FSTYPE="vfat"
ITEM_CMDLINE="root=/dev/mmcblk0p1 rootwait ro console=ttyO2,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 quiet"
ITEM_REUSEATAGS=1
mmc0: error -110 whilst initializing sd card
|
|
06-01-2012
, 10:20 AM
|
|
Posts: 574 |
Thanked: 903 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#289
|
U-Booters,
in the last few days I have installed Pali's u-boot with bootmenu. No problems booting pr-1.3 kernel or kp50.
I have not been able to boot the latest nemo image, though. I have tried both with 'run sdboot' at u-boot's console, and using the following .item file:
as suggested previously in this thread.Code:ITEM_NAME="Nemo" ITEM_KERNEL="uImage" ITEM_DEVICE="${EXT_CARD}p3" ITEM_FSTYPE="vfat" ITEM_CMDLINE="root=/dev/mmcblk0p1 rootwait ro console=ttyO2,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 quiet" ITEM_REUSEATAGS=1
Both attempts load the kernel, but it panics with
and says that root partition cannot be found.Code:mmc0: error -110 whilst initializing sd card
For the record, I am using a SanDisk uSDHC 4Gb, class 4 (I know it will be slow as hell :-( )
Any suggestions to workaround this issue (besides buying another sd card)?
ITEM_NAME="Nemo"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${EXT_CARD}p1"
ITEM_FSTYPE="ext4"
ITEM_CMDLINE="root=/dev/mmcblk0p1 rootwait ro console=ttyO2,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 quiet"
| The Following User Says Thank You to misiak For This Useful Post: | ||
|
|
06-01-2012
, 11:00 AM
|
|
Posts: 130 |
Thanked: 206 times |
Joined on Jan 2012
|
#290
|
and no "ITEM_REUSEATAGS=1" line... I haven't tried to boot Nemo yet, so this is just a tip which values you should double check. Are you sure your ITEM_DEVICE is p3, not p1 on memory card? and that it is vfat formatted, not ext4?
Device Boot Start End #cyls #blocks Id System /dev/mmcblk1p1 0+ 57599 57600- 3686399+ 83 Linux /dev/mmcblk1p2 57600 57727 128 8192 82 Linux swap / Solaris /dev/mmcblk1p3 57728 58239 512 32768 c W95 FAT32 (LBA) /dev/mmcblk1p4 0 - 0 0 0 Empty
![]() |
| Tags |
| bootmenu, u-boot |
| Thread Tools | Search this Thread |
|
ITEM_NAME="NITDroid" ITEM_KERNEL="uImage" ITEM_DEVICE="${EXT_CARD}p2" ITEM_FSTYPE="ext4" ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk1p2 rw rootdelay=10 init=/init panic=20 debug" ITEM_REUSEATAGS="1"