The Following User Says Thank You to plipp For This Useful Post: | ||
![]() |
2012-02-02
, 09:40
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#92
|
![]() |
2012-02-02
, 10:47
|
|
Posts: 16 |
Thanked: 13 times |
Joined on May 2011
@ Magdeburg, Germany
|
#93
|
![]() |
2012-02-02
, 12:03
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#94
|
ITEM_NAME="Mer - Nemo Mobile from SD" ITEM_ID="nemo1" ITEM_DEVICE="${EXT_CARD}p3" ITEM_FSTYPE="fat" ITEM_USEATAG="1" ITEM_KERNEL="uImage"
ITEM_NAME="Mer - Nemo Mobile generic" ITEM_ID="nemo2" ITEM_KERNEL="kernel-name" ITEM_USEATAG="1" ITEM_CMDLINE="root=/dev/mmcblk1p5 rootwait rw console=ttyO2,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2"
The Following 3 Users Say Thank You to Fabry For This Useful Post: | ||
![]() |
2012-02-02
, 12:08
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#95
|
![]() |
2012-02-02
, 12:30
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#96
|
Booting Boot Menu entry 3
mmc0 is current device
reading boot.scr
** Unable to read "boot.scr" from mmc 0:3 **
![]() |
2012-02-02
, 12:38
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#97
|
mmmm, are you sure about that external SD card bootmenu item ?
When trying that I'm getting in U-Boot :
And I'm being dropped in the U-Boot console.
The 3rd partition (the FAT one) on the SD card does not contain a boot.scr file, only a kernel config text file, a kernel memory map text file, the vmlinuz version of the kernel and the uImage version of the kernel. No boot.scr file.
![]() |
2012-02-02
, 12:59
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#98
|
Quality/brand of the card; some cards have issues with the N900 and offer slow performance due to I/O errors.
![]() |
2012-02-02
, 13:15
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#99
|
![]() |
2012-02-02
, 13:25
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#100
|
The Following User Says Thank You to Netweaver For This Useful Post: | ||
ITEM_NAME="Mer - Nemo Mobile"
ITEM_ID="nemo"
ITEM_CMDLINE="root=/dev/mmcblk0p1 rootwait rw console=ttyO2,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2"
ITEM_DEVICE="${EXT_CARD}p3"
ITEM_KERNEL="uImage"
ITEM_FSTYPE="fat"
ITEM_USEATAG="1"
I got some mmcblk0 errors during boot but it managed to get into nemo. But then after a while it crashed by spraying the console with something like:
mmcblk0: error -110 sending read/write comand
mmcblk0: error -110 sending status comand
But that might just be due to my sd card being damaged or something?
Anyway, thanks for all the help!