dj_steve
|
2010-07-24
, 12:05
|
Posts: 1,306 |
Thanked: 1,697 times |
Joined on Dec 2009
@ Durham North-East UK
|
#181
|
|
2010-07-24
, 12:22
|
Posts: 42 |
Thanked: 12 times |
Joined on Dec 2009
@ Italy
|
#182
|
|
2010-07-24
, 12:23
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#183
|
|
2010-07-24
, 12:25
|
|
Posts: 1,091 |
Thanked: 323 times |
Joined on Feb 2010
@ ~
|
#184
|
The Following User Says Thank You to ToJa92 For This Useful Post: | ||
|
2010-07-24
, 12:26
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#185
|
ok .. I formatted the sd card .. I started over!
to the step 5 everything is OK
but now at point 6, when I write "mkdir / and" appears "error, file exsist"
I'm losing hope = (
What can I do?
The Following User Says Thank You to Coffee For This Useful Post: | ||
|
2010-07-24
, 12:35
|
Posts: 42 |
Thanked: 12 times |
Joined on Dec 2009
@ Italy
|
#186
|
If your redoing the tutorial then you'll already have created /and, so just skip that step.
cd /etc/multiboot.d cat > NITdroid-2.6.28.NIT.05.item << EOF ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05" ITEM_KERNEL=2.6.28.NIT.05 ITEM_MODULES=ext3 fat vfat ITEM_DEVICE=${EXT_CARD}p2 ITEM_FSTYPE=ext3 ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3 EOF
|
2010-07-24
, 12:36
|
Posts: 71 |
Thanked: 9 times |
Joined on Jun 2010
|
#187
|
|
2010-07-24
, 12:47
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#188
|
ok no errors with step 6 thx a lot
now i set the multiboot
in this step --> ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05"
I leave the apostrophes? " " ..or should I remove??
last question:
I can directly copy everything without writing hand?
Code:cd /etc/multiboot.d cat > NITdroid-2.6.28.NIT.05.item << EOF ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05" ITEM_KERNEL=2.6.28.NIT.05 ITEM_MODULES=ext3 fat vfat ITEM_DEVICE=${EXT_CARD}p2 ITEM_FSTYPE=ext3 ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3 EOF
The Following User Says Thank You to Coffee For This Useful Post: | ||
|
2010-07-24
, 12:57
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#189
|