qtmoko v30 build run

2011-01-15 Thread Adam Ward
Hi, I built v30 and ran the result: ./bin/runqtopia but I get the error described at: http://kerneltrap.org/mailarchive/openmoko-community/2010/12/7/14190 Use of uninitialized value $word in concatenation (.) or string at bin/../src/build/bin/Qtopia/Opt.pm line 551. ERROR: Invalid value for

Re: qtmoko v30

2011-01-02 Thread Yoric Kotchukov
. -- View this message in context: http://openmoko-public-mailinglists.1958.n2.nabble.com/qtmoko-v30-tp5804844p5879500.html Sent from the Openmoko Community mailing list archive at Nabble.com. ___ Openmoko community mailing list community

Re: Qi vs U-boot (was Re: QtMoko v30; UBIFS; can't boot)

2010-12-29 Thread giacomo mariani
Please tell me how to do this! I have no religious bind to Qi. To hell with minimalism, let us all use the bootloader that is standard, smart, configurable and well supported. I think easiest way is to use fw_setenv. I rethought, need relatively trivial modification to u-boot to support

Re: Qi vs U-boot (was Re: QtMoko v30; UBIFS; can't boot)

2010-12-28 Thread Gennady Kupava
Hi, Ivan, В Втр, 28/12/2010 в 06:04 +0300, Ivan Matveev пишет: Lets burn some linux.org.ru style flame! Hey, such foreword spoils good talk, so i'll try to be short. It's also possible to setup u-boot like qi, 'read kernel first from sd part 1, boot if loads, then try from sd part 2, boot if

Re: QtMoko v30; UBIFS; can't boot

2010-12-28 Thread Radek Polak
Ivan Matveev wrote: That's the sources I'v looked at to learn how Qi uses NAND partitions. Funny find ./ -exec grep -H ubi '{}' ';' finds nothing relevant. Am I looking at the right sources? Ahh sorry, i forgot you need to be on the right branch: https://github.com/radekp/qi/tree/qtmoko-v28

Re: QtMoko v30; UBIFS; can't boot

2010-12-28 Thread Ivan Matveev
On Tue, 28 Dec 2010 22:40:10 +0100 Radek Polak pson...@seznam.cz wrote: Ivan Matveev wrote: That's the sources I'v looked at to learn how Qi uses NAND partitions. Funny find ./ -exec grep -H ubi '{}' ';' finds nothing relevant. Am I looking at the right sources? Ahh sorry, i forgot

Re: Qi vs U-boot (was Re: QtMoko v30; UBIFS; can't boot)

2010-12-28 Thread Ivan Matveev
On Tue, 28 Dec 2010 16:45:56 +0300 Gennady Kupava g...@bsdmn.com wrote: Please tell me how to do this! I have no religious bind to Qi. To hell with minimalism, let us all use the bootloader that is standard, smart, configurable and well supported. I think easiest way is to use

Re: QtMoko v30; UBIFS; can't boot

2010-12-28 Thread Radek Polak
Ivan Matveev wrote: My idea was to put NAND kernel options in to append-GTA02 file on identity-ext2(mtd5, dfu-util calls it factory) NAND partition. The partition contains ext2 file system so we don't have to add jffs/ubifs support to Qi. Qi already mounts the partition and reads usb file

Re: QtMoko v30; UBIFS; can't boot

2010-12-27 Thread Ivan Matveev
On Mon, 27 Dec 2010 08:33:09 +0300 Gennady Kupava g...@bsdmn.com wrote: Hi, I don't want to go back to u-boot. I disagree - going to Qi is going back, going to u-boot is going forward :) I like Qi's minimalism, automatic setup of many options and text config files. I'v tried u-boot

Re: QtMoko v30; UBIFS; can't boot

2010-12-27 Thread Martix
2010/12/27 Ivan Matveev imatvee...@nm.ru: Can this be done from FR with no PC? nandump, edit, crc32, nandwrite? Oh my... If u-boot_env partition contained a decent ext2(like identity-ext2 partition does) you could download it with dfu-utl, mount, edit files, put back to the phone. On a

Re: QtMoko v30; UBIFS; can't boot

2010-12-27 Thread Radek Polak
Ivan Matveev wrote: I like Qi's minimalism, automatic setup of many options and text config files. As Gennady already pointed out, you should use qi which has ubifs boot parameters compiled in. Please flash this [1] qi or if you want to compile from sources you can use this [2] link.

Re: QtMoko v30; UBIFS; can't boot

2010-12-27 Thread Timo Juhani Lindfors
Ivan Matveev wrote: I like Qi's minimalism, automatic setup of many options and text config files. The minimalism is kind of spoiled by the various Qi binaries that are flying around since it is not possible to configure Qi enough without recompiling it...

Re: QtMoko v30; UBIFS; can't boot

2010-12-27 Thread Gennady Kupava
В Пнд, 27/12/2010 в 18:16 +0300, Ivan Matveev пишет: On Mon, 27 Dec 2010 08:33:09 +0300 Gennady Kupava g...@bsdmn.com wrote: Hi, I don't want to go back to u-boot. I disagree - going to Qi is going back, going to u-boot is going forward :) I like Qi's minimalism, automatic

Re: QtMoko v30; UBIFS; can't boot

2010-12-27 Thread Ivan Matveev
use. The QtMoko v30 boot problem is solved by reloading u-boot_env patition to Gennady's sample config. I think debian install.sh with Qi option polluted u-boot_env kernel options. Does Qi read u-boot_env? qi or if you want to compile from sources you can use this [2] link. That's the sources I'v

Qi vs U-boot (was Re: QtMoko v30; UBIFS; can't boot)

2010-12-27 Thread Ivan Matveev
Hi Gennady! Lets burn some linux.org.ru style flame! I don't want to go back to u-boot. I disagree - going to Qi is going back, going to u-boot is going forward :) I like Qi's minimalism, automatic setup of many options and text config files. Automatic setup is done by

Re: Qi vs U-boot (was Re: QtMoko v30; UBIFS; can't boot)

2010-12-27 Thread Ben Thompson
On Tue, Dec 28, 2010 at 06:04:12AM +0300, Ivan Matveev wrote: Hi Gennady! Lets burn some linux.org.ru style flame! I don't want to go back to u-boot. I disagree - going to Qi is going back, going to u-boot is going forward :) Hello Everyone Would I be correct in thinking

Re: QtMoko v30; UBIFS; can't boot

2010-12-26 Thread Ivan Matveev
From: Ivan Matveev supp...@monicar.ru To: community@lists.openmoko.org Subject: Re: QtMoko v30; UBIFS; can't boot Date: Mon, 27 Dec 2010 03:30:57 +0300 X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; i486-pc-linux-gnu) Organization: MoniCar Btw, don't know where this is set in qi, but you may try

Re: QtMoko v30; UBIFS; can't boot

2010-12-26 Thread Ivan Matveev
To: community@lists.openmoko.org Subject: Re: QtMoko v30; UBIFS; can't boot Date: Mon, 27 Dec 2010 03:30:57 +0300 X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; i486-pc-linux-gnu) Organization: MoniCar Btw, don't know where this is set in qi, but you may try u-boot: http://wiki.openmoko.org/wiki

Re: QtMoko v30; UBIFS; can't boot

2010-12-26 Thread Gennady Kupava
Hi, I don't want to go back to u-boot. I disagree - going to Qi is going back, going to u-boot is going forward :) echo 'rootflags=compr=zlib' p1/append-GTA02 Are you sure qi is really reading this? i am sure it is not. No joy. Same result: kernel complains that lzo is not compiled in.

QtMoko v30; UBIFS; can't boot

2010-12-25 Thread Ivan Matveev
Hello All, Radek Trying 2010-12-06 03:03 qi-v30.udfu 2010-12-06 02:11 qtmoko-debian-v30.ubi 2010-12-06 03:03 uImage-v30.bin qi complains that lzo compressor is mot compiled in ubifs. ___ Openmoko community mailing list community@lists.openmoko.org

Re: QtMoko v30; UBIFS; can't boot

2010-12-25 Thread Ivan Matveev
On Sat, 25 Dec 2010 19:10:31 +0300 Ivan Matveev imatvee...@nm.ru wrote: Hello All, Radek Trying 2010-12-06 03:03 qi-v30.udfu 2010-12-06 02:11 qtmoko-debian-v30.ubi 2010-12-06 03:03 uImage-v30.bin qi complains that lzo compressor is mot compiled in ubifs. it wasn't qi complaining,

Re: QtMoko v30; UBIFS; can't boot

2010-12-25 Thread W. B. Kranendonk
--- On Sat, 12/25/10, Ivan Matveev imatvee...@nm.ru wrote: Trying 2010-12-06 03:03 qi-v30.udfu 2010-12-06 02:11 qtmoko-debian-v30.ubi 2010-12-06 03:03 uImage-v30.bin I am able to boot with SHR kernel uImage-2.6.34-r4-oe15-om-gta02.bin, but qpe crashes right after start with SHR

Re: QtMoko v30; UBIFS; can't boot

2010-12-25 Thread Gennady Kupava
В Сбт, 25/12/2010 в 19:10 +0300, Ivan Matveev пишет: Hello All, Radek Trying 2010-12-06 03:03 qi-v30.udfu 2010-12-06 02:11 qtmoko-debian-v30.ubi 2010-12-06 03:03 uImage-v30.bin qi complains that lzo compressor is mot compiled in ubifs.

Re: QtMoko v30; UBIFS; can't boot

2010-12-25 Thread Gennady Kupava
Btw, don't know where this is set in qi, but you may try u-boot: http://wiki.openmoko.org/wiki/U-boot-gena2x Gennady ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re:: qtmoko v30 (running after build)

2010-12-07 Thread Joif
/Opt.pm line 551. ERROR: Invalid value for option skin: Valid values: The default value for skin is invalid! at bin/../src/build/bin/Qtopia/Opt.pm line 252. Where am I wrong? Thanks! -- View this message in context: http://openmoko-public-mailinglists.1958.n2.nabble.com/qtmoko-v30

Re: qtmoko v30

2010-12-07 Thread Francesco De Vita
Bugs: - GPS (I didn't try it yet, sorry) seems always powered on, or at least in Neo Tool it is always GPS: 1, also after powered it off with the I will take a look. Update: GPS is off after a suspend. If GPS is then turned on, turn off GPS from devtools still seems to not work.

Re: qtmoko v30, GPS power off

2010-12-07 Thread Gennady Kupava
В Втр, 07/12/2010 в 21:55 +0100, Francesco De Vita пишет: Bugs: - GPS (I didn't try it yet, sorry) seems always powered on, or at least in Neo Tool it is always GPS: 1, also after powered it off with the I will take a look. Update: GPS is off after a suspend. If GPS is

small announcement, GPS u-boot one more fix Was: qtmoko v30

2010-12-06 Thread Gennady Kupava
Hi, all, Inspired by this bug: Bugs: - GPS (I didn't try it yet, sorry) seems always powered on, or at least in Neo Tool it is always GPS: 1, also after powered it off with the Devtools. I decided to announce in ml that i setup small page on wiki about u-boot

Re: small announcement, GPS u-boot one more fix Was: qtmoko v30

2010-12-06 Thread Gennady Kupava
# cat power_on 0 With new version of bootloader, it is working just fine as expected. New u-boot: http://www.bsdmn.com/openmoko/uboot/binary/u-boot_g2x_2.udfu Sources: http://www.bsdmn.com/cgit/cgit/u-boot/ And this part about GPS-power-off bug in qtmoko (v30), i tested in v28: I

qtmoko v30

2010-12-05 Thread Radek Polak
Hi, qtmoko-v30 images are out now. They can be downloaded from sourceforge page [1]. Qtmoko is debian+qtopia based distribution for Freerunner. For more info check [2] [3]. For most users it's probably not worth upgrading, the changelog is very short: - fixed headset jack detection - Danish

qtmoko v30

2010-12-05 Thread Radek Polak
Hi, qtmoko-v30 images are out now. They can be downloaded from sourceforge page [1]. Qtmoko is debian+qtopia based distribution for Freerunner. For more info check [2] [3]. For most users it's probably not worth upgrading, the changelog is very short: - fixed headset jack detection - Danish

Re: qtmoko v30

2010-12-05 Thread Radek Polak
Radek Polak wrote: Hi, qtmoko-v30 images are out now. They can be downloaded from sourceforge page [1]. Btw sorry for the first mail, i hit some magic key shortcut that sent it before the mail was finished. And btw if you wonder why there is no v29 it's because i have screwed the v29

Re: qtmoko v30

2010-12-05 Thread Ole Carlsen
Den 05-12-2010 11:45, Radek Polak skrev: - fixed headset jack detection - Danish translations (Ole Carlsen) - GPRS fix (Timo Juhani Lindfors) - battery_platform for dumb batteries as module - force GPS power up on resume (Gennady Kupava) I hope you will like this release, although i had

Re: qtmoko v30

2010-12-05 Thread Joif
-- View this message in context: http://openmoko-public-mailinglists.1958.n2.nabble.com/qtmoko-v30-tp5804844p5806264.html Sent from the Openmoko Community mailing list archive at Nabble.com. ___ Openmoko community mailing list community

Re: qtmoko v30

2010-12-05 Thread Radek Polak
On Monday 06 December 2010 00:35:37 Joif wrote: No problem with jack detection! The volume of the earphones for media players is good but it is very low for calls, I use qalsamixer to raise the earphones volume at each call. Is it possible to set a higher volume as default? I noticed it too.