Re: [qtopia on freerunner] - What files do I have to download?
On Thu, Aug 14, 2008 at 11:42, Cédric Berger <[EMAIL PROTECTED]> wrote: > Still same questions on the same subject, and also with the new 2008.8 > repository here / coming : > > On Thu, Jul 24, 2008 at 10:34, Cédric Berger <[EMAIL PROTECTED]> wrote: >> How is the image (from http://www.qtopia.net/modules/mydownloads/ : >> Qtopia flash image for FIC Neo Freerunner (gta02)) created ? >> >> It is said to be created from a rootfs from FSO. >> - why FSO ? (lighter maybe ?) Can we use another base rootfs ? >> - what is specific to qtopia image ? Qtopia is added, but what else is >> changed ? >> - is opkg upgrade safe ? (as I understand it will not update qtopia >> itself, but normally should not break it) > > opkg is now using repositories on buildhost. > Will it then be pointing to 2008.8 repositories (with stable-testing-...) ? > Or will it have its own repositories ? > Or... both common repositories with 2008.8 and specific ones ? > > About current release, except that now Qtopia 2008.8 installs some of > its qtopia package into /opt/qtopia, are 2008.8 repositories safe for > Qtopia distro ? (I would say no, but not sure...) > > Since rootfs for Qtopia (supposedly) comes from FSO distro, maybe I should instead use FSO repositories to opkg update qtopia distro ?... (new ones from http://shr.bearstech.com ) And I began trying to build qtopia using trolltech's snaphot and toolchain, but still no luck with it... ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Still same questions on the same subject, and also with the new 2008.8 repository here / coming : On Thu, Jul 24, 2008 at 10:34, Cédric Berger <[EMAIL PROTECTED]> wrote: > How is the image (from http://www.qtopia.net/modules/mydownloads/ : > Qtopia flash image for FIC Neo Freerunner (gta02)) created ? > > It is said to be created from a rootfs from FSO. > - why FSO ? (lighter maybe ?) Can we use another base rootfs ? > - what is specific to qtopia image ? Qtopia is added, but what else is > changed ? > - is opkg upgrade safe ? (as I understand it will not update qtopia > itself, but normally should not break it) opkg is now using repositories on buildhost. Will it then be pointing to 2008.8 repositories (with stable-testing-...) ? Or will it have its own repositories ? Or... both common repositories with 2008.8 and specific ones ? About current release, except that now Qtopia 2008.8 installs some of its qtopia package into /opt/qtopia, are 2008.8 repositories safe for Qtopia distro ? (I would say no, but not sure...) > It would be more practical if a rootfs package was downloadable > directly (not only in jffs2) > And on new releases is it possible to update only the qtopia > directories, and the have the remaining of the rootfs updated via opkg ? ok, now update binary released on qtopia.net alows updating without using whole jffs2 Though maybe if there is a next version synced with 2008.8, rootfs will need a global update, not via opkg ? (or the coming Qtopia 4.4 will need such a rootfs manual update ?) ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
How is the image (from http://www.qtopia.net/modules/mydownloads/ : Qtopia flash image for FIC Neo Freerunner (gta02)) created ? It is said to be created from a rootfs from FSO. - why FSO ? (lighter maybe ?) Can we use another base rootfs ? - what is specific to qtopia image ? Qtopia is added, but what else is changed ? - is opkg upgrade safe ? (as I understand it will not update qtopia itself, but normally should not break it) It would be more practical if a rootfs package was downloadable directly (not only in jffs2) And on new releases is it possible to update only the qtopia directories, and the have the remaining of the rootfs updated via opkg ? Or doing so we would miss some changes made ? Thanks for any hints to understand better this architecture... Cédric ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
I used this method to boot qtopia from sd. And now I have tri-boot : I added a 3rd partition on microSD for ASU and I changed u-boot menu with menu_2 almost identical to menu_1, except root=/dev/mmcblk0p3 (I use the same kernel partition on FAT for both qtopia and ASU. Though at first I used 2 different uImage, in the same partition ) Anyway... when booting this way on microSD How do you "opkg upgrade" ? -> it wants to update kernel on internal flash, which fails and prevents opkg to success : " process /usr/bin/flash_eraseall: /dev/: Is a directory postinst script returned status 1 Nothing to be done Collected errors: ERROR: kernel-image-2.6.24.postinst returned 1 " (I found this : http://docs.openmoko.org/trac/ticket/1344 ) -> I tried to modify the U-Boot command on menu : ${mtdparts} instead of ${mtdparts} ro and then it "worked" : opkg could write kernel (but with warnings...) and could finish upgrade. Not clean though ! It shouldn't have to modify internal memory (kernel of other distribution !) How could we do to prevent it ? Is it the postinst script that must be modified ? Or can we tweak the U-Boot command to have it write elsewhere ? Is it possible to do a opkg upgrade but telling it not to upgrade kernel ? (and do it manually...) ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
> > Can you explain exactly how you used the usb console to change the boot? what > runs on the host > computer that lets you access the USB console? (Is it a standard serial > terminal talking to a > usd/serial emulator?) > Never mind found it here http://wiki.openmoko.org/wiki/Bootloader Its kinda cool, you can use a terminal emulator to conenct to the boot command via usb. I'll try the workaround to fix the booting from ext3. Thanks -- Jim Morris, http://blog.wolfman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Thomas B. wrote: > > Then I had the following problem: U-Boot told the kernel that the rootfs > was ext2, even if it was ext3, so the kernel couldn't mount it. I solved > that by logging in to the U-Boot console via USB and modifying the > command sequence to boot from SD so that it looks like this (I just > replaced ext2 with ext3): > > menu_1=Boot from microSD (FAT+ext3): setenv bootargs ${bootargs_base} > rootfstype=ext3 root=/dev/mmcblk0p2 rootdelay=5 ${mtdparts} ro; mmcinit; > fatload mmc 1 0x3200 ${sd_image_name}; bootm 0x3200 > I am having similar problems with latest FR. I have tried ext2 and ext3 root, still get a kernel panic because it can't mount root. Can you explain exactly how you used the usb console to change the boot? what runs on the host computer that lets you access the USB console? (Is it a standard serial terminal talking to a usd/serial emulator?) Thanks Jim -- Jim Morris, http://blog.wolfman.com ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Thanks a lot, I really missed that 2 points... now I could get it boot the last Qtopia image (extracted from the jffs2) from the microSD I can start some testing ! :-) First boot was ok, pin unlocked, gsm network ok, first sight ok No sound... but I've read there was something to do to correct... so should be fine On Sun, Jul 13, 2008 at 21:02, Thomas B. <[EMAIL PROTECTED]> wrote: > It seems you have to use ext3 for the rootfs partition, because current > kernel builds have ext2 support only as a module (which is not yet > available before the rootfs is mounted). > > Then I had the following problem: U-Boot told the kernel that the rootfs > was ext2, even if it was ext3, so the kernel couldn't mount it. I solved > that by logging in to the U-Boot console via USB and modifying the > command sequence to boot from SD so that it looks like this (I just > replaced ext2 with ext3): > > menu_1=Boot from microSD (FAT+ext3): setenv bootargs ${bootargs_base} > rootfstype=ext3 root=/dev/mmcblk0p2 rootdelay=5 ${mtdparts} ro; mmcinit; > fatload mmc 1 0x3200 ${sd_image_name}; bootm 0x3200 > > Here you can also see that it expects the kernel to be on a FAT > partition (it uses the command "fatload"). Maybe that could be changed, > so that it reads the kernel from the ext2 or ext3 partition itself, but > I don't know which commands U-Boot supports. > > HTH, > Thomas > > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Hi! On Sun, Jul 13, 2008 at 04:40:09AM +0200, Cédric Berger wrote: > I would like to boot Qtopia from SD, but couldn't yet... > > Can I do that with the image of Qtopia you mentioned ? > I extracted the files form the .jffs2 and copied them on the microSD card. > I then put the uImage bin in /boot You have to put uImage.bin in a FAT partition... at least that's how it's supposed to be when you use the default U-Boot environment. See here: http://wiki.openmoko.org/wiki/Boot_from_sd_card > I tried with SD card formated in ext3 and ext2. It seems you have to use ext3 for the rootfs partition, because current kernel builds have ext2 support only as a module (which is not yet available before the rootfs is mounted). Then I had the following problem: U-Boot told the kernel that the rootfs was ext2, even if it was ext3, so the kernel couldn't mount it. I solved that by logging in to the U-Boot console via USB and modifying the command sequence to boot from SD so that it looks like this (I just replaced ext2 with ext3): menu_1=Boot from microSD (FAT+ext3): setenv bootargs ${bootargs_base} rootfstype=ext3 root=/dev/mmcblk0p2 rootdelay=5 ${mtdparts} ro; mmcinit; fatload mmc 1 0x3200 ${sd_image_name}; bootm 0x3200 Here you can also see that it expects the kernel to be on a FAT partition (it uses the command "fatload"). Maybe that could be changed, so that it reads the kernel from the ext2 or ext3 partition itself, but I don't know which commands U-Boot supports. HTH, Thomas ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
I would like to boot Qtopia from SD, but couldn't yet... Can I do that with the image of Qtopia you mentioned ? I extracted the files form the .jffs2 and copied them on the microSD card. I then put the uImage bin in /boot But trying to boot from the freerunner on SD I only get : "Unable to read uImage.bin from mmc 1:1 Booting image at 3200 Bad magic number" I tried with SD card formated in ext3 and ext2. Was that a correct method ? What is wrong ? ps. to extract from .jffs2 I used the method found here (I use ubuntu 8.04, 64 bit) : http://maemo.org/community/wiki/modifyingrootimage/ "Kernel Memory Emulating a MTD : mknod /tmp/mtdblock0 b 31 0 modprobe mtdblock modprobe mtdram total_size=65536 erase_size=256 modprobe jffs2 dd if=/pathtoimage/rootfs.jffs2 of=/tmp/mtdblock0 mkdir /media/jffs2 mount -t jffs2 /tmp/mtdblock0 /media/jffs2 " On Sat, Jul 12, 2008 at 11:39, <[EMAIL PROTECTED]> wrote: >> Clare wrote: >>> (Or is there some way i can make .jffs2 into tar.gz?) >> And back...? > > using a to get the contents of de tar.gz and and using > mkfs.jffs2 -r -e 0x4000 -o > > ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
> Clare wrote: >> (Or is there some way i can make .jffs2 into tar.gz?) > And back...? using a to get the contents of de tar.gz and and using mkfs.jffs2 -r -e 0x4000 -o ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Clare wrote: > (Or is there some way i can make .jffs2 into tar.gz?) And back...? -- Treviño's World - Life and Linux http://www.3v1n0.net/ ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: AW: Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
[EMAIL PROTECTED] wrote: > fixed with this link.. > thx Could you report how is qtopia working on GTA02 (we've just reviews about Openmoko 2007.2...)? Thanks! -- Treviño's World - Life and Linux http://www.3v1n0.net/ ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Hi! On Sat, Jul 12, 2008 at 02:32:10AM +, Clare wrote: > Also please can you supply a root.tar.gz in addition to a root.jffs2? > Obviously you can, I should have said Will you? please? > (Or is there some way i can make .jffs2 into tar.gz?) I got the files out of that .jffs2 by following this guide: http://wiki.openmoko.org/wiki/Userspace_root_image#Mounting_the_JFFS2_image_on_a_loop_back_.28MTD_RAM.29_device I definitely agree that a .tar.gz would be much simpler, though. I need the files from the rootfs because I boot Qtopia off the SD card, not from internal flash, therefore I have to extract the files into an ext3 partition. A positive note: I installed Qtopia on my FreeRunner a few hours ago, and it seems to work really well. Good work, Lorn! Regards, Thomas ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Dear Lorn, It would be much nicer if your files for download carried in their name something more explict about which they are. "updated" is not at all helpful, as i cant tell from that if it happened before or after I downloaded Also please can you supply a root.tar.gz in addition to a root.jffs2? Obviously you can, I should have said Will you? please? (Or is there some way i can make .jffs2 into tar.gz?) thank you, clare On Thu, Jul 10, 2008 at 11:24 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: > Lorn Potter wrote: >> Kevin Dean wrote: >>> On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: >>> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 >>> That image is the one that contains a tar.gz image of the rootfs, not >>> a jffs2 image. >> >> indeed. sorry about that. will fix in a few hours. >> >> > > ok. That file is updated. :) > > > -- > Lorn 'ljp' Potter > Software Engineer, Systems Group, Trolltech, a Nokia company > > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
One other thing I've noticed is that I can never get it to work by booting from NAND. I updated u-Boot in NAND to a 20080710 version (or whatever the latest was as of yesterday), so perhaps there's something there that's messing it up. I don't understand why/how that would be. I just know I tried about 5 times booting from NAND and it failed consistently. Booting into Qtopia from NOR seems to work about 2/3 of the time. On Thu, Jul 10, 2008 at 11:20 PM, Randy S. <[EMAIL PROTECTED]> wrote: > Chris, > > Have you tried re-re-booting? I've flashed the QTopia image a couple of > times on my GTA02 and the first time it boots after a flash, it does what > you described (a couple of seconds on the pretty screen, then black screen, > AUX gives "^@"). I hold down Power for several seconds till it kills the > device, then start up again. Then tapping on the screen works. > > > > On Thu, Jul 10, 2008 at 10:04 PM, Chris Hessing <[EMAIL PROTECTED]> wrote: > >> Lorn - >> >> Thanks for the image for the GTA01! I loaded it up on my phone, and it >> works like a champ without the SIM. When I put the SIM in, it starts >> up, and then quickly goes to a black text screen. It looks like the UI >> is crashing. Tapping the screen does nothing, and pressing the AUX >> button shows "^@" on the screen, and the power button does nothing. >> >> Is this also an issue with my T-Mobile SIM? If so, is there anything I >> can do to help get a patch so that the UI at least stays up? (I have no >> problems writing code, or poking at the SIM a little to gather >> information.) >> >> Thanks again! >> >> Lorn Potter wrote: >> > [EMAIL PROTECTED] wrote: >> > >> >> sorry lorn, cheered to soon... >> >> >> >> there are any problems with the mic and the speaker...so, i can create >> call`s but i hear nothing and on the >> >> opposition >> >> are nothing too..so, the main-application (create & receive call`s) >> don`t function on my freerunner...the other tings >> >> are tiptop >> >> anyone how can confirm that problem? >> >> >> > >> > quickfix: >> > ssh into the device as root, and then do >> > >> > ln -s /usr/share/openmoko/scenarios /etc/alsa >> > restart qtopia >> > >> > >> >> Ursprüngliche Nachricht >> >> Von: [EMAIL PROTECTED] >> >> Datum: 11.07.2008 01:24 >> >> An: "List for Openmoko community discussion"< >> community@lists.openmoko.org> >> >> Betreff: Re: [qtopia on freerunner] - What files do I have to download? >> >> >> >> Lorn Potter wrote: >> >> >> >>> Kevin Dean wrote: >> >>> >> >>>> On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> >> wrote: >> >>>> >> >>>> >> >>>>> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file >> instead. >> >>>>> http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 >> >>>>> >> >>>>> >> >>>> That image is the one that contains a tar.gz image of the rootfs, not >> >>>> a jffs2 image. >> >>>> >> >>> indeed. sorry about that. will fix in a few hours. >> >>> >> >>> >> >>> >> >> ok. That file is updated. :) >> >> >> >> >> >> >> > >> > >> > >> >> >> ___ >> Openmoko community mailing list >> community@lists.openmoko.org >> http://lists.openmoko.org/mailman/listinfo/community >> > > ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
AW: Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
fixed with this link.. thx Ursprüngliche Nachricht Von: [EMAIL PROTECTED] Datum: 11.07.2008 03:01 An: <[EMAIL PROTECTED]>, "List for Openmoko community discussion" Betreff: Re: AW: Re: [qtopia on freerunner] - What files do I have to download? [EMAIL PROTECTED] wrote: > sorry lorn, cheered to soon... > > there are any problems with the mic and the speaker...so, i can create call`s > but i hear nothing and on the > opposition > are nothing too..so, the main-application (create & receive call`s) don`t > function on my freerunner...the other tings > are tiptop > anyone how can confirm that problem? quickfix: ssh into the device as root, and then do ln -s /usr/share/openmoko/scenarios /etc/alsa restart qtopia > > Ursprüngliche Nachricht > Von: [EMAIL PROTECTED] > Datum: 11.07.2008 01:24 > An: "List for Openmoko community discussion" > Betreff: Re: [qtopia on freerunner] - What files do I have to download? > > Lorn Potter wrote: >> Kevin Dean wrote: >>> On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: >>> >>>> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. >>>> http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 >>>> >>> That image is the one that contains a tar.gz image of the rootfs, not >>> a jffs2 image. >> indeed. sorry about that. will fix in a few hours. >> >> > > ok. That file is updated. :) > > -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Lorn Potter <[EMAIL PROTECTED]> writes: > ok. That file is updated. :) Thank you very much! :) ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
Chris, Have you tried re-re-booting? I've flashed the QTopia image a couple of times on my GTA02 and the first time it boots after a flash, it does what you described (a couple of seconds on the pretty screen, then black screen, AUX gives "^@"). I hold down Power for several seconds till it kills the device, then start up again. Then tapping on the screen works. On Thu, Jul 10, 2008 at 10:04 PM, Chris Hessing <[EMAIL PROTECTED]> wrote: > Lorn - > > Thanks for the image for the GTA01! I loaded it up on my phone, and it > works like a champ without the SIM. When I put the SIM in, it starts > up, and then quickly goes to a black text screen. It looks like the UI > is crashing. Tapping the screen does nothing, and pressing the AUX > button shows "^@" on the screen, and the power button does nothing. > > Is this also an issue with my T-Mobile SIM? If so, is there anything I > can do to help get a patch so that the UI at least stays up? (I have no > problems writing code, or poking at the SIM a little to gather > information.) > > Thanks again! > > Lorn Potter wrote: > > [EMAIL PROTECTED] wrote: > > > >> sorry lorn, cheered to soon... > >> > >> there are any problems with the mic and the speaker...so, i can create > call`s but i hear nothing and on the > >> opposition > >> are nothing too..so, the main-application (create & receive call`s) > don`t function on my freerunner...the other tings > >> are tiptop > >> anyone how can confirm that problem? > >> > > > > quickfix: > > ssh into the device as root, and then do > > > > ln -s /usr/share/openmoko/scenarios /etc/alsa > > restart qtopia > > > > > >> ----Ursprüngliche Nachricht > >> Von: [EMAIL PROTECTED] > >> Datum: 11.07.2008 01:24 > >> An: "List for Openmoko community discussion"< > community@lists.openmoko.org> > >> Betreff: Re: [qtopia on freerunner] - What files do I have to download? > >> > >> Lorn Potter wrote: > >> > >>> Kevin Dean wrote: > >>> > >>>> On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> > wrote: > >>>> > >>>> > >>>>> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file > instead. > >>>>> http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 > >>>>> > >>>>> > >>>> That image is the one that contains a tar.gz image of the rootfs, not > >>>> a jffs2 image. > >>>> > >>> indeed. sorry about that. will fix in a few hours. > >>> > >>> > >>> > >> ok. That file is updated. :) > >> > >> > >> > > > > > > > > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
Lorn - Thanks for the image for the GTA01! I loaded it up on my phone, and it works like a champ without the SIM. When I put the SIM in, it starts up, and then quickly goes to a black text screen. It looks like the UI is crashing. Tapping the screen does nothing, and pressing the AUX button shows "^@" on the screen, and the power button does nothing. Is this also an issue with my T-Mobile SIM? If so, is there anything I can do to help get a patch so that the UI at least stays up? (I have no problems writing code, or poking at the SIM a little to gather information.) Thanks again! Lorn Potter wrote: > [EMAIL PROTECTED] wrote: > >> sorry lorn, cheered to soon... >> >> there are any problems with the mic and the speaker...so, i can create >> call`s but i hear nothing and on the >> opposition >> are nothing too..so, the main-application (create & receive call`s) don`t >> function on my freerunner...the other tings >> are tiptop >> anyone how can confirm that problem? >> > > quickfix: > ssh into the device as root, and then do > > ln -s /usr/share/openmoko/scenarios /etc/alsa > restart qtopia > > >> Ursprüngliche Nachricht >> Von: [EMAIL PROTECTED] >> Datum: 11.07.2008 01:24 >> An: "List for Openmoko community discussion" >> Betreff: Re: [qtopia on freerunner] - What files do I have to download? >> >> Lorn Potter wrote: >> >>> Kevin Dean wrote: >>> >>>> On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: >>>> >>>> >>>>> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. >>>>> http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 >>>>> >>>>> >>>> That image is the one that contains a tar.gz image of the rootfs, not >>>> a jffs2 image. >>>> >>> indeed. sorry about that. will fix in a few hours. >>> >>> >>> >> ok. That file is updated. :) >> >> >> > > > ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
[EMAIL PROTECTED] wrote: > sorry lorn, cheered to soon... > > there are any problems with the mic and the speaker...so, i can create call`s > but i hear nothing and on the > opposition > are nothing too..so, the main-application (create & receive call`s) don`t > function on my freerunner...the other tings > are tiptop > anyone how can confirm that problem? quickfix: ssh into the device as root, and then do ln -s /usr/share/openmoko/scenarios /etc/alsa restart qtopia > > Ursprüngliche Nachricht > Von: [EMAIL PROTECTED] > Datum: 11.07.2008 01:24 > An: "List for Openmoko community discussion" > Betreff: Re: [qtopia on freerunner] - What files do I have to download? > > Lorn Potter wrote: >> Kevin Dean wrote: >>> On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: >>> >>>> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. >>>> http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 >>>> >>> That image is the one that contains a tar.gz image of the rootfs, not >>> a jffs2 image. >> indeed. sorry about that. will fix in a few hours. >> >> > > ok. That file is updated. :) > > -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
AW: Re: [qtopia on freerunner] - What files do I have to download?
sorry lorn, cheered to soon... there are any problems with the mic and the speaker...so, i can create call`s but i hear nothing and on the opposition are nothing too..so, the main-application (create & receive call`s) don`t function on my freerunner...the other tings are tiptop anyone how can confirm that problem? Ursprüngliche Nachricht Von: [EMAIL PROTECTED] Datum: 11.07.2008 01:24 An: "List for Openmoko community discussion" Betreff: Re: [qtopia on freerunner] - What files do I have to download? Lorn Potter wrote: > Kevin Dean wrote: >> On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: >> >>> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. >>> http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 >>> >> That image is the one that contains a tar.gz image of the rootfs, not >> a jffs2 image. > > indeed. sorry about that. will fix in a few hours. > > ok. That file is updated. :) -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
AW: Re: [qtopia on freerunner] - What files do I have to download?
hi lorn thanks a lot...function on my freerunner :-) Ursprüngliche Nachricht Von: [EMAIL PROTECTED] Datum: 11.07.2008 01:24 An: "List for Openmoko community discussion" Betreff: Re: [qtopia on freerunner] - What files do I have to download? Lorn Potter wrote: > Kevin Dean wrote: >> On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: >> >>> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. >>> http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 >>> >> That image is the one that contains a tar.gz image of the rootfs, not >> a jffs2 image. > > indeed. sorry about that. will fix in a few hours. > > ok. That file is updated. :) -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Lorn Potter wrote: > Kevin Dean wrote: >> On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: >> >>> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. >>> http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 >>> >> That image is the one that contains a tar.gz image of the rootfs, not >> a jffs2 image. > > indeed. sorry about that. will fix in a few hours. > > ok. That file is updated. :) -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
AW: Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
hmmm...the screen does nothing...the freerunner allways change from a black background to graphical interface with a clock in the middle and batterie status right up when i put the AUX-Button it gives me a little white @...never mind! i`ll wait for the jffs2 filethanks for your help! Ursprüngliche Nachricht Von: [EMAIL PROTECTED] Datum: 10.07.2008 20:35 An: "List for Openmoko community discussion" Kopie: <[EMAIL PROTECTED]> Betreff: Re: AW: Re: [qtopia on freerunner] - What files do I have to download? Lorn Potter wrote: > [EMAIL PROTECTED] wrote: >> I have build a jffs2 file; >> >> mkfs.jffs2 --pad=0x70 -o rootfs.jffs2 -e 0x4000 -n -d /tmp/jffsroot/ >> >> than, i installed the jffs2 with dfu-util...all things looks good...but when >> i boot this rootfs, i just see a black >> screen with a white underline and all ca. 20 sec. i see a graphical >> interface for ca. 2 sec...thats all... >> >> what do i wrong..? >> >> thanks for all inputs! > > The tarball you downloaded is a bare rootfs, there is no gui on it. > Get the one labeled "Qtopia flash image for FIC Neo Freerunner (gta02) " > > hmm... must drink coffee before I reply... you need to hit the screen to keep it alive. That Qtopia has suspend enabled and probably is suspending. -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Kevin Dean wrote: > On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: > >> Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. >> http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 >> > > That image is the one that contains a tar.gz image of the rootfs, not > a jffs2 image. indeed. sorry about that. will fix in a few hours. -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
On Thu, Jul 10, 2008 at 2:26 PM, Lorn Potter <[EMAIL PROTECTED]> wrote: > Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. > http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 > That image is the one that contains a tar.gz image of the rootfs, not a jffs2 image. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
GoXbox Live wrote: > Hi Lorn > > Could you also make images for NEO1973. Or is this image compatible with > GTA01 also? > > gxl That one is not compatible with gta01, although the same Qtopia should be and is used for both images. I was working on that yesterday, but got sidetracked. I should have the gta01 image up today sometime (AU time that is) -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
Hi Lorn Could you also make images for NEO1973. Or is this image compatible with GTA01 also? gxl 2008/7/10, Lorn Potter <[EMAIL PROTECTED]>: > > [EMAIL PROTECTED] wrote: > > I have build a jffs2 file; > > > > mkfs.jffs2 --pad=0x70 -o rootfs.jffs2 -e 0x4000 -n -d /tmp/jffsroot/ > > > > than, i installed the jffs2 with dfu-util...all things looks good...but > when i boot this rootfs, i just see a black > > screen with a white underline and all ca. 20 sec. i see a graphical > interface for ca. 2 sec...thats all... > > > > what do i wrong..? > > > > thanks for all inputs! > > The tarball you downloaded is a bare rootfs, there is no gui on it. > Get the one labeled "Qtopia flash image for FIC Neo Freerunner (gta02) " > > > > -- > Lorn 'ljp' Potter > Software Engineer, Systems Group, Trolltech, a Nokia company > > ___ > Openmoko community mailing list > community@lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
Lorn Potter wrote: > [EMAIL PROTECTED] wrote: >> I have build a jffs2 file; >> >> mkfs.jffs2 --pad=0x70 -o rootfs.jffs2 -e 0x4000 -n -d /tmp/jffsroot/ >> >> than, i installed the jffs2 with dfu-util...all things looks good...but when >> i boot this rootfs, i just see a black >> screen with a white underline and all ca. 20 sec. i see a graphical >> interface for ca. 2 sec...thats all... >> >> what do i wrong..? >> >> thanks for all inputs! > > The tarball you downloaded is a bare rootfs, there is no gui on it. > Get the one labeled "Qtopia flash image for FIC Neo Freerunner (gta02) " > > hmm... must drink coffee before I reply... you need to hit the screen to keep it alive. That Qtopia has suspend enabled and probably is suspending. -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: AW: Re: [qtopia on freerunner] - What files do I have to download?
[EMAIL PROTECTED] wrote: > I have build a jffs2 file; > > mkfs.jffs2 --pad=0x70 -o rootfs.jffs2 -e 0x4000 -n -d /tmp/jffsroot/ > > than, i installed the jffs2 with dfu-util...all things looks good...but when > i boot this rootfs, i just see a black > screen with a white underline and all ca. 20 sec. i see a graphical interface > for ca. 2 sec...thats all... > > what do i wrong..? > > thanks for all inputs! The tarball you downloaded is a bare rootfs, there is no gui on it. Get the one labeled "Qtopia flash image for FIC Neo Freerunner (gta02) " -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
dorje wrote: > Lorn Potter <[EMAIL PROTECTED]> writes: > >> There is a Qtopia image for freerunner at qtopia.net. > > Thank you! :) > > Can I use the "rootfs-gta02.tgz" directly whith dfu-util or have I to build a > jffs2 file? > Get the "Qtopia flash image for FIC Neo Freerunner (gta02)" file instead. http://www.qtopia.net/modules/mydownloads/viewcat.php?cid=6 -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
AW: Re: [qtopia on freerunner] - What files do I have to download?
I have build a jffs2 file; mkfs.jffs2 --pad=0x70 -o rootfs.jffs2 -e 0x4000 -n -d /tmp/jffsroot/ than, i installed the jffs2 with dfu-util...all things looks good...but when i boot this rootfs, i just see a black screen with a white underline and all ca. 20 sec. i see a graphical interface for ca. 2 sec...thats all... what do i wrong..? thanks for all inputs! Ursprüngliche Nachricht Von: [EMAIL PROTECTED] Datum: 10.07.2008 11:29 An: Betreff: Re: [qtopia on freerunner] - What files do I have to download? Lorn Potter <[EMAIL PROTECTED]> writes: > There is a Qtopia image for freerunner at qtopia.net. Thank you! :) Can I use the "rootfs-gta02.tgz" directly whith dfu-util or have I to build a jffs2 file? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
Lorn Potter <[EMAIL PROTECTED]> writes: > There is a Qtopia image for freerunner at qtopia.net. Thank you! :) Can I use the "rootfs-gta02.tgz" directly whith dfu-util or have I to build a jffs2 file? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
Re: [qtopia on freerunner] - What files do I have to download?
dorje wrote: > Hi all! :) > > I bought freerunner and I wanted to install qtopia on it but... I can't find > what is the suggested build to install and I can't find the correct files to > download, in any "daily build" directory! > > I know only that I need a ".bin" file for the kernel and a ".jffs2" file for > the > root filesystem. > > Thank you for any suggestion... ;) There is a Qtopia image for freerunner at qtopia.net. -- Lorn 'ljp' Potter Software Engineer, Systems Group, Trolltech, a Nokia company ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
[qtopia on freerunner] - What files do I have to download?
Hi all! :) I bought freerunner and I wanted to install qtopia on it but... I can't find what is the suggested build to install and I can't find the correct files to download, in any "daily build" directory! I know only that I need a ".bin" file for the kernel and a ".jffs2" file for the root filesystem. Thank you for any suggestion... ;) ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community