User:Khiraly

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Installing Qi)
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is my personal page.
+
The pages was moved to [[User:Klaszlo]]
 
+
== First time installation ==
+
 
+
I installed a second Freerunner, and I collect here the necessary steps, to install a distro on it.
+
 
+
# Installing Qi
+
# Installing SHR to NAND
+
# Checking if I have the latest GSM firmware (calypso firmware: moko11)
+
# Installing SHR/OM2009 to the SD card
+
 
+
=== Installing Qi ===
+
 
+
The best to use openmoko [http://downloads.openmoko.org/distro/experimental/NeoFreerunner/ experimental] for qi.
+
I used [http://downloads.openmoko.org/distro/experimental/NeoFreerunner/qi-s3c2442-1.0.2+gitr243+36bb5c03756268ff15b2d95a043ffb39a919ce5c.udfu qi-s3c2442-1.0.2+gitr243+36bb5c03756268ff15b2d95a043ffb39a919ce5c.udfu] as of 2009-08-30.
+
 
+
''' Installation '''
+
Please refer to [http://wiki.openmoko.org/wiki/Qi#Installation Qi page], if you want to digg more.
+
 
+
# Check if  'dfu-util' is installed on your computer, if not install it. (I use ubuntu here)
+
  apt-get install dfu-util
+
 
+
# Connect an USB cable and turn off the Neo Freerunner
+
# Turn on the Neo by pressing AUX and POWER button at the same time until NOR uboot menu does not appear.
+
{{Note| if you dont press AUX for 30 sec, the Freerunner will automatically switch off (repower it the with the same method)}}
+
# Issue the following command as root:
+
  sudo bash
+
  dfu-util -a u-boot -R -D qi-s3c2442-1.0.2+gitr243+36bb5c03756268ff15b2d95a043ffb39a919ce5c.udfu
+
the output is something like:
+
root@lamagep:~/Asztal/down/openmoko/qi# dfu-util -a u-boot -R -D  qi-s3c2442-1.0.2+gitr243+36bb5c03756268ff15b2d95a043ffb39a919ce5c.udfu
+
dfu-util - (C) 2007-2008 by OpenMoko Inc.
+
This program is Free Software and has ABSOLUTELY NO WARRANTY
+
.
+
Opening USB Device 0x0000:0x0000...
+
Claiming USB DFU Runtime Interface...
+
Determining device status: state = appIDLE, status = 0
+
Device really in Runtime Mode, send DFU detach request...
+
Resetting USB...
+
Opening USB Device...
+
Found Runtime: [0x1d50:0x5119] devnum=20, cfg=0, intf=0, alt=1, name="u-boot"
+
Claiming USB DFU Interface...
+
Setting Alternate Setting ...
+
Determining device status: state = dfuIDLE, status = 0
+
dfuIDLE, continuing
+
Transfer Size = 0x1000
+
bytes_per_hash=571
+
Starting download: [##################################################] finished!
+
state(2) = dfuIDLE, status(0) = No error condition is present
+
Done!
+
Resetting USB to switch back to runtime mode
+
root@lamagep:~/Asztal/down/openmoko/qi#
+
 
+
== Elementary related ==
+
 
+
* [[Elementary]]
+
 
+
== Paroli related ==
+
 
+
These are some paroli related links.
+
 
+
* [[Paroli-issues]]
+
* [[Paroli-developer-setup]]
+
* [[Paroli-application-ideas]]
+
* [[Paroli-background]]
+

Latest revision as of 10:34, 15 October 2009

The pages was moved to User:Klaszlo

Personal tools

This is my personal page.

First time installation

I installed a second Freerunner, and I collect here the necessary steps, to install a distro on it.

  1. Installing Qi
  2. Installing SHR to NAND
  3. Checking if I have the latest GSM firmware (calypso firmware: moko11)
  4. Installing SHR/OM2009 to the SD card

Installing Qi

The best to use openmoko experimental for qi. I used qi-s3c2442-1.0.2+gitr243+36bb5c03756268ff15b2d95a043ffb39a919ce5c.udfu as of 2009-08-30.

Installation Please refer to Qi page, if you want to digg more.

  1. Check if 'dfu-util' is installed on your computer, if not install it. (I use ubuntu here)
 apt-get install dfu-util
  1. Connect an USB cable and turn off the Neo Freerunner
  2. Turn on the Neo by pressing AUX and POWER button at the same time until NOR uboot menu does not appear.
NOTE: if you dont press AUX for 30 sec, the Freerunner will automatically switch off (repower it the with the same method)


  1. Issue the following command as root:
 sudo bash
 dfu-util -a u-boot -R -D qi-s3c2442-1.0.2+gitr243+36bb5c03756268ff15b2d95a043ffb39a919ce5c.udfu 

the output is something like:

root@lamagep:~/Asztal/down/openmoko/qi# dfu-util -a u-boot -R -D  qi-s3c2442-1.0.2+gitr243+36bb5c03756268ff15b2d95a043ffb39a919ce5c.udfu 
dfu-util - (C) 2007-2008 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY
.
Opening USB Device 0x0000:0x0000...
Claiming USB DFU Runtime Interface...
Determining device status: state = appIDLE, status = 0
Device really in Runtime Mode, send DFU detach request...
Resetting USB...
Opening USB Device...
Found Runtime: [0x1d50:0x5119] devnum=20, cfg=0, intf=0, alt=1, name="u-boot"
Claiming USB DFU Interface...
Setting Alternate Setting ...
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
Transfer Size = 0x1000
bytes_per_hash=571
Starting download: [##################################################] finished!
state(2) = dfuIDLE, status(0) = No error condition is present
Done!
Resetting USB to switch back to runtime mode
root@lamagep:~/Asztal/down/openmoko/qi#

Elementary related

Paroli related

These are some paroli related links.