Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Debian Wheezy SD card image for iMito QX1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Debian Wheezy SD card image for iMito QX1

    Here is a minimal Debian Wheezy image for QX1. It runs directly from an sd card so you can keep your existing Android system.

    Installation:
    1. Download and extract the image
    2. Write the image to an SD card (on Windows use Win32 Disk Imager)
    Connect to a WiFi network:
    Code:
    insmod /lib/modules/wlan.ko ifconfig wlan0 up
    iwlist wlan0 scan
    wpa_passphrase myssid my_very_secret_passphrase >> /etc/wpa_supplicant/wpa_supplicant.conf
    /etc/init.d/networking restart
    # you can also use 'service networking restart'
    To enable WiFi on boot:
    Code:
    echo wlan >> /etc/modules
    To expand the file system to utilise the whole SD card (warning: it’s really slow):
    Code:
    echo -e "d\nn\np\n1\n81921\n\nw" | sudo fdisk /dev/mmcblk0
    reboot
    sudo resize2fs /dev/mmcblk0p1
    The root password is rk3188.
    Last edited by BalintBanyasz; 06-28-2015, 22:03.
    iMito QX1 KitKat 4.4.2 ROM
    MK808B (RK903) KitKat kernel builds

    MK808B (RK903) KitKat kernel sources

    #2
    Very nice thank you
    Last edited by cx01; 07-05-2015, 20:06.

    Comment

    Working...
    X