Re: [Fwd: Re: Kernel source code]

2010-05-18 Thread Antonio Ospite
On Mon, 17 May 2010 22:14:33 -0300
angelo ang...@angeste.com.br wrote:

 Antonio Ospite escreveu:
  On Mon, 17 May 2010 11:59:02 -0300
  angelo ang...@angeste.com.br wrote:
 

  Andreas Mohr escreveu:
  
  On Sun, May 16, 2010 at 12:00:01PM +0200, 
  openezx-devel-requ...@lists.openezx.org wrote:


  Do you have any patch to the kernel recognize the sd-card?
 
  Show error:
 
  /mmc0: unrecognized SCR structure version 2.
  mmc0: error -22 whilst initialising SD card./
  
  
  Do some internet research.
 
  This is the error message that I had been debugging quite a while ago,
  unsuccessfully at that time, unfortunately.
  Some months later someone else fortunately managed to nail it:
  it is an SD struct member mis-alignment issue (quite directly causing the
  unrecognized SCR structure version 2 message), patch _is_ available,
  but I don't know any specifics now, would need research to find this
  patch (I publicly thanked the one who managed to fix it, though).
 
  Andreas Mohr
   

  I found here: http://lists.denx.de/pipermail/u-boot/2009-April/050516.html
  It this patch?
 
 
  
 
  This patch is for u-boot, not for linux kernel.
 
  Ciao,
 Antonio
 

 I have found the correct patch,but i receive a error of permission
  I had tried to edit permissions,but  do not effect Can help Me?


Please send the exact error you get, otherwise we cannot do any guess
about what the cause is.

Also, tell where the correct patch is, so others will find with search
engines in future.

Ciao,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


pgpPVx81QJt1s.pgp
Description: PGP signature


Re: [Fwd: Re: Kernel source code]

2010-05-18 Thread Antonio Ospite
On Tue, 18 May 2010 10:18:29 -0300
angelo ang...@angeste.com.br wrote:

  
  Do you have any patch to the kernel recognize the sd-card?
 
  Show error:
 
  /mmc0: unrecognized SCR structure version 2.
  mmc0: error -22 whilst initialising SD card./
  
[...]

 I had resolve the problem... But the correct patch is:
 http://www.rpsys.net/openzaurus/patches/mmcsd_no_scr_check-r2.patch
 

So with this one you can get the latest kernel to work with your card?
This workaround is different from the fix Andreas was pointing to,
isnt'it?

Ciao,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


pgpKRhsxsJzUQ.pgp
Description: PGP signature


Re: [Fwd: Re: Kernel source code]

2010-05-18 Thread angelo

Antonio Ospite escreveu:

On Tue, 18 May 2010 10:18:29 -0300
angelo ang...@angeste.com.br wrote:

  
 


Do you have any patch to the kernel recognize the sd-card?

Show error:

/mmc0: unrecognized SCR structure version 2.
mmc0: error -22 whilst initialising SD card./



[...]
  
  
  

I had resolve the problem... But the correct patch is:
http://www.rpsys.net/openzaurus/patches/mmcsd_no_scr_check-r2.patch




So with this one you can get the latest kernel to work with your card?
This workaround is different from the fix Andreas was pointing to,
isnt'it?

Ciao,
   Antonio

  

This patch work with the Linux Kernel 2.6.24... I use it.

Now i having problems to init the rootfs,But ok,i having help with my 
friends Thanks.

Angelo




Re: [Fwd: Re: Kernel source code]

2010-05-18 Thread Antonio Ospite
On Tue, 18 May 2010 12:49:13 -0300
angelo ang...@angeste.com.br wrote:


  I had resolve the problem... But the correct patch is:
  http://www.rpsys.net/openzaurus/patches/mmcsd_no_scr_check-r2.patch
  
 
  So with this one you can get the latest kernel to work with your card?
  This workaround is different from the fix Andreas was pointing to,
  isnt'it?
 
  Ciao,
 Antonio
 
 This patch work with the Linux Kernel 2.6.24... I use it.
 
  Now i having problems to init the rootfs,But ok,i having help with my 
 friends Thanks.
 Angelo


