Re: [uClinux-dev] Porting to a new ARM926EJ-S board

2008-10-02 Thread Greg Ungerer
Hi Avtar, Avtar Singh wrote: We have a custom board running Freescale's i.MX21 (ARM926EJ-S) processor and Linux 2.6.22 with our board-specific patches. 2.6.22 is a little old now. Can you used something newer? 2.6.26-uc0 is the latest. 1. I wish to run a patched version of 2.6.22 ucLinux on

Re: [uClinux-dev] patch for uC68VZ328 LCD module in uClinux-dist-20080808 release

2008-10-02 Thread Greg Ungerer
Hi David, David Wu wrote: This patch, originally comes from Phil Wilshire, supports uC68VZ328 LCD module properly. It seems the driver "mc68328digi.c" is only used for uCdimm. So this patch wouldn't affect others.(hope not) Please apply if it's OK. Applied. Regards Greg --

Re: [uClinux-dev] patches for MCF QSPI in uClinux-dist-20080808 for 2.4 kenel

2008-10-02 Thread Greg Ungerer
Hi Peter, Peter Turczak wrote: maybe the patch I posted some time ago for making spi_coldfire work in Kernel 2.6 could serve as an inspiration, the file is attached again. In a project of mine this patch to the code beaves quite well (working stable without a problem) with two slaves, one using

[uClinux-dev] uclinux application.

2008-10-02 Thread Mamun Kazi
Dear Sir, I have started using uclinux, with the help of the book Rapid Prototyping of Digital systems(and a cd with that) I have downloaded, and checked uclinux on DE2 board. it works well from the given command I can run few sample given program/application with the .sof file. now would you pl

Re: [uClinux-dev] patch to fix thttpd in uClinux-dist-20080808

2008-10-02 Thread David Wu
On Thu, 02 Oct 2008 18:48:28 -0400, Gavin Lambert <[EMAIL PROTECTED]> wrote: Quoth David Wu: Here is a patch for thttpd against uClinux-dist-200808011(uClinux-dist-20080808 + 20080811 patch) This patch fixes CGI calls for uClinux(vfork). Here is an example to test: I've previously sent (l

RE: [uClinux-dev] patch to fix thttpd in uClinux-dist-20080808

2008-10-02 Thread Gavin Lambert
Quoth David Wu: > Here is a patch for thttpd against > uClinux-dist-200808011(uClinux-dist-20080808 + 20080811 patch) > > This patch fixes CGI calls for uClinux(vfork). Here is an example to > test: I've previously sent (larger) patches for thttpd in that make it use vfork. Been running for ag

Re: [uClinux-dev] patches for MCF QSPI in uClinux-dist-20080808 for 2.4 kenel

2008-10-02 Thread Peter Turczak
Hi David, Hi Greg, maybe the patch I posted some time ago for making spi_coldfire work in Kernel 2.6 could serve as an inspiration, the file is attached again. In a project of mine this patch to the code beaves quite well (working stable without a problem) with two slaves, one using mtd_dat

Re: [uClinux-dev] patches for MCF QSPI in uClinux-dist-20080808 for 2.4 kenel

2008-10-02 Thread David Wu
On Thu, 02 Oct 2008 03:17:44 -0400, Greg Ungerer <[EMAIL PROTECTED]> wrote: Hi David, David Wu wrote: I have attached two patches. 1 linux-2.4.x_qspi.patch: the purpose for this patch is to make user/qspitest build for both 2.4 and 2.6 kernel -- created linux-2.4.x/include/asm-m68knomm

Re: [uClinux-dev] patch to fix thttpd in uClinux-dist-20080808

2008-10-02 Thread David Wu
On Thu, 02 Oct 2008 03:00:29 -0400, Greg Ungerer <[EMAIL PROTECTED]> wrote: Hi David, David Wu wrote: Hi Greg and all, Here is a patch for thttpd against uClinux-dist-200808011(uClinux-dist-20080808 + 20080811 patch) This patch fixes CGI calls for uClinux(vfork). Here is an example to t

Re: [uClinux-dev] patches for MCF QSPI in uClinux-dist-20080808 for 2.4 kenel

2008-10-02 Thread Greg Ungerer
Hi David, David Wu wrote: I have attached two patches. 1 linux-2.4.x_qspi.patch: the purpose for this patch is to make user/qspitest build for both 2.4 and 2.6 kernel -- created linux-2.4.x/include/asm-m68knommu/mcf_qspi.h -- removed linux-2.4.x/drivers/char/mcf_qspi.h and linux-2.4.x/

Re: [uClinux-dev] patch for can4linux test program in uClinux-dist-200808008

2008-10-02 Thread Greg Ungerer
Hi David, David Wu wrote: This patch applys to user/can4linux in uClinux-dist-200808008. can_send.c -- added set_mask() to setup MASK for RX frame ID -- modified test3 to test more byte patterns and make sure each pattern is unique receive.c -- added option to change baud rate --

Re: [uClinux-dev] patch to fix thttpd in uClinux-dist-20080808

2008-10-02 Thread Greg Ungerer
Hi David, David Wu wrote: Hi Greg and all, Here is a patch for thttpd against uClinux-dist-200808011(uClinux-dist-20080808 + 20080811 patch) This patch fixes CGI calls for uClinux(vfork). Here is an example to test: /bin/thttpd -p 80 -d /home/httpd -c **.cgi -u root There is one issue