Re: [uClinux-dev] busybox httpd, strange ps line

2011-01-10 Thread Steve Bennett
On 10/01/2011, at 11:13 PM, Angelo Dureghello wrote: > Hi all, > > i have sometime the strage ps output: > > http://194.177.99.211/~angelo/snapshot1.png > > The httpd line seems to be corrupted. My board have MCF5307 chip and uclinux > + main line kernel 2.6.36 stable. > This "corruption" seem

Re: [uClinux-dev] Web Server & web page updateing for uClinux?

2009-11-09 Thread Steve Bennett
On 09/11/2009, at 7:33 PM, Jamie Lokier wrote: Steve Bennett wrote: The only way you can achieve the appearance of asynchronous responses from the server is via polling, with all the attendant downsides. One approach is to use AJAX as a way of minimising the polling traffic, but

Re: [uClinux-dev] Web Server & web page updateing for uClinux?

2009-11-08 Thread Steve Bennett
On 07/11/2009, at 6:38 AM, Gary Altenberg wrote: I’m wondering what web server people are using with uClinux? People are using a lot of different web servers: - µWeb built-in web server - fnord - busybox httpd - mini_httpd - thttpd - even boa! I need to have web pages for my board update w

Re: [uClinux-dev] Evaluation board for hobby purposes

2009-09-28 Thread Steve Bennett
On 26/09/2009, at 6:41 AM, Alexandre Tolmos wrote: Ulisses -- thanks for the quick reply. Le 25 sept. 09 à 21:41, Ulisses Reina Montenegro de Albuquerque a écrit : USB-to-RS232 adapters are cheap and easy to come by, and well worth the money when it comes to debugging your environment and

Re: [uClinux-dev] Zeroconf with uClinux?

2009-06-04 Thread Steve Bennett
We run the apple mdnsresponder on a few devices to advertise a web interface. # ps | grep mDNS 276 root 612 SmDNSResponderPosix -n myhost -t _http._tcp - p 80 Nothing special was required to get it going. Cheers, Steve On 04/06/2009, at 8:30 PM, Krause Mathias (ST-CO/ENG4.3) wr

Re: [uClinux-dev] help need regarding uclinux for V850

2009-03-15 Thread Steve Bennett
NEC Japan did an initial port (this is what is in the dist). Some time ago, NEC UK shopped around to consider reviving support for the v850, but nothing ever came of it. Expect to do bit of work to get anything recent running. Cheers, Steve On 13/03/2009, at 1:52 AM, gowri sankar loganathan