So you didn't try latest openezx kernel (now updated to 2.6.34), with or
without that patch, did you?

Ciao,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


pgpHs73BJurQj.pgp
Description: PGP signature


Re: [Fwd: Re: Kernel source code]

2010-05-18 Thread angelo

Antonio Ospite escreveu:

On Tue, 18 May 2010 12:49:13 -0300
angelo ang...@angeste.com.br wrote:


  

I had resolve the problem... But the correct patch is:
http://www.rpsys.net/openzaurus/patches/mmcsd_no_scr_check-r2.patch



So with this one you can get the latest kernel to work with your card?
This workaround is different from the fix Andreas was pointing to,
isnt'it?

Ciao,
   Antonio
  

This patch work with the Linux Kernel 2.6.24... I use it.

 Now i having problems to init the rootfs,But ok,i having help with my 
friends Thanks.

Angelo




So you didn't try latest openezx kernel (now updated to 2.6.34), with or
without that patch, did you?

Ciao,
   Antonio

  

I tryed to compile and only show funny colors... It do not boot correctly
Can you help me? I  using  the  last  version compiled 
by:http://people.openezx.org/ao2/tmp/openezx-i686-20090818-armv5te-arm-oe-linux-gnueabi-toolchain.tar.bz


Regards.
   Angelo



Re: [Fwd: Re: Kernel source code]

2010-05-17 Thread Antonio Ospite
On Mon, 17 May 2010 11:59:02 -0300
angelo ang...@angeste.com.br wrote:

 Andreas Mohr escreveu:
  On Sun, May 16, 2010 at 12:00:01PM +0200, 
  openezx-devel-requ...@lists.openezx.org wrote:

  Do you have any patch to the kernel recognize the sd-card?
 
  Show error:
 
  /mmc0: unrecognized SCR structure version 2.
  mmc0: error -22 whilst initialising SD card./
  
 
  Do some internet research.
 
  This is the error message that I had been debugging quite a while ago,
  unsuccessfully at that time, unfortunately.
  Some months later someone else fortunately managed to nail it:
  it is an SD struct member mis-alignment issue (quite directly causing the
  unrecognized SCR structure version 2 message), patch _is_ available,
  but I don't know any specifics now, would need research to find this
  patch (I publicly thanked the one who managed to fix it, though).
 
  Andreas Mohr
   
 
 I found here: http://lists.denx.de/pipermail/u-boot/2009-April/050516.html
 It this patch?
 
 

This patch is for u-boot, not for linux kernel.

Ciao,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


pgpYVXXzAF1S6.pgp
Description: PGP signature


Re: [Fwd: Re: Kernel source code]

2010-05-17 Thread angelo

Antonio Ospite escreveu:

On Mon, 17 May 2010 11:59:02 -0300
angelo ang...@angeste.com.br wrote:

  

Andreas Mohr escreveu:


On Sun, May 16, 2010 at 12:00:01PM +0200, 
openezx-devel-requ...@lists.openezx.org wrote:
  
  

Do you have any patch to the kernel recognize the sd-card?

Show error:

/mmc0: unrecognized SCR structure version 2.
mmc0: error -22 whilst initialising SD card./



Do some internet research.

This is the error message that I had been debugging quite a while ago,
unsuccessfully at that time, unfortunately.
Some months later someone else fortunately managed to nail it:
it is an SD struct member mis-alignment issue (quite directly causing the
unrecognized SCR structure version 2 message), patch _is_ available,
but I don't know any specifics now, would need research to find this
patch (I publicly thanked the one who managed to fix it, though).

Andreas Mohr
 
  

I found here: http://lists.denx.de/pipermail/u-boot/2009-April/050516.html
It this patch?





This patch is for u-boot, not for linux kernel.

