Re: Flash ASU

2008-07-31 Thread Jeremiah Flerchinger
On Wed, 2008-07-30 at 22:49 -0700, Charles-Henri Gros wrote:
 Evgeny Ginzburg wrote:
  Scott wrote:
  Why do the latest ASU folders not have the kernel or root file system 
  files?
 
  AFAIK if they are no changed, they don't appear again.
 
 Couldn't we get symlinks to the old ones or something? Having to click
 on all the days until you find a directory with the right files is annoying.

I have to agree with this.  It was a hassle last night when I was
searching for the latest versions of everything to flash.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Flash ASU

2008-07-30 Thread Charles-Henri Gros
Evgeny Ginzburg wrote:
 Scott wrote:
 Why do the latest ASU folders not have the kernel or root file system 
 files?

 AFAIK if they are no changed, they don't appear again.

Couldn't we get symlinks to the old ones or something? Having to click
on all the days until you find a directory with the right files is annoying.

Thanks,
-- 
Charles-Henri


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Flash ASU

2008-07-29 Thread Charles-Henri Gros
Paul Buede wrote:
 Hey, I was looking at the wiki but could not find something that laid
 the steps out for me.
 
 I have been messing with the default image, and have it upgraded as of
 yesterday.  I want to check out the ASU image.  Whats the best way to do
 that?  I don't have anything in the phone yet that I want to save, so I
 don't mind wiping it out and reloading later.  Please give me the steps,
 or a link to the steps, to get the ASU image loading on the phone.

I grabbed the roots fs from here:
http://buildhost.openmoko.org/daily/freerunner/200807/20080722/Openmoko-openmoko-qtopia-x11-image-glibc-ipk-P1-Snapshot-20080722-om-gta02.rootfs.jffs2

And the latest kernel from here:

http://buildhost.openmoko.org/daily/freerunner/200807/20080728/uImage-om-gta02-latest.bin

I got to those files by reading this:
http://wiki.openmoko.org/wiki/Latest_Images#ASU_.28April.7CAugust_Software_Update.29_qtopia-based_Image

Then I followed the instructions to flash that are here:
http://wiki.openmoko.org/wiki/Flashing_the_Neo_FreeRunner

-- 
Charles-Henri


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Flash ASU

2008-07-29 Thread DooD

Most of these instructions i have pulled off the wiki or from other e-mails,
Do not hold me responsible if you brick your Freerunner while following
them.

Here is what has worked for me so far
First you want to get the newest ASU rootfs from

http://buildhost.openmoko.org/daily/freerunner/

The newest ASU rootfs for now is

http://buildhost.openmoko.org/daily/freerunner/200807/20080722/Openmoko-openmoko-qtopia-x11-image-glibc-ipk-P1-Snapshot-20080722-om-gta02.rootfs.jffs2

After you have downloaded that you will want to go to

http://wiki.openmoko.org/wiki/Flashing_the_Neo_FreeRunner

Following the instructions on the page download the dfu-util to the same
directory as the rootfs.jffs2

http://downloads.openmoko.org/releases/Freerunner/dfu-util

Now you will need to power down your Freerunner and power it into the NOR
uBoot menu for flashing.
(in short: press and hold aux then power)
When the menu has come up attach the Freerunner to your host linux system
via USB.
*note* uBoot menu will not stay on for long, unless you scroll using the aux
button

Now open a terminal on the host linux system, go to the directory of your
dfu-util and rootfs.jffs2,and run the command:
*note* changing the name of the rootfs.jffs2 to whatever you downloaded

./dfu-util -a rootfs -R -D
Openmoko-openmoko-qtopia-x11-image-glibc-ipk-P1-Snapshot-20080722-om-gta02.rootfs.jffs2

Let dfu-util run its magic, then you should be able to boot into the ASU.

-

Now if you installed the 200807022 ASU you will notice some problems, mainly
that there is no keyboard!
What you will need to do now is to opkg update and upgrade.

Assuming your host linux system has internet you will want to follow the
instructions in

http://wiki.openmoko.org/wiki/USB_Networking

On the host linux system commands

ifconfig usb0 192.168.0.200
ssh [EMAIL PROTECTED]

should allow you to connect to the phone.

--

If you do not know how to use the vi editor on the Freerunner you may not be
able to do this next part
Also read the notes before updating your .conf files

Once you have your phone connected to the internet you will want to change
your opkg feeds. Manually you can just goto /etc/opkg and use vi *.conf, or
you can download updated .confs from

http://www.mikeasoft.com/~mike/opkg-asu.tar.gz

On the phone just cd /etc and type wget
http://www.mikeasoft.com/~mike/opkg-asu.tar.gz; followed by tar xzf
opkg-asu* This will extract the *.conf files to /etc/opkg. 

*IMPORTANT NOTE1* If you change the neo1973-feed.conf to
http://downloads.openmoko.org/openmoko-repository/ASU/neo1973, opkg will
download a kernel for the neo1973 onto your freerunner, while it wont stop
the phone from working it may stop the phone from having sound.
*IMPORTANT NOTE2* The newest e-wm and illume packages do not seem to work,
opkg upgrade may stop you from being able to boot into the ASU, tho you can
still connect to it with ssh. For now i would recommend pointing
/etc/opkg/armv4t.conf to http://buildhost.openmoko.org/daily-feed/armv4t and
rerun opkg update before running opkg upgrade.
*IMPORTANT NOTE3* opkg install
http://buildhost.openmoko.org/daily-feed/om-gta02//kernel-image-2.6.24_2.6.24+git25+8533927964761f4e2078ccd8607b90f5acc60b93-r0_om-gta02.ipk
does not seem to flash the kernel correctly and will cause the system to
hang right as you power up your phone. you will need to reflash your kernel
in order to be able to boot again.

---

To get a keyboard working, and hopefully not kill your phone, try installing
the above *.conf files, but before running opkg update or upgrade :

rm /etc/opkg/om-gta02-d*
echo src/gz daily-neo1973 http://buildhost.openmoko.org/daily-feed/neo1973;
 /etc/opkg/neo*
echo src/gz daily-armv4t http://buildhost.openmoko.org/daily-feed/armv4t; 
/etc/opkg/arm*
opkg install
http://downloads.openmoko.org/openmoko-repository/ASU/armv4t/app-restarter_1.0+svn4552-r0_armv4t.ipk

Now run opkg update, followed by opkg upgrade. Reboot your Freerunner and so
long as you boot into the ASU you should be able to use the keyboard in
Qtopia apps
 
--

If you are going to be installing GTK apps, such as opkg install
openmoko-terminal2 you will want to be able to use the keyboard, either you
can have the keyboard automatically popup by installing
matchbox-keyboard-im*.ipk, or you can install a theme with the qwerty
button.

To have the keyboard automagically popup

cd /tmp
mkdir matchbox-keyboard
cd matchbox-keyboard
wget http://www.ginguppin.de/files/keyboard-ipk.tar.bz2
tar -jxf keyboard-ipk.tar.bz2
opkg install matchbox-keyboard-im*.ipk
cd ..
rm -rf matchbox-keyboard

*note* it will extract 3 files, you only need to install
matchbox-keyboard-im*.ipk The other packages may completely replace the
keyboard... 

Re: Flash ASU

2008-07-29 Thread Scott

Why do the latest ASU folders not have the kernel or root file system files?

Scott



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Flash ASU

2008-07-29 Thread Evgeny Ginzburg
Scott wrote:
 Why do the latest ASU folders not have the kernel or root file system 
 files?
 
AFAIK if they are no changed, they don't appear again.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community