Prerequisite: Android box should be rooted and a available linux system. Equipment: KaiBoer F4 My process is as follows: Any one running linux machine (my system is ubuntu x64): mkdir -p ~/debian cd ~/debian dd if=/dev/zero of=debian.img bs=100M count=20 mkfs.ext4 debian.img sudo mount -o loop debian.img /mnt sudo apt-get install debootstrap cd /mnt debootstrap --verbose --arch=armel --foreign wheezy debian http://ftp.cn.debian.org/debian cd sudo umount /mnt Then copy debian.img into root directory of the sdcard in your android box. Ssh to your...
