Re: [FSO] Milestone 5, uBoot and SD, any success?

2009-02-10 Thread Kosa


Werner Almesberger escribió:
> Kosa wrote:
>> GTA02v5 # setenv menu_10 Boot for FSO V: setenv bootargs 
>> ${bootargs_base} rootfstype=ext2 root=/dev/mmcblk0p2 rootdelay=5 
>> ${mtdparts} rw\; mmcinit\; fatload mmc 1 0x3200 ${sd_image_name}\; 
>> bootm 0x3200
>
> A quick remark: You probably want to escape the dollar signs as well.
> Otherwise, you expand the variables at the moment you enter the
> command and if you want to change bootargs_base or sd_image_name
> later, you have to remember to redo the menu line as well.
>
> - Werner
Another quick remark: i wrote #seveenv, but it's #saveenv :-P

Kosa

- Un mundo mejor es posible -
> Another

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: [FSO] Milestone 5, uBoot and SD, any success?

2009-02-10 Thread Kosa


Olivier Migeot escribió:
> Hello ev'ryone.
>
> It's been a while since Freesmartphone's latest milestone (the
> so-called "milestone 5") is out. However, and as willing as I am to
> test it, I still didn't manage to get past the "root not remouted
> read-write as it should" problem.
>
> I saw a lot of discussion about how to fix this with Qi. As I'm still
> too cautious to test Qi yet (after all, this is my main phone we're
> talking about... testing one piece of potentially unstable software at
> a time is well enough for me), I'm wondering whether anybody had
> success with that milestone and the following setup (or something
> close):
>
>  - GTA02
>  - images (.tar.gz and .bin) from the fso-stable tree.
>  - basic uBoot (no update whatsoever since purchase)
>  - and of course, booting on the SD card (once again, I don't want to
> break every part at once)
>
> If, by any chance, somebody succeeded in something similar, would he
> mind explaining how he did?
>
> And if anybody from the FSO team passes by : is there some kind of
> milestone 5.1 expected (fixing that kind of problem, for instance), or
> should we wait for milestone 6?
>
> Thanks a lot.
>
> Regards,
>
This is my first try on FSO and I like it so far. I had the same
problem with u-boot (didn't try Qi yet) but after some reading
and testing I made it work as follows:

I downloaded and installed neocon from here [1]:

The I ran 
u...@x ~/freerunner/$ ./neocon -t 30 /dev/ttyACM0
wich took me to the nand interface. It lloks something like this:


u...@x:~/freerunner/neocon$ ./neocon -t 30 /dev/ttyACM0
[Open /dev/ttyACM0]
In:usbtty
Out:   usbtty
Err:   usbtty
PCB rev: 0x000
Power: 0mA
GTA02v5 #

Then

GTA02v5 # printenv (which prints all of the entrys in nand boot menu)

I the next command you set the name and menu_X entry as you wush, but
be aware of what you get from #printenv output. I mean, if you already
have an menu_1 entry, using that will overwrite the existing one, so
I suggest you use a none existing number to test it.

Well, next:

GTA02v5 # setenv menu_10 Boot for FSO V: setenv bootargs 
${bootargs_base} rootfstype=ext2 root=/dev/mmcblk0p2 rootdelay=5 
${mtdparts} rw\; mmcinit\; fatload mmc 1 0x3200 ${sd_image_name}\; 
bootm 0x3200

Note I'm using menu_10, couse I have several microsd running different
distros, and some of them have even more than one distro.

Also note it expects rootfs to be and ext2 partition, and it is on the
second partition on the microsd. (the first one is for the kernel). I
think the most important part, the one wich makes the difference, is the
rw option.

Then you save the entry to nand:

GTA02v5 # seveenv

Then you power the neo off and get into nand by pressing power + aux.

It is a lillte bit tricky to start neocon, but it does work. If it does
not connect you will get an [closed] message insted of the one I mention
before, but then you can just unplug the neo, get out from neocon by
taping ~. and try again. What I do is first get into nand, then plug the
neo and finnaly start neocon.

Look at the neocon's wiki page for more options[2]

Hope it helps.


Kosa

- Un mundo mejor es posible -


[1] http://svn.openmoko.org/developers/werner/neocon/
[2] http://wiki.openmoko.org/wiki/NeoCon

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Illume keyboard breaks on om2008.12

2008-12-21 Thread Kosa
Hi there,

according to this [1], I just:

1 .- opkg install libevas-saver-png edje-utils cpp cpp-symlinks libembryo-tests
2 .- cd /usr/share/enlightenment/data/themes
3 .- edje_decc illume.edj
4 .- cd illume
5 .- vi freerunner.edc (to edit a copule of lines, but "freerunner.sh")
6 .- sh build.sh
7 .- mv illume.edj ../illume.edj 
8 .- /etc/init.d/xserver-nodm restart
9 .- sed -i -e s,asu,illume, /etc/enlightenment/default_profile
10.- /etc/init.d/xserver-nodm restart

and I would get the illume keybord.

Setp 5 is not necessary 'couse you can use illume.edj instead which does not 
need 
to be edited.

Well, it works, but then it fails. Enlightenment start (splash screen shows up)
and you get the illume keyboard, but then I get: 

"Enlightenment error"
"This is very bad. Enlightenment SIGABRt'd"  =-O 
"Theres is no meant to happen and it is likely a sign of
a bug on Enlightenment or the libraries it relies
on. You can gob attach to this process to try 
debug it or you could exit, or you just hit restart to
try and get your desktop back to the way it was."

"Please compile everything with -g in your CFLAGS"

I know I can compile using -g, but you might have some other options.
(sure I would update the wiki  :-) )