Re: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread Steve Bennett
This should do the job: make user/busybox_clean On 16/03/2009, at 7:20 AM, Gavin Lambert wrote: Quoth Bob Furber: Currently defined functions: [, basename, busybox, cat, chgrp, chmod, chown, chroot, clear, cmp, cp, date, dd, df, dirname, du, echo, env, expr, false, find,

Re: [uClinux-dev] Licensing issues for files in the snapgear distribution

2009-03-09 Thread Steve Bennett
Firstly, it's good to see tinytcl getting some active use. Now: tclHistory.c and tclLoad* all came from a later version of Tcl. Version 7.2, or 7.3 from memory. So these are all covered by the same BSD licence. (tclLoadDl.c has a licence header) I created all the rest while at Snapgear, so th

[uClinux-dev] Any active v850(e) users out there?

2008-01-31 Thread Steve Bennett
I'd like to know the state of uClinux on the v850(e). Are there any active users out there? What version are you using? Cheers, Steve ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This mes

Re: [uClinux-dev] Making msh the default shell?

2007-08-06 Thread Steve Bennett
I can confirm that the busybox msh runs well on a !MMU system. On 07/08/2007, at 11:06 AM, David McCullough wrote: Jivin Gavin Lambert lays it down ... Quoth Steve Bennett: I recommend using the busybox version of msh rather than the standalone version. It has a few bug fixes as well as

Re: [uClinux-dev] Making msh the default shell?

2007-08-06 Thread Steve Bennett
I recommend using the busybox version of msh rather than the standalone version. It has a few bug fixes as well as some nice features such as command line completion and history. In which case you will need to choose "Other Shell". Cheers, Steve On 07/08/2007, at 8:25 AM, Gavin Lambert wrote:

Re: [uClinux-dev] ramdisk.gz and ramdisk address allocation in RAM

2007-07-30 Thread Steve Bennett
Hi Pavel, I tend to load zImage *before* the ramdisk since it is easier as the ramdisk image grows. For example zImage at 0x060 and ramdisk.gz at 0x080 If you use a newer version of genextfs (I have 1.4-rc1 with Ubuntu) it will happily generate images larger than 8M. You might also wan

[uClinux-dev] [PATCH] sfdisk for big endian systems

2007-07-03 Thread Steve Bennett
There is a small bug in sfdisk (user/fdisk) which incorrectly reads and writes the partition identifier for dos partition tables on big endian systems. This patch fixes the problem. Cheers, Steve sfdisk-big-endian.patch Description: Binary data -- WorkWare Systems Pty Ltd W: www.workware.n

Re: [uClinux-dev] [PATCH]coldfire spi mmc patch v2

2007-05-21 Thread Steve Bennett
lo Steve, does your driver take care about sending 8 clock cycles with deasserted CS at the end of a transaction so that DO is tristated? I think that the 2.6 spi subsystem doesn't support sending clocks with deactivated chipselect. Regards, Erwin Am Freitag, den 18.05.2007, 14:24 +10

[uClinux-dev] [PATCH]coldfire spi mmc patch v2

2007-05-17 Thread Steve Bennett
Hi Greg, Likewise, a cleaned up version of the spi mmc patch. BTW You can ditch the MCF IPS driver patch I sent. I'll send a new version based on mmap at some point. Cheers, Steve 09-mmc-spi-v2.patch Description: Binary data -- WorkWare Systems Pty Ltd W: www.workware.net.au P: 0434

[uClinux-dev] [PATCH]coldfire qspi driver v2

2007-05-17 Thread Steve Bennett
Hi Greg, Here is an updated version of the coldfire qspi patch with the uglies removed. Cheers, Steve 08-coldfire-qspi-v2.patch Description: Binary data -- WorkWare Systems Pty Ltd W: www.workware.net.au P: 0434 921 300 F: 07 3102 9221 E: [EMAIL PROTECTED] __

Re: [uClinux-dev] I2C/SPI Problem

2007-05-15 Thread Steve Bennett
Massimo, Take a look at the patch I posted a few days ago: 'Common names for MCF I2C' Cheers, Steve Massimo Oss Noser wrote: I'm trying to compile uClinux-dist 2007-01-03 for my AvNet MCF5282 with kernel 2.6.x. When I compile the distribuition with i2c module for Motorola MCF5282 (i2c-mcf.c),

Re: [uClinux-dev] [PATCH]coldfire qspi driver

2007-05-13 Thread Steve Bennett
erer wrote: Hi Steve, Steve Bennett wrote: This patch adds support for the SPI driver for Freescale Coldfire QSPI module in master mode. Tested with the 5282 processor, but should also work with other Coldfire variants. Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> Why is there mut

Re: [uClinux-dev] [PATCH]Common names for MCF I2C

2007-05-13 Thread Steve Bennett
Great. The matching 528x changes should still be needed though. Greg Ungerer wrote: Hi Steve, The changes to m532xsim.h have already been made (and sent to me) by Sebastian Hess and Thomas Brinker. They are queued in my patch set already for main line inclusion. Regards Greg Steve Bennett

Re: [uClinux-dev] [PATCH]Driver for access to MCF IPS

2007-05-13 Thread Steve Bennett
I agree. I'll see what this is used for and at least come up with an mmap interface to it. Cheers, Steve Greg Ungerer wrote: Hi Steve, Steve Bennett wrote: This patch adds a driver for simple access to the Coldfire Internal Peripheral System (IPS) address space via the /dev/ips char d

[uClinux-dev] [PATCH]Kernel support for WildFire and WildFireMod

2007-05-13 Thread Steve Bennett
This patch adds linux-2.6.x kernel support for the Intec Automation ColdFire 5282-based boards, the WildFire and WildFireMod Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> diff -urN uClinux-dist.orig/linux-2.6.x/arch/m68knommu/Kconfig uClinux-dist/linux-2.6.x/arch/m68knommu/K

[uClinux-dev] [PATCH]coldfire qspi driver

2007-05-13 Thread Steve Bennett
This patch adds support for the SPI driver for Freescale Coldfire QSPI module in master mode. Tested with the 5282 processor, but should also work with other Coldfire variants. Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> diff -urN uClinux-dist.orig/linux-2.6.x/drivers/mtd/devices/m2

[uClinux-dev] [PATCH]spi bitbang with explicit "tx idle" output

2007-05-13 Thread Steve Bennett
This patch adds support to the spi-bitbang driver for explicitly setting what data is transmitted when the tx buffer is empty. Either zeroes (the default), or ones (if SPI_TX_1 is set) Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> diff -urN uClinux-dist.orig/linux-2.6.x/include/lin

[uClinux-dev] [PATCH]Access FEC MII via bit bang interface

2007-05-13 Thread Steve Bennett
This patch add support for FEC MII access via bit banging. Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> diff -urN uClinux-dist.orig/linux-2.6.x/drivers/net/Kconfig uClinux-dist/linux-2.6.x/drivers/net/Kconfig --- uClinux-dist.orig/linux-2.6.x/drivers/net/Kconfig 2006-11-30

[uClinux-dev] [PATCH]Driver for access to MCF IPS

2007-05-13 Thread Steve Bennett
This patch adds a driver for simple access to the Coldfire Internal Peripheral System (IPS) address space via the /dev/ips char device. Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> diff -urN uClinux-dist.orig/linux-2.6.x/drivers/char/Makefile uClinux-dist/linux-2.6.x/drivers/char/Ma

[uClinux-dev] [PATCH]Alarm support for PCF8563 RTC

2007-05-13 Thread Steve Bennett
This patch adds support for reading and writing the alarm setting on the PCF8563 RTC. Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> diff -urN uClinux-dist.orig/linux-2.6.x/drivers/rtc/rtc-pcf8563.c uClinux-dist/linux-2.6.x/drivers/rtc/rtc-pcf8563.c --- uClinux-dist.orig/linux-2.6.x/d

[uClinux-dev] [PATCH]Common names for MCF I2C

2007-05-13 Thread Steve Bennett
The MCF I2C-related register definitions have been renamed separately for the MCF 528x and 532x series. This breaks the i2c-mcf driver. I see no reason not to use common names, thus making the i2c-mcf driver work again. Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> diff -urN u

[uClinux-dev] [PATCH]Add various 5282 register definitions

2007-05-13 Thread Steve Bennett
This patch adds definitions for various MCF 5282 registers Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> diff -urN uClinux-dist.orig/linux-2.6.x/include/asm-m68knommu/m528xsim.h uClinux-dist/linux-2.6.x/include/asm-m68knommu/m528xsim.h --- uClinux-dist.orig/linux-2.6.x/include/asm-m68

[uClinux-dev] [PATCH]create /dev/rtc with correct dev node

2007-05-13 Thread Steve Bennett
This patch uses 254,0 as the rtc device node if the CONFIG_RTC_INTF_DEV feature is enabled. Signed-Off-By: Steve Bennett <[EMAIL PROTECTED]> diff -urN uClinux-dist.orig/vendors/config/config.dev uClinux-dist/vendors/config/config.dev --- uClinux-dist.orig/vendors/config/config.dev 2006

[uClinux-dev] Patches for Intec coldfire 5282-based WildFire and WildFireMod

2007-05-13 Thread Steve Bennett
Hi Greg, Following are a series of patches which add support for the Intec Automation ColdFire 5282-based boards, the WildFire and WildFireMod. These patches are all against uClinux-dist-20070130 Let me know if you want these updated against your latest 2.6.21-uc0 or if you think some of these

Re: [uClinux-dev] PATCH to add USB Host support for Cobra5329 Board

2007-05-10 Thread Steve Bennett
This line from usb-host-clock looks like it should be &= to me: (*(volatile u16 *) (0xFC0A0010)) |= ~(0x0002); Cheers, Steve Thomas Brinker wrote: Sorry everybody. Something totally went wrong on patch creation. Fixed patches are know available. http://opensource.emlix.com/mcf5329/down

Re: [uClinux-dev] how to use ftp client to upload a file from target to server?

2007-05-03 Thread Steve Bennett
That version of ftp is just not very good at error reporting. It will be failing to resolve ftp.sbctools.com Try 'ping ftp.scbtools.com' and you will see. Try with the IP address instead: # ftp 67.55.39.12 Cheers, Steve On 04/05/2007, at 9:11 AM, Bob Furber wrote: I am having difficulty figur

Re: [uClinux-dev] Compiling problems

2007-05-01 Thread Steve Bennett
Looks like you don't have zlib installed on your host (notice that it is doing a host build). On my Ubuntu system this is the zlib1g-dev package. Cheers, Steve On 01/05/2007, at 6:04 AM, Ron Jobmann wrote: (Posted again because I forgot subject line last time - sorry) I'm using Snapgear 3.4.

Re: [uClinux-dev] SL811 usb host

2007-02-27 Thread Steve Bennett
Hi Xavier, I'm not sure if this will help you, but I had something of a similar problem which was caused by certain USB keys returning both a NAK and an ERROR indication at the same time. A case which was handled incorrectly in the driver. You might like to try this patch and see if it help

Re: [uClinux-dev] BusyBox issues

2007-02-21 Thread Steve Bennett
Hi Bob, This often (always?) happens if you reconfigure busybox and rebuild. The solution is simply to clean out busybox after reconfiguring to ensure that everything is rebuilt. $ make user/busybox_clean Cheers, Steve On 22/02/2007, at 10:45 AM, Robert S. Grimes wrote: Hi, I'm not sure,

Re: [uClinux-dev] 5282 and 2GB SD cards

2007-02-21 Thread Steve Bennett
Hi Wolfgang, Works like a charm -- use READ_BL_LEN for calculating the card size, but just use 512 bytes blocks for I/O . Thanks, Steve On 21/02/2007, at 7:27 AM, Wolfgang Mües wrote: Hi Bob, On Montag, 19. Februar 2007, Bob Furber wrote: Hi Wolfgang, please note that ALL SD cards have 5

[uClinux-dev] 5282 and 2GB SD cards

2007-02-15 Thread Steve Bennett
I have the Coldfire 5282-based Intec WildFireMod which uses the dBUG boot loader to load the linux kernel from an SD card. Unfortunately this only works up to 1GB sized cards. dBUG fails to read the 2GB card. I suspect this is because of lack of support for the block size != 512 on these cards.

Re: [uClinux-dev] building error

2007-02-14 Thread Steve Bennett
Hi Boris, I suggest you just disable the build of nandtest. You won't need it for your platform and that version of mtd-utils is very old and has increasing difficulty building on newer machines. Cheers, Steve On 15/02/2007, at 12:45 AM, Boris Vulikh wrote: Hi Doug, Thanks for the answe

Re: [uClinux-dev] Passing params to a program in uClinux

2007-02-06 Thread Steve Bennett
Right. init essentially invokes "/bin/sh /etc/rc" so the rc file is simply interpreted by your shell. On 07/02/2007, at 8:38 AM, Gavin Lambert wrote: Quoth Bob Furber [EMAIL PROTECTED]: I want to set my program as an auto-run program in uClinux, by adding "/bin/myapp" to /etc/rc. But my progra