Ciao,
   Antonio

  

I have found the correct patch,but i receive a error of permission
I had tried to edit permissions,but  do not effect Can help Me?

Thanks
Angelo



Re: [Fwd: Re: Kernel source code]

2010-05-16 Thread Andreas Mohr
On Sun, May 16, 2010 at 12:00:01PM +0200, 
openezx-devel-requ...@lists.openezx.org wrote:
 Do you have any patch to the kernel recognize the sd-card?

 Show error:

 /mmc0: unrecognized SCR structure version 2.
 mmc0: error -22 whilst initialising SD card./

Do some internet research.

This is the error message that I had been debugging quite a while ago,
unsuccessfully at that time, unfortunately.
Some months later someone else fortunately managed to nail it:
it is an SD struct member mis-alignment issue (quite directly causing the
unrecognized SCR structure version 2 message), patch _is_ available,
but I don't know any specifics now, would need research to find this
patch (I publicly thanked the one who managed to fix it, though).

Andreas Mohr



Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread angelo

Antonio Ospite escreveu:

Hi, Angelo I reformatted the message to better follow the discussion,
you can reply inline braking in pieces the quoted original message, it
will be easier and you don't have to copy content around.

And be sure to Reply to All for future discussions, so that the reply
arrives both to me and the list. Or just write to the list only if in
doubt.

On Sat, 15 May 2010 11:03:58 -0300
angelo ang...@angeste.com.br wrote:

  

Antonio Ospite escreveu:


On Fri, 14 May 2010 22:39:19 -0300
angelo ang...@angeste.com.br wrote:


Ok, two different issues, card detection and rootfs location, we'd
better not mix them for now, focus on the first one.

Where did you get the working kernel? How is it named? Which version is
it? On the non-working kernel, which error is printed? I mean the exact
error message.
  

On the Kernel that no recognize my sd-card,it the original by Linus Torvalds
To compile,i first patched with the openezx patches,after patched,i 
compile the kernel (linus torvalds 2.6.24) with toolchain,the compile 
works successfully,i run on my cell with dual-boot,but do not recognize 
my sd-card.





Try always with latest kernel first, bugs are fixed every day.
Follow http://wiki.openezx.org/Kernel_hacking_-_linux-2.6

  

Then a stupid question, have you tried with a different card?

  

