RE: [uClinux-dev] Problem in booting compressed image from spi flash.

2008-09-30 Thread Prathika
hi thanks for ur reply... i actually gave bootm 0x100 command only..in my previous mail, i have mentioned it wrong... sorry for that. regards, Prathika From: [EMAIL PROTECTED] on behalf of Phil Wilshire Sent: Tue 9/30/2008 8:15 PM To: uClinux development li

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

2008-09-30 Thread David Wu
Hi Greg, 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/include/asm-m68k

[uClinux-dev] patch to avoid redefinition of struct _memnode in uClinux-dist-20080808 for uCTI5471-xE8D50

2008-09-30 Thread David Wu
Hi Greg, Please find attached patch for uCTI5471-xE8D50 to avoid the redefinition of struct _memnode in uClinux-dist-20080808. thanks, -- David Wu linux-2.4.x_armnommu_uCbootstrap.patch Description: Binary data ___ uClinux-dev mailing list uClinux

[uClinux-dev] patch for uCdimm modules' linker scripts in uClinux-dist-20080808

2008-09-30 Thread David Wu
Hi Greg, This patch added a few sections in the linker script for uCdimm modules and allows for newer compilers to work. thanks, -- David Wu linux-2.4.x_m68knommu.patch Description: Binary data ___ uClinux-dev mailing list uClinux-dev@uclinux.org

[uClinux-dev] Lucy Wang/PEK/SC/PHILIPS is out of the office.

2008-09-30 Thread Lucy Wang
I will be out of the office starting 2008-10-01 and will not return until 2008-10-06. Happy holiday!___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@ucli

[uClinux-dev] MCF5282 console on ttyS1 no worky

2008-09-30 Thread Allon Stern
Custom 5282 board, similar to the Avnet 5282. When I pass "console=ttyS0,115200n8" to my kernel (2.6, 8.8.8 distribution patched to 8.11.08), everything works happy. If I try "console=ttyS1,115200n8", or even "console=ttyMTD1", then the boot seems to fail or stall somewhere around where it st

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

2008-09-30 Thread David Wu
Hi Greg and all, 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 -- added op

[uClinux-dev] patch for default devices nodes when CONFIG_SERIAL_MCF is defined

2008-09-30 Thread David Wu
Hi Greg and all, This simple patch(against uClinux-dist-20080808 + 20080811 patch) will add a few more device nodes if CONFIG_SERIAL_MCF is defined. -- David Wu vendor_config.patch Description: Binary data ___ uClinux-dev mailing list uClinux-dev@

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

2008-09-30 Thread David Wu
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: I got "Bad file descripto

Re: [uClinux-dev] Problem in booting compressed image from spi flash.

2008-09-30 Thread Phil Wilshire
Hi Try this for CONFIG_BOOTCMD "eeprom read 0x100 0x4 0x20c789;bootm 0x100". The optional argument to bootm is the image location not the image size. Phil Wilshire Prathika wrote: hi all, we have been trying to boot the compressed image of uClinux from spi flash. I had be

[uClinux-dev] Problem in booting compressed image from spi flash.

2008-09-30 Thread Prathika
hi all, we have been trying to boot the compressed image of uClinux from spi flash. I had been successful in writing the compressed image into 4th sector of spi flash using eeprom write command. For booting from spi flash i did something like this in my customised .h file for my board in u-bo

Re: [uClinux-dev] [PATCH] watchdogd: touchup and handle SIGHUP

2008-09-30 Thread damico
Mike Frysinger ha scritto: On Mon, Sep 29, 2008 at 08:59, damico wrote: Mike Frysinger ha scritto: When the reboot program runs, it sends SIGHUP right after SIGTERM, so we need to handle it as well. I'm not sure that SIGHUP signal should be handled while rebooting system. IMHO: