View Single Post
Posts: 215 | Thanked: 29 times | Joined on Feb 2010
#342
Originally Posted by ammyt View Post

The procedure of running Nitdroid 0.0.8 on your EMMC:
7. we're now working in a clear new window right?
so enter:
Code:
root
a) mount the partition
Code:
mount /dev/mmcblk1p2 /and
b) Copy android system files over to /home
Code:
cp -rp /and/* /home
c) edit the boot file
Code:
leafpad /etc/multiboot.d/11 (then tap the tab button, ur .item file will show hit enter to open in leafpad)
d) edit ur .item file to look like this
ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.05"
ITEM_KERNEL=2.6.28.NIT.05
ITEM_MODULES=ext3 fat vfat
ITEM_DEVICE=${INT_CARD}p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3
EOF
mine looks like this and doesnt boot into android without the memory card,whats wrong??