Re: Kexec - Not working - Please help

2009-01-29 Thread Radek Polak
> If you have loglevel=8 and console=tty0, you should get a dmesg type > spew on the LCM... what is that showing? > I also try appending: rootdelay=1 For me this is needed to boot from SD card. ___ devel mailing list devel@lists.openmoko.org https://

Re: Kexec - Not working - Please help

2009-01-29 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | Its not jffs2 partition. Its ext3 only. | I tried ext3 also. It didn't work. If your partition is actually ext2 somehow with no journal, it can also fail that way. If you have loglevel=8 and console=tty0,

Unable to set 32 bit software breakpoint

2009-01-29 Thread Shakthi Kannan
Hi, I have done 'reset halt' and 'arm7_9 sw_bkpts enable' from openocd for debug board v3 and FR. I have flashed the built u-boot to NAND. Proceeding to use gdb: /usr/local/openmoko/arm/bin/arm-angstrom-linux-gnueabi-gdb (gdb) file /path/to/u-boot Reading symbols from /path/to/u-boot...done.

Re: Kexec - Not working - Please help

2009-01-29 Thread HackCandy
Hi Andy, Its not jffs2 partition. Its ext3 only. I tried ext3 also. It didn't work. -HHC. Andy Green wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Somebody in the thread at some point said: > > | r...@om-gta02:~# kexec -l --command-line="rootfstype=jffs2 > | root=/dev/mmcbl

Re: Exposure in paroli? [was: Re: Exposure]

2009-01-29 Thread The Rasterman
On Thu, 29 Jan 2009 21:24:20 -0800 (PST) c_c said: > > Hi, > > Carsten Haitzler (The Rasterman)-2 wrote: > > > > possible - not that i'm going to do it - but anything is possible with > > code. :) > > i am not touching the launcher in illume as i am going to pretty much gut > > it > > anyway l

Re: Exposure in paroli? [was: Re: Exposure]

2009-01-29 Thread c_c
Hi, Carsten Haitzler (The Rasterman)-2 wrote: > > possible - not that i'm going to do it - but anything is possible with > code. :) > i am not touching the launcher in illume as i am going to pretty much gut > it > anyway later. > Ha! well, I wasn't expecting you to do it. Can you throw some

Re: Exposure in paroli? [was: Re: Exposure]

2009-01-29 Thread The Rasterman
On Thu, 29 Jan 2009 04:44:49 -0800 (PST) c_c said: > > Hi, > > Michael 'Mickey' Lauer wrote: > > > > Sure, FSO is not concerned with UI things. > > > Well, to my mind, the end user wouldn't care whether the 'thing' is UI or > not. I would imagine that the settings app would need to (ideally

Re: Guitar Tuner app probs with using /dev/dsp on 2.6.28

2009-01-29 Thread c_c
Hi, @ jluis : Yup, I know. Well, it seems like I cant get through to the admin(s) at projects.openmoko.org. For want of a better place (and being pretty impatient myself :-) I'm attaching the source code to this mail. Hopefully, I can get some feedback on how to improve the program. BTW, after

Re: [gta03] mc75i heads up

2009-01-29 Thread Yusuf X
Hi Mickey/everyone, would you know if GTA03 will support a full digital audio path, so that we can programmatically peek and poke the gsm bits? The MC75i in theory supports this, but is that carried through to the GTA03 circuitry? yusuf Michael 'Mickey' Lauer-2 wrote: > > Just a small heads-

Re: Making a call in C

2009-01-29 Thread Thomas Seiler
On Thu, Jan 29, 2009 at 9:48 AM, Michael 'Mickey' Lauer wrote: > Three options (in order of decreasing sanity): > > 1.) Use libframeworkd-glib. > 2.) Use libdbus-glib. > 3.) Use raw libdbus. There is one more possibility (and maybe its even less sane than raw dbus :-) 4.) libefso libefso is a _

Re: Error in om-make-ipkg

2009-01-29 Thread Ketaki Deo
I am not using Ubuntu 8.10, I manually installed libtool again, but it is again giving me the error. The problem is libtool is accessing "/usr/lib" for that file instead of using "/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/usr/lib/" On Tue, Jan 27, 2009 at 4:49 PM, Matthias Camenzind wrot

Re: Kexec - Not working - Please help

2009-01-29 Thread HackCandy
Hi Werner, - kexec -l --command-line="`cat /proc/cmdline`" zImage kexec -e - The above commands work fine. That is, booting a different kernel & the same Root File System (from where you execute kexec) works well. But when I try to use the RFS from SD c

