Re: [ECOS] Looking for these packages under eCos

2005-11-30 Thread Gary Thomas
On Wed, 2005-11-30 at 08:48 +0100, Andrew Lunn wrote: On Wed, Nov 30, 2005 at 11:21:22AM +0530, prashanthu baragur wrote: Hi, I am just searching for these packages, 1. SSH server 2. Telnet server 3. any shell application. Nobody has contributed anything like this.

[ECOS] DRAM sizing

2005-11-30 Thread Jerry
Dear Ecos: Just started work on the ATCA-7010(dual IXP2800 ARM platform). Intel has delivered the base board with the DRAM size hardcoded to 768MG. CYGMEM_REGION.ram_SIZE is the default value and hal_dram_size is set to 768MG(hal_platform_setup.h/hal_plaform_extras.h).

[ECOS] DRAM sizing

2005-11-30 Thread Jerry
Dear Ecos: Just started work on the ATCA-7010(dual IXP2800 ARM platform). Intel has delivered the base board with the DRAM size hardcoded in Redboot to 768MG. CYGMEM_REGION.ram_SIZE is the default value and hal_dram_size is set to

[ECOS] Re: Looking for these packages under eCos

2005-11-30 Thread Grant Edwards
In gmane.os.ecos.general, you wrote: On Wed, Nov 30, 2005 at 01:26:16AM -0700, Gary Thomas wrote: On Wed, 2005-11-30 at 08:48 +0100, Andrew Lunn wrote: On Wed, Nov 30, 2005 at 11:21:22AM +0530, prashanthu baragur wrote: Hi, I am just searching for these packages,

RE: [ECOS] Looking for these packages under eCos

2005-11-30 Thread Paul D. DeRocco
From: Gary Thomas Furthermore, it's questionable if they make any sense for eCos. Certainly the OTS flavor of these do not make sense as eCos is a single application (albeit multi-threaded). Why is Telnet inappropriate for a single-app system? I have an app that has a command interpreter for

Re: [ECOS] Re: Looking for these packages under eCos

2005-11-30 Thread Gary Thomas
On Wed, 2005-11-30 at 11:34 -0600, Grant Edwards wrote: In gmane.os.ecos.general, you wrote: On Wed, Nov 30, 2005 at 01:26:16AM -0700, Gary Thomas wrote: On Wed, 2005-11-30 at 08:48 +0100, Andrew Lunn wrote: On Wed, Nov 30, 2005 at 11:21:22AM +0530, prashanthu baragur wrote: Hi,

Re: [ECOS] DRAM sizing

2005-11-30 Thread Andrew Lunn
On Wed, Nov 30, 2005 at 10:04:33AM -0600, Jerry wrote: Dear Ecos: Just started work on the ATCA-7010(dual IXP2800 ARM platform). Intel has delivered the base board with the DRAM size hardcoded to 768MG. CYGMEM_REGION.ram_SIZE is the default value and hal_dram_size is set to

[ECOS] zcalloc: failed to allocate bytes error - RedBoot

2005-11-30 Thread Benny Chen
Hi there, My RedBoot application when trying to write 64 bytes to a file (via write() call) in the jffs2 partition result in the following message being printed out. zcalloc: failed to allocate 0x8000 items of 0x2 bytes == 0x10010 bytes zcalloc: failed to allocate 0x8000 items of 0x2 bytes ==