Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread linux newbie
Thanks for your reply. Our's is PXA255 (arm5vTe). Do I still need to apply TLS patch for bionic and GL?? let me try to find out the patch over internet and get back to you. Thanks 2010/1/5 Atsuo Igarashi atsuoigara...@gmail.com: OK, the following link is a kernel side solution for the TLS

Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread linux newbie
Hi, I find the TLS patch in following path. Can you please confirm whether it is correct file or not? http://groups.google.com/group/0xlab-devel/msg/6d9e5b753998cb81 Also do I need to enable TLS support in Kernel config? Our's is PXA255 (arm5vTe) board. Thanks 2010/1/5 linux newbie

[android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread Atsuo Igarashi
Hi, PXA255 has not that configuration, so not need to modify the kernel. but, probably need the TLS patch for bionic libEGL. sorry, i'm using omap, so i'm not sure. Regards, Atsuo On 1月5日, 午後6:00, linux newbie linux.newbi...@gmail.com wrote: Hi, I find the TLS patch in following path. Can

Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread linux newbie
Hi Thanks for your reply. Can you please confirm me regarding the patch file in the following link? http://groups.google.com/group/0xlab-devel/msg/6d9e5b753998cb81 http://groups.google.com/group/0xlab-devel/msg/6d9e5b753998cb81Thanks 2010/1/5 Atsuo Igarashi atsuoigara...@gmail.com Hi,

[android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread Atsuo Igarashi
No, the following patch enable TLS. but, part of libEGL is probably usable. --- frameworks/base/opengl/libs/hooks.h +++ frameworks/base//opengl/libs/hooks.h @@ -36,7 +36,7 @@ #define MAX_NUMBER_OF_GL_EXTENSIONS 32 -#if defined(HAVE_ANDROID_OS) !USE_SLOW_BINDING __OPTIMIZE__ +#if 0

[android-porting] Re: Booting Issue - Help Needed

2010-01-04 Thread linux newbie
Hi, Any suggestion for this issue? Thanks On Mon, Jan 4, 2010 at 6:06 PM, linux newbie linux.newbi...@gmail.com wrote: Hi, I downloaded the android sdk and extracted images. I am getting following error while booting on my target hardware. I can see Hackdroid on my screen and got Android

Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-04 Thread linux newbie
Can you please explain me in brief?? 2010/1/5 Atsuo Igarashi atsuoigara...@gmail.com: Hi, How about the TLS patch? Regards, Atsuo On 1月5日, 午後1:24, linux newbie linux.newbi...@gmail.com wrote: Hi, Any suggestion for this issue? Thanks On Mon, Jan 4, 2010 at 6:06 PM, linux newbie

[android-porting] Re: Booting Issue - Help Needed

2010-01-04 Thread Atsuo Igarashi
OK, the following link is a kernel side solution for the TLS issue. http://elinux.org/Android_on_OMAP#TLS_issue or embinux had the TLS patch for bionic libGLES_CM, but the page is not found now. probably you can search the patch somewhere.. Regards, Atsuo On 1月5日, 午後3:08, linux newbie