[uClinux-dev] Questions about uClinux on lpc22xx board

2008-05-28 Thread hAmmeRoL
Hi all, I want to port uclinux 2.6.x to my lpc22xx board. But during the process, I have come across several questions. I hope someone can help me out~ First, some specs about my board: LPC2210 ARM7TDMI-S 60MHz RAM 8MB NOR Flash 2MB NAND Flash 16MB 1. The lable on my chip says LPC2210, is it a

Re: [uClinux-dev] Missing chars on UART MCF5208 rate 115200

2008-05-28 Thread Greg Ungerer
Hi Teun, Teun Grinwis wrote: I use uClinux distribution 20070130 patched to version 2.16.21-uc0 on MCF5208 uP, with flash file jffs2. We must use a UART on speed 115200 but we encounter missing chars. /proc/tty/driver/mcfserial shows overrun errors. Hardware flow control is on. Uart overrun

Re: [uClinux-dev] Help regarding uClinux/ARM 2.6 build procedure

2008-05-28 Thread Greg Ungerer
Hi Kanwal, Kanwal Preet Singh CHANANA wrote: Hi All, I am new to linux and trying to build uClinux image for arm architecture to be run on Armulator. I don’t have any target board. My environment: 1) cygwin on windowsXP with shell bash-v3.00. 2) I am following build instructions given on link

Re: [uClinux-dev] [PATCH] haserl: fork and legacy index

2008-05-28 Thread Greg Ungerer
Hi Thomas, Thomas Chou wrote: The exec permission of configure file was missing. The fork() is changed to vfork() and legacy index() is changed to strchr(). Signed-off-by: Thomas Chou <[EMAIL PROTECTED]> Applied. Thanks Greg user/haserl/src/h_bash.c |4 user/haserl/src/haserl

[uClinux-dev] [PATCH] haserl: fork and legacy index

2008-05-28 Thread Thomas Chou
The exec permission of configure file was missing. The fork() is changed to vfork() and legacy index() is changed to strchr(). Signed-off-by: Thomas Chou <[EMAIL PROTECTED]> --- user/haserl/src/h_bash.c |4 user/haserl/src/haserl.c |2 +- user/haserl/src/rfc2388.c |4 3 f