No,i don´t try,i have only one sd-card :(




I see. MicroSD btw, that's the form factor A1200 uses, but you know
that.

  

*My menu.lst on my card:
*/
machid 1740
title  Motorola (default)
kernel /boot/default

title   A1200 OpenEZX
kernel/boot/zImage-200906161422
param mem=...@0xa000 mem=...@0xac00
machid1742/


 I downloaded the secound kernel(of the menu.lst) from 
http://people.openezx.org/wyrm/images/200906161422/zImage-200906161422
I rename to zImage-2 and i boot with it.This recognize my sd-card,but 
don´t boot with the correct partition.
 



If you use param in menu.lst you have to pass a full command line to
the kernel, try:

mem=...@0xa000 mem=...@0xac00 console=tty1 root=/dev/mmcblk0p2
rootfstype=ext2 rootdelay=3
ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0 debug

everything on ONE line, and you might want to change 'root' value
according to you partition table on the MicroSD.
Ah, and watch out the trailing / in the machid entry.

Kernels from wyrm are usually just the openezx official ones, so try the
guide from the wiki and let us know. 

  

About rootfs location, print the exact message the working kernel gives
you about the 5511 address.

  

It show this on top:
mmc0: new SD card at address 5571.

and show the avaliable partitions under.




One of the partitions needs to be used as root, not this address.
 
  
  
The openezx kernel can be found on http://git.openezx.org/openezx.git

building instructions are on
http://wiki.openezx.org/Kernel_hacking_-_linux-2.6

Cool project. Keep us posted.
  

Thanks Antonio.

 Now my battery its 0%,then i charging it now.




I am looking forward to see how the latest code behave.

Regards,
   Antonio

  

Ok...

Worked for me placing root=b301 (partition),but i need telnet the cell 
for my project. What the ip,how to configure the ip on boot-options?


I trying 192.168.0.2 ; 192.168.1.2 ; but don´t work..
Thankyou. I send this email to you and openezx-de...@lists.openezx.org. 
It´s correct?




Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread angelo

Luis Claudio R. Goncalves escreveu:

On Sat, May 15, 2010 at 12:26:16PM -0300, angelo wrote:
| Antonio Ospite escreveu:
| Hi, Angelo I reformatted the message to better follow the discussion,
| you can reply inline braking in pieces the quoted original message, it
| will be easier and you don't have to copy content around.
| 
| And be sure to Reply to All for future discussions, so that the reply
| arrives both to me and the list. Or just write to the list only if in
| doubt.
| 
| On Sat, 15 May 2010 11:03:58 -0300
| angelo ang...@angeste.com.br wrote:
| 
| Antonio Ospite escreveu:
| On Fri, 14 May 2010 22:39:19 -0300
| angelo ang...@angeste.com.br wrote:
| 
| 
| Ok, two different issues, card detection and rootfs location, we'd
| better not mix them for now, focus on the first one.
| 
| Where did you get the working kernel? How is it named? Which version is
| it? On the non-working kernel, which error is printed? I mean the exact
| error message.
| On the Kernel that no recognize my sd-card,it the original by Linus Torvalds
| To compile,i first patched with the openezx patches,after
| patched,i compile the kernel (linus torvalds 2.6.24) with
| toolchain,the compile works successfully,i run on my cell with
| dual-boot,but do not recognize my sd-card.
| 
| 
| Try always with latest kernel first, bugs are fixed every day.
| Follow http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
| 
| Then a stupid question, have you tried with a different card?
| 
| No,i don´t try,i have only one sd-card :(
| 
| 
| I see. MicroSD btw, that's the form factor A1200 uses, but you know
| that.
| 
| *My menu.lst on my card:
| */
| machid 1740
| title  Motorola (default)
| kernel /boot/default
| 
| title   A1200 OpenEZX
| kernel/boot/zImage-200906161422
| param mem=...@0xa000 mem=...@0xac00
| machid1742/
| 
| 
|  I downloaded the secound kernel(of the menu.lst) from 
http://people.openezx.org/wyrm/images/200906161422/zImage-200906161422
| I rename to zImage-2 and i boot with it.This recognize my
| sd-card,but don´t boot with the correct partition.
| 
| If you use param in menu.lst you have to pass a full command line to
| the kernel, try:
| 
| mem=...@0xa000 mem=...@0xac00 console=tty1 root=/dev/mmcblk0p2
| rootfstype=ext2 rootdelay=3
| ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0 debug
| 
| everything on ONE line, and you might want to change 'root' value
| according to you partition table on the MicroSD.
| Ah, and watch out the trailing / in the machid entry.
| 
| Kernels from wyrm are usually just the openezx official ones, so try the
| guide from the wiki and let us know.
| 
| About rootfs location, print the exact message the working kernel gives
| you about the 5511 address.
| 
| It show this on top:
| mmc0: new SD card at address 5571.
| 
| and show the avaliable partitions under.
| 
| 
| One of the partitions needs to be used as root, not this address.
| The openezx kernel can be found on http://git.openezx.org/openezx.git
| building instructions are on
| http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
| 
| Cool project. Keep us posted.
| Thanks Antonio.
| 
|  Now my battery its 0%,then i charging it now.
| 
| 
| I am looking forward to see how the latest code behave.
| 
| Regards,
|Antonio
| 
| Ok...
| 
| Worked for me placing root=b301 (partition),but i need telnet the

| cell for my project. What the ip,how to configure the ip on
| boot-options?
| 
| I trying 192.168.0.2 ; 192.168.1.2 ; but don´t work..

| Thankyou. I send this email to you and
| openezx-de...@lists.openezx.org. It´s correct?

Angelo,

Your kernel command line has, along with other parameters, these:

   ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0 debug

In short, you can ssh to 192.168.0.200. In order to be able to ssh my phone
I have to perform the following steps:

* boot the kernel on your phone. After you see the boot ended, unplug the
  USB cable and plug it again. I can't recall if it has been already fixed
  (or even if it is a distro problem in the PC side) but I have to do that
  in order to my distro identify the usbnet device. Then:

* As root:
  - ifconfig usb0 192.168.0.199
  - route add -host 192.168.0.200 usb0

* And you are ready to:
  - ssh r...@192.168.0.202

Keep in mind that sshd is enabled in most of the rootfs images but telnet
is not always enabled. I suggest you use ssh instead of telnet or at least
ssh to your cell phone, enable telnet and save this setup.

Regards,
Luis
  

Thank you.

I try to ifconfig usb0 192.168.0.199,but appear one error.
usb0: ERROR while getting interface flags: Device absent
usb0: ERROR while getting interface flags: Device absent

the others commands appear the same error.

How to solve this?

Thanks



Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread Luis Claudio R. Goncalves
On Sat, May 15, 2010 at 12:26:16PM -0300, angelo wrote:
| Antonio Ospite escreveu:
| Hi, Angelo I reformatted the message to better follow the discussion,
| you can reply inline braking in pieces the quoted original message, it
| will be easier and you don't have to copy content around.
| 
| And be sure to Reply to All for future discussions, so that the reply
| arrives both to me and the list. Or just write to the list only if in
| doubt.
| 
| On Sat, 15 May 2010 11:03:58 -0300
| angelo ang...@angeste.com.br wrote:
| 
| Antonio Ospite escreveu:
| On Fri, 14 May 2010 22:39:19 -0300
| angelo ang...@angeste.com.br wrote:
| 
| 
| Ok, two different issues, card detection and rootfs location, we'd
| better not mix them for now, focus on the first one.
| 
| Where did you get the working kernel? How is it named? Which version is
| it? On the non-working kernel, which error is printed? I mean the exact
| error message.
| On the Kernel that no recognize my sd-card,it the original by Linus Torvalds
| To compile,i first patched with the openezx patches,after
| patched,i compile the kernel (linus torvalds 2.6.24) with
| toolchain,the compile works successfully,i run on my cell with
| dual-boot,but do not recognize my sd-card.
| 
| 
| Try always with latest kernel first, bugs are fixed every day.
| Follow http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
| 
| Then a stupid question, have you tried with a different card?
| 
| No,i don´t try,i have only one sd-card :(
| 
| 
| I see. MicroSD btw, that's the form factor A1200 uses, but you know
| that.
| 
| *My menu.lst on my card:
| */
| machid 1740
| title  Motorola (default)
| kernel /boot/default
| 
| title   A1200 OpenEZX
| kernel/boot/zImage-200906161422
| param mem=...@0xa000 mem=...@0xac00
| machid1742/
| 
| 
|  I downloaded the secound kernel(of the menu.lst) from 
http://people.openezx.org/wyrm/images/200906161422/zImage-200906161422
| I rename to zImage-2 and i boot with it.This recognize my
| sd-card,but don´t boot with the correct partition.
| 
| If you use param in menu.lst you have to pass a full command line to
| the kernel, try:
| 
| mem=...@0xa000 mem=...@0xac00 console=tty1 root=/dev/mmcblk0p2
| rootfstype=ext2 rootdelay=3
| ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0 debug
| 
| everything on ONE line, and you might want to change 'root' value
| according to you partition table on the MicroSD.
| Ah, and watch out the trailing / in the machid entry.
| 
| Kernels from wyrm are usually just the openezx official ones, so try the
| guide from the wiki and let us know.
| 
| About rootfs location, print the exact message the working kernel gives
| you about the 5511 address.
| 
| It show this on top:
| mmc0: new SD card at address 5571.
| 
| and show the avaliable partitions under.
| 
| 
| One of the partitions needs to be used as root, not this address.
| The openezx kernel can be found on http://git.openezx.org/openezx.git
| building instructions are on
| http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
| 
| Cool project. Keep us posted.
| Thanks Antonio.
| 
|  Now my battery its 0%,then i charging it now.
| 
| 
| I am looking forward to see how the latest code behave.
| 
| Regards,
|Antonio
| 
| Ok...
| 
| Worked for me placing root=b301 (partition),but i need telnet the
| cell for my project. What the ip,how to configure the ip on
| boot-options?
| 
| I trying 192.168.0.2 ; 192.168.1.2 ; but don´t work..
| Thankyou. I send this email to you and
| openezx-de...@lists.openezx.org. It´s correct?

Angelo,

Your kernel command line has, along with other parameters, these:

   ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0 debug

In short, you can ssh to 192.168.0.200. In order to be able to ssh my phone
I have to perform the following steps:

* boot the kernel on your phone. After you see the boot ended, unplug the
  USB cable and plug it again. I can't recall if it has been already fixed
  (or even if it is a distro problem in the PC side) but I have to do that
  in order to my distro identify the usbnet device. Then:

* As root:
  - ifconfig usb0 192.168.0.199
  - route add -host 192.168.0.200 usb0

* And you are ready to:
  - ssh r...@192.168.0.202

Keep in mind that sshd is enabled in most of the rootfs images but telnet
is not always enabled. I suggest you use ssh instead of telnet or at least
ssh to your cell phone, enable telnet and save this setup.

Regards,
Luis
-- 
[ Luis Claudio R. GoncalvesBass - Gospel - RT ]
[ Fingerprint: 4FDD B8C4 3C59 34BD 8BE9  2696 7203 D980 A448 C8F8 ]




Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread angelo

Luis Claudio R. Goncalves escreveu:

On Sat, May 15, 2010 at 01:09:02PM -0300, angelo wrote:
| Luis Claudio R. Goncalves escreveu:
| On Sat, May 15, 2010 at 12:26:16PM -0300, angelo wrote:
| | Antonio Ospite escreveu:
| | Hi, Angelo I reformatted the message to better follow the discussion,
| | you can reply inline braking in pieces the quoted original message, it
| | will be easier and you don't have to copy content around.
| | 
| | And be sure to Reply to All for future discussions, so that the reply
| | arrives both to me and the list. Or just write to the list only if in
| | doubt.
| | 
| | On Sat, 15 May 2010 11:03:58 -0300
| | angelo ang...@angeste.com.br wrote:
| | 
| | Antonio Ospite escreveu:
| | On Fri, 14 May 2010 22:39:19 -0300
| | angelo ang...@angeste.com.br wrote:
| | 
| | 
| | Ok, two different issues, card detection and rootfs location, we'd
| | better not mix them for now, focus on the first one.
| | 
| | Where did you get the working kernel? How is it named? Which version is
| | it? On the non-working kernel, which error is printed? I mean the exact
| | error message.
| | On the Kernel that no recognize my sd-card,it the original by Linus 
Torvalds
| | To compile,i first patched with the openezx patches,after
| | patched,i compile the kernel (linus torvalds 2.6.24) with
| | toolchain,the compile works successfully,i run on my cell with
| | dual-boot,but do not recognize my sd-card.
| | 
| | 
| | Try always with latest kernel first, bugs are fixed every day.
| | Follow http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
| | 
| | Then a stupid question, have you tried with a different card?
| | 
| | No,i don´t try,i have only one sd-card :(
| | 
| | 
| | I see. MicroSD btw, that's the form factor A1200 uses, but you know
| | that.
| | 
| | *My menu.lst on my card:
| | */
| | machid 1740
| | title  Motorola (default)
| | kernel /boot/default
| | 
| | title   A1200 OpenEZX
| | kernel/boot/zImage-200906161422
| | param mem=...@0xa000 mem=...@0xac00
| | machid1742/
| | 
| | 
| |  I downloaded the secound kernel(of the menu.lst) from 
http://people.openezx.org/wyrm/images/200906161422/zImage-200906161422
| | I rename to zImage-2 and i boot with it.This recognize my
| | sd-card,but don´t boot with the correct partition.
| | 
| | If you use param in menu.lst you have to pass a full command line to
| | the kernel, try:
| | 
| | mem=...@0xa000 mem=...@0xac00 console=tty1 root=/dev/mmcblk0p2
| | rootfstype=ext2 rootdelay=3
| | ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0 debug
| | 
| | everything on ONE line, and you might want to change 'root' value
| | according to you partition table on the MicroSD.
| | Ah, and watch out the trailing / in the machid entry.
| | 
| | Kernels from wyrm are usually just the openezx official ones, so try the
| | guide from the wiki and let us know.
| | 
| | About rootfs location, print the exact message the working kernel gives
| | you about the 5511 address.
| | 
| | It show this on top:
| | mmc0: new SD card at address 5571.
| | 
| | and show the avaliable partitions under.
| | 
| | 
| | One of the partitions needs to be used as root, not this address.
| | The openezx kernel can be found on http://git.openezx.org/openezx.git
| | building instructions are on
| | http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
| | 
| | Cool project. Keep us posted.
| | Thanks Antonio.
| | 
| |  Now my battery its 0%,then i charging it now.
| | 
| | 
| | I am looking forward to see how the latest code behave.
| | 
| | Regards,
| |Antonio
| | 
| | Ok...
| | | Worked for me placing root=b301 (partition),but i need telnet
| the
| | cell for my project. What the ip,how to configure the ip on
| | boot-options?
| | | I trying 192.168.0.2 ; 192.168.1.2 ; but don´t work..
| | Thankyou. I send this email to you and
| | openezx-de...@lists.openezx.org. It´s correct?
| 
| Angelo,
| 
| Your kernel command line has, along with other parameters, these:
| 
|ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0 debug
| 
| In short, you can ssh to 192.168.0.200. In order to be able to ssh my phone
| I have to perform the following steps:
| 
| * boot the kernel on your phone. After you see the boot ended, unplug the
|   USB cable and plug it again. I can't recall if it has been already fixed
|   (or even if it is a distro problem in the PC side) but I have to do that
|   in order to my distro identify the usbnet device. Then:
| 
| * As root:
|   - ifconfig usb0 192.168.0.199
|   - route add -host 192.168.0.200 usb0
| 
| * And you are ready to:
|   - ssh r...@192.168.0.202
| 
| Keep in mind that sshd is enabled in most of the rootfs images but telnet
| is not always enabled. I suggest you use ssh instead of telnet or at least
| ssh to your cell phone, enable telnet and save this setup.
| 
| Regards,
| Luis
| Thank you.
| 
| I try to ifconfig usb0 192.168.0.199,but appear one error.

| usb0: ERROR while getting interface flags: 

Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread angelo

Antonio Ospite escreveu:

On Sat, 15 May 2010 13:51:55 -0300
angelo ang...@angeste.com.br wrote:
 
  

Friends.

Thank you for all help. It work here,the Android Linux it running now in 
my cell.

But others kernels don´t work..




Angelo if you are interested in having latest openezx kernel working,
follow the guide on the wiki.
http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
and tell us the _exact_ message the kernel gives you.

  

But all ok.

Thank you

Thanks OPENEZX.




You're welcome.

If you put online any videos of android on a1200, please paste the link
here.

Regards,
   Antonio

  
Please,can you show to me one alternate link  for  download  the latest  
openezx  kernel? I can not download from the git...


Thanks.




Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread Antonio Ospite
On Sat, 15 May 2010 16:30:17 -0300
angelo ang...@angeste.com.br wrote:

 Antonio Ospite escreveu:
  On Sat, 15 May 2010 13:51:55 -0300
  angelo ang...@angeste.com.br wrote:
[...]
 
  Angelo if you are interested in having latest openezx kernel working,
  follow the guide on the wiki.
  http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
  and tell us the _exact_ message the kernel gives you.
 
[...]
 Please,can you show to me one alternate link  for  download  the latest  
 openezx  kernel? I can not download from the git...
 

You can grab a .tgz snapshot from here:
http://git.openezx.org/openezx.git?a=snapshot;h=refs/heads/ezx/current;sf=tgz

or clone via http if the git protocol is blocked by some firewall:
git clone http://git.openezx.org/openezx.git
(note that you won't get progress report via http you just have to
wait for the clone operation to complete, with no visual feedback)

Regards,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


pgpOEKruWwzPS.pgp
Description: PGP signature


Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread angelo

Antonio Ospite escreveu:

On Sat, 15 May 2010 16:30:17 -0300
angelo ang...@angeste.com.br wrote:

  

Antonio Ospite escreveu:


On Sat, 15 May 2010 13:51:55 -0300
angelo ang...@angeste.com.br wrote:
  

[...]
  

Angelo if you are interested in having latest openezx kernel working,
follow the guide on the wiki.
http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
and tell us the _exact_ message the kernel gives you.

  

[...]
  
Please,can you show to me one alternate link  for  download  the latest  
openezx  kernel? I can not download from the git...





You can grab a .tgz snapshot from here:
http://git.openezx.org/openezx.git?a=snapshot;h=refs/heads/ezx/current;sf=tgz

or clone via http if the git protocol is blocked by some firewall:
git clone http://git.openezx.org/openezx.git
(note that you won't get progress report via http you just have to
wait for the clone operation to complete, with no visual feedback)

Regards,
   Antonio

  

Thank you.

The command git clone do not work in my linux.

I trying now to download a snapshot. Thanks.



Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread angelo

angelo escreveu:

Antonio Ospite escreveu:

On Sat, 15 May 2010 16:30:17 -0300
angelo ang...@angeste.com.br wrote:

 

Antonio Ospite escreveu:
   

On Sat, 15 May 2010 13:51:55 -0300
angelo ang...@angeste.com.br wrote:
  

[...]
 

Angelo if you are interested in having latest openezx kernel working,
follow the guide on the wiki.
http://wiki.openezx.org/Kernel_hacking_-_linux-2.6
and tell us the _exact_ message the kernel gives you.

  

[...]
 
Please,can you show to me one alternate link  for  download  the 
latest  openezx  kernel? I can not download from the git...





You can grab a .tgz snapshot from here:
http://git.openezx.org/openezx.git?a=snapshot;h=refs/heads/ezx/current;sf=tgz 



or clone via http if the git protocol is blocked by some firewall:
git clone http://git.openezx.org/openezx.git
(note that you won't get progress report via http you just have to
wait for the clone operation to complete, with no visual feedback)

Regards,
   Antonio

  

Thank you.

The command git clone do not work in my linux.

I trying now to download a snapshot. Thanks.


I can compile this kernel with the tool arm-none-linux-gnueabi for a1200?

Thank




Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread angelo

Antonio Ospite escreveu:

On Sat, 15 May 2010 16:53:33 -0300
angelo ang...@angeste.com.br wrote:

  

You can grab a .tgz snapshot from here:
http://git.openezx.org/openezx.git?a=snapshot;h=refs/heads/ezx/current;sf=tgz 



[...]
  

I can compile this kernel with the tool arm-none-linux-gnueabi for a1200?




I guess so, if not, you can get a tested toolchain here:
http://people.openezx.org/ao2/deploy/sdk/

Ciao,
   Antonio

  

Ok. What file i choose?

Thank.



Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread angelo

Do you have any patch to the kernel recognize the sd-card?

Show error:

/mmc0: unrecognized SCR structure version 2.
mmc0: error -22 whilst initialising SD card./


Thanks

Angelo.