mrp
|
2007-02-07
, 09:25
|
Posts: 356 |
Thanked: 38 times |
Joined on Nov 2005
@ Finland
|
#51
|
|
2007-02-07
, 10:10
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#52
|
|
2007-02-07
, 10:56
|
Posts: 356 |
Thanked: 38 times |
Joined on Nov 2005
@ Finland
|
#53
|
|
2007-02-16
, 06:16
|
|
Posts: 128 |
Thanked: 4 times |
Joined on Feb 2006
@ Philadelphia, PA
|
#54
|
|
2007-02-16
, 17:44
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#55
|
The bootmenu works fine, but the system just hangs when trying to boot the file system from the SD card on /dev/mmcblk1 (and yes, I altered the examples in the appropriate places to indicate the appropriate card and directory).
The only thing I didn't follow was that I had already installed a bunch of apps before doing this, so that might have screwed the pooch.
mount -t jffs2 /dev/mtdblock3 /opt/ ls -l /opt/dev/
|
2007-02-16
, 18:06
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#56
|
brw------- 0/0 0 2006-12-19 17:56:30 ./dev/mmcblk0p1 brw------- 0/0 0 2006-12-19 17:56:30 ./dev/mmcblk0p2 brw------- 0/0 0 2006-12-19 17:56:30 ./dev/mmcblk1p1 brw------- 0/0 0 2006-12-19 17:56:30 ./dev/mmcblk1p2
|
2007-02-16
, 18:41
|
|
Posts: 128 |
Thanked: 4 times |
Joined on Feb 2006
@ Philadelphia, PA
|
#57
|
# bootmenu customisation file
#
# included from bootmenu.sh after default menu is defined
# you can change some items or redefine menu completely
# timeout for automatic selection when no key is pressed
# set to -1 for no timeout (not recommended, can drain battery when device reboots unatteded)
MENU_TIMEOUT=30
# menu items
MENU_MIN=1 # first item index
#no need to redefine
#MENU_1_NAME="Internal flash"
#MENU_1_ID="flash"
MENU_2_NAME="External MMC card, partition 2 (stable), ext2"
MENU_2_ID="mmc1"
MENU_2_DEVICE="mmcblk1p1"
MENU_2_MODULES="mbcache ext2"
MENU_2_FSTYPE="ext2"
MENU_2_FSOPTIONS="defaults,noatime"
MENU_3_NAME="Power off (when not on charger)"
MENU_3_ID="off"
#last item index, change if you add/remove items
MENU_MAX=3
|
2007-02-16
, 18:58
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#58
|
|
2007-02-16
, 20:28
|
|
Posts: 128 |
Thanked: 4 times |
Joined on Feb 2006
@ Philadelphia, PA
|
#59
|
|
2007-02-16
, 21:05
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#60
|
When using sfdisk, it says that if you make a DOS partition you need to
dd if=/dev/zero of=/dev/mmcblk1p1 bs=512 count=1
I try to mount /dev/mmcblk1p1, and there is nothing there.
sfdisk -l /dev/mmcblk1 says:
"sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/mmcblk1: unrecognized partition
No partitions found"
I am not sure where to go from here. I am using an N800, and trying to use the external MMC so I can still utilize the swap built into the OS on the internal MMC.