Re: Kexec - Not working - Please help

2009-01-29 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | r...@om-gta02:~# kexec -l --command-line="rootfstype=jffs2 | root=/dev/mmcblk0p1 c It's really jffs2 on partition 1 of the SD Card? - -Andy -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux)

Re: Kexec - Not working - Please help

2009-01-29 Thread HackCandy
Hi Werner, - kexec -l --command-line="`cat /proc/cmdline`" zImage kexec -e - The above commands work fine. That is, booting a different kernel & the same Root File System (from where you execute kexec) works well. But when I try to use the RFS from SD c

Re: Guitar Tuner app probs with using /dev/dsp on 2.6.28

2009-01-29 Thread Jose Luis Perez Diez
El Wednesday, 28 de January de 2009 15:29:53 c_c va escriure: > > But there aren't any source > >   Sorry about that. I tried to add myself to the developers list on the svn > and promptly lost admin abilities. I was just wondering if you know it. > Have written to the admin at > projects.openm

Re: Exposure in paroli? [was: Re: Exposure]

2009-01-29 Thread Nicolas Dufresne
And I guess we don't want to rewrite GConf into FSO, but still GConf design is interesting. Nicolas Le jeudi 29 janvier 2009 à 09:43 +0100, Michael 'Mickey' Lauer a écrit : > Am Thursday 29 January 2009 02:45:56 schrieb c_c: > > Michael 'Mickey' Lauer wrote: > > > Such as? > > > > Well, things t

Re: Exposure in paroli? [was: Re: Exposure]

2009-01-29 Thread c_c
Hi, Michael 'Mickey' Lauer wrote: > > Sure, FSO is not concerned with UI things. > Well, to my mind, the end user wouldn't care whether the 'thing' is UI or not. I would imagine that the settings app would need to (ideally) handle everything in one place, irrespective of what happens in the b

Re: Kexec - Not working - Please help

2009-01-29 Thread Werner Almesberger
HackCandy wrote: > kexec -l zImage -append="root=/dev/mmcblk0p1" < Hangs here It hangs ? That's odd. This works for me: kexec -l --command-line="`cat /proc/cmdline`" zImage kexec -e - Werner ___ devel mailing list devel@lists.openmoko.org https:

Re: Kexec - Not working - Please help

2009-01-29 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | Hi Werner, | | I was able to load and run a Kernel using kexec by doing | the following: | | a) Booted using Om 2008.12 | b) Placed a zImage in / directory. | c) kexec -l zImage | d) kexec -e | | Kernel pani

Re: Kexec - Not working - Please help

2009-01-29 Thread HackCandy
Hi Werner, I was able to load and run a Kernel using kexec by doing the following: a) Booted using Om 2008.12 b) Placed a zImage in / directory. c) kexec -l zImage d) kexec -e Kernel panic saying no root file system. So, I tried the following: kexec -l zImage -append="root=/dev/mmcblk0p1" <==

Re: Making a call in C

2009-01-29 Thread Julien Cassignol
On Thu, Jan 29, 2009 at 9:48 AM, Michael 'Mickey' Lauer wrote: > Three options (in order of decreasing sanity): > > 1.) Use libframeworkd-glib. > 2.) Use libdbus-glib. > 3.) Use raw libdbus. I'll add that libframeworkd-glib has been overly used in SHR, and you can find examples of the code in op

Re: ---

2009-01-29 Thread Graeme Gregory
No Idea where the subject of this thread is S in morse. But attached is my patchset from org.openembedded.dev to build what I have been building for gta02. Graeme >From ca1baee2d9f81cd0ec9ad2e41fc67b8f9bbe1c13 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 14 Nov 2008 10:25:17 + S

Re: Making a call in C

2009-01-29 Thread Michael 'Mickey' Lauer
Am Thursday 29 January 2009 06:05:12 schrieb Ketaki Deo: > I wish to make a call manually through my application. After researching a > bit, I thought that using the libgsmd APIs will help me to do so, but I > have heard that it can also be done using the FSO way. Is anyone aware of > the APIs that

Re: Exposure in paroli? [was: Re: Exposure]

2009-01-29 Thread Michael 'Mickey' Lauer
Am Thursday 29 January 2009 02:45:56 schrieb c_c: > Michael 'Mickey' Lauer wrote: > > Such as? > > Well, things that come to my mind are for eg things that illume controls > for instance - wallpaper and theme. Sure, FSO is not concerned with UI things. -- :M: ___