[1] http://wiki.openmoko.org/wiki/Keyboard_Toggle


Cheers,

Kosa

- Un mundo mejor es posible -

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Sad Story

2008-12-15 Thread Kosa




Karthik Kumar escribió:

  What were they doing before this thread then? 

They were working as hard as they can, perhaps even harder. Me and many
others
have seen that, sorry you can't, but you will.

  Were they productive at
all? If they were, this thread wouldn't exist. 

This thread exists becouse some bulgars stole Juan Cañate's FR,
remember? That is why
the subject was "sad story" in the first place. But eventhough it _is_
a sad story, you have
make it much more sad.

  And, if they wanted to
be productive, using this thread would be their worst excuse to do
something.

If they deliver, I'll stop talking on this thread.
  

Andy asked you to do it before, but I do +1 on it. You just fork this
senseless thread and 
ask for specific things. You don't go with "I want it to work right
know", please.

Kosa

- Un mundo mejor es posible -

  On Mon, Dec 15, 2008 at 9:12 PM, Al Johnson
 wrote:
  
  
Neither are representatives of Openmoko. They have bought phones just as you
and I have. I suspect that they are frustrated by this long and unproductive
thread, and by your perceived attitude. You don't appear to be interested in
getting solutions to whatever problems you may be having. Suggesting someone
is lying when they try to correct your misunderstanding is just plain
offencive where I come from, as are your unsubstantiated accusations about
Openmoko and their staff. This may simply be a cultural misunderstanding, as
is often the case on international lists, in which case I suggest you correct
it now.

On Monday 15 December 2008, Karthik Kumar wrote:


  Is that how you reply as a company which makes a phone? We can't fix
it so go buy our competitors' closed phones? I'd expect better from
you (like saying, yes, we'll fix it) than buy our competitor's phone.
If i had bought the competitors' phone, i wouldn't be cribbing now
that i've bought your phone, right?

Maybe Openmoko should trade in iPhones instead of Freerunners,
considering I already paid for a Freerunner. What do you think for
that for a response?

On Mon, Dec 15, 2008 at 4:44 PM, arne anka  wrote:
  
  

  Karthik:

I think I probably speak for a reasonable portion of the community when
I say this:

Go buy an iphone. Put your FreeRunner on ebay. You'll like the iphone -
  

+1

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support

  
  ___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support
  



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


  
  


  




___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Sad Story

2008-12-10 Thread Kosa
That's what I would call "support" mailing list. lol :)

Kosa

- Un mundo mejor es posible -

El 10/12/2008, a las 04:57 p.m., Yorick Moko escribió:

> since there is a mini-usb port the robber will be able to find it out;
> he'll probably beat you to death for wasting his time with something
> that vagely looks like like a phone but that he can't get to work as
> one even after tinkering with it for months :)
>
> On Wed, Dec 10, 2008 at 11:15 PM, Joachim Ott  
> <[EMAIL PROTECTED]> wrote:
>> Putting your address on the splash screen could turn into a poison  
>> pill for
>> yourself. The robber could come to your house and beat you with a  
>> pair of
>> tennis shoes until you tell him where you have the charger.
>>
>>
>>
>> ___
>> support mailing list
>> support@lists.openmoko.org
>> https://lists.openmoko.org/mailman/listinfo/support
>>
>>
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Testing - Reply requested

2008-08-18 Thread Kosa
yep

Steven ** escribió:
> Are my emails making it to the list?
>
> -Steven
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>   

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: TTFS is still really long, and GPS w/SD boot

2008-07-28 Thread Kosa
It is a known bug and a fis fas been posted here.[1]

Please take a look to the  mailing list history  to
find out if your problem has been asked before,
and if it has been solved.

Cheers

Kosa

 - Un mundo mejor es posible -


[1]http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf


Rene Horn escribió:
> A long time being 428 seconds (~7 minutes).
>
> Rene
>
> On Sun, Jul 27, 2008 at 10:05 PM, Rene Horn <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> I have all the latest versions of the kernel, gpsd, gps-utils,
> etc., and TTFS still takes a long time, and I can't seem to get a
> fix at all when I've booted up with the SD card.
>
> Speaking of, does GPS work when booting from SD?  Knowing of the
> problems with SD and GPS, does anyone know if running off SD has
> any problems?
>
> Rene Horn
> -- 
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> (UW-Oshkosh email
> address),
> http://rhorn.kuiki.net - Pictures from me, family, and friends
> SDF Public Access UNIX System - http://sdf.lonestar.org
>
> Jay Leno in response to Colin Powell's deadline for an Iraqi
> constitution:
> "They can take ours. After all, we aren't using it..."
>
>
>
>
> -- 
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]> (UW-Oshkosh email address),
> http://rhorn.kuiki.net - Pictures from me, family, and friends
> SDF Public Access UNIX System - http://sdf.lonestar.org
>
> Jay Leno in response to Colin Powell's deadline for an Iraqi
> constitution:
> "They can take ours. After all, we aren't using it..."
> 
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>   

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support