Re: linux booting

2010-02-21 Thread Xiangfu Liu
Jigar Jajal wrote: On 2/18/2010 5:05 PM, Shankar Ganesh wrote: On Thu, Feb 18, 2010 at 3:44 AM, Kalpesh Rathod kalpeshrat...@gmail.com mailto:kalpeshrat...@gmail.com wrote: Hi, bootm 0xaddr What is the significance of this address ? Is this has any correlation

Re: installing miro

2010-02-16 Thread Xiangfu Liu
elf32-big srec symbolsrec verilog tekhex binary ihex make: *** [libz.a] Error 1 Can anybody help me what will be the error. On Fri, Feb 12, 2010 at 10:21 PM, Xiangfu Liu xian...@sharism.cc wrote: Niamathullah sharief wrote: hello, I am using omap ARM

Re: installing miro

2010-02-12 Thread Xiangfu Liu
Niamathullah sharief wrote: hello, I am using omap ARM processor board. In that i want to install miro software. is it possible?if yes how to do that? please help me what miro means? sorry. -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to

Re: having some problem with nfs boot

2010-01-29 Thread Xiangfu Liu
Hi I am not sure if this can help. what's your switch. it's a switch or a hub. they are different in network bandwidth. in switch every port is 100MB but in hub all port will share 100MB. just fyi. Xiangfu Best Regards Anuz Pratap Singh Tomar wrote: Hi all, I am trying to boot zoom2 board

Re: Problem with headphones

2010-01-23 Thread Xiangfu Liu
Hi you dont said what computer you use? laptop or?? Mulyadi Santosa wrote: On Thu, Jan 21, 2010 at 9:49 PM, Harshavardhan harsh...@gmail.com wrote: Hello, Yesterday I compiled the kernel 2.6.32.4. Now its up and running, but the problem now I am facing is that when I insert my headphones

Re: Linux based development for New Hardware/board

2009-12-15 Thread Xiangfu Liu
...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ -- Xiangfu Liu Email: xiangfu at qi-hardware dot com Web: http://www.qi-hardware.com -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at http

Re: Console Handover

2009-11-25 Thread Xiangfu Liu
)) thanks, Shankar -- Xiangfu Liu Email: xiangfu at qi-hardware dot com Web: http://www.qi-hardware.com -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

Re: gpio-keys sync messages

2009-11-25 Thread Xiangfu Liu
); break; default: break; } } } Matze wrote: Xiangfu Liu writes: Hi your mean you press key one time. the userspace program output more then two line.(should one line

Re: gpio-keys sync messages

2009-11-23 Thread Xiangfu Liu
Hi your mean you press key one time. the userspace program output more then two line.(should one line for press. one line for release) what is your userspace program code? you should look into your CPU data sheet. is the GPIO init correct. Matze wrote: Hello, I have some doubts about the

Re: Whats is the operator ##

2009-10-28 Thread Xiangfu Liu
Shameem Ahamed wrote: Hi Friends, I found the below macro definition in include/linux/const.h #define _AC(X,Y) (X##Y) What exactly this means, as far as i know there is no operator by the symbol ## Can anyone please help me ?. it's only use in #define ## means connect two

Re: kernel panic about kernel unaligned access

2009-10-27 Thread Xiangfu Liu
vinit dhatrak wrote: my questions are: 1. what does Not tainted mean? 2. I grep the kernel and I find the above message comes from do_ade in unaligned.c, If I guess correctly. but from the call trace I cannot find out who call it. who and how kernel pass the information to do_ade? 3.