View Single Post
ammyt's Avatar
Posts: 1,918 | Thanked: 3,118 times | Joined on Oct 2010 @ My pants
#1707
Originally Posted by Supersimo88 View Post
I've got nitdroid gingerbread fully working on my sd card but is pretty slow, how can i transport it to the emmc?
thx
Code:
root
mount /dev/mmcblk1p2 /and
cp -rp /and/* /home
leafpad /etc/multiboot.d/11 (then tap the tab button, .item file will show, hit enter to open it in Leafpad).
Edit .item file to look like this:
ITEM_NAME="NITdroid on MMCp2 - 2.6.28.NIT.06"
ITEM_KERNEL=2.6.28.NIT.06
ITEM_MODULES=ext3 fat vfat
ITEM_DEVICE=${INT_CARD}p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3
EOF