Download Latest Version qtmoko-debian-squeeze-gta02-v55.tar.gz (165.7 MB)
Email in envelope

Get an email when there's a new version of qtmoko

Home / GTA04
Name Modified Size InfoDownloads / Week
Parent folder
README 2013-09-03 2.5 kB
qtmoko-debian-gta04-v56-armhf.tar.gz 2013-09-02 184.9 MB
Totals: 2 Items   184.9 MB 0
QtMoko images for Goldelico's GTA04
===================================

Sources: https://github.com/radekp/qtmoko
Home:    http://qtmoko.sourceforge.net

Install to SD card
==================

* We recommend following partitioning scheme:

       	partition 1: 32MB FAT for bootloader flashing and advanced booting
       	partition 2: ext4 for QtMoko rootfs, at least 1GB
       	partition 3: ext3 optional for second rootfs
       	partition 4: extended partition
	partition 5: big FAT for media files
	partition 6..9: optional ext4, for another rootfs or data

* You can find few lines below my 32GB SD card as an example

* Once you are done with partitioning do:

	mkfs.vfat /dev/mmcblk0p1
	mkfs.ext4 /dev/mmcblk0p2
	mkfs.vfat /dev/mmcblk0p5

       	mount /dev/mmcblk0p1 /mnt/p1
       	mount /dev/mmcblk0p2 /mnt/p2
       	cd /mnt/p2
       	tar xzvpf qtmoko-debian-gta04-v56-armhf.tar.gz
       	cd /
	cp /mnt/p2/boot/uImage /mnt/p1
	cp /mnt/p2/boot/bootargs.scr /mnt/p1
       	umount /mnt/p1
       	umount /mnt/p2

* Power off the phone

* Short press POWER and then press and hold AUX until uboot menu appears
  and press "SD1" icon.


Example	32GB SD	card
====================

Disk /dev/mmcblk0: 32.1 GB, 32086425600 bytes
255 heads, 63 sectors/track, 3900 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

        Device Boot	 Start         End	Blocks   Id  System
/dev/mmcblk0p1   *           1           9	 72261    c  W95 FAT32 (LBA)
/dev/mmcblk0p2              10         271     2104515   83  Linux
/dev/mmcblk0p3             272         403     1060290   83  Linux
/dev/mmcblk0p4             404        3900    28089652+   5  Extended
/dev/mmcblk0p5             404        3537    25173823+  83  Linux
/dev/mmcblk0p6            3538        3669     1060258+  83  Linux
/dev/mmcblk0p7            3670        3900     1855476   83  Linux


Custom partition notes
======================

* You can partition your SD card as you wish but read following notes:

[1] If you skipt first one you will need second SD card to flash new bootloader
    and you wont be able to use qtmoko multiboot system (it can boot into chroots
    extended partitions and ext4 partitions).

[2] If you want media on another partition edit /etc/fstab and change /media/card
    mount and also edit /opt/qtmoko/etc/default/Trolltech/Storage.conf.
Source: README, updated 2013-09-03