Re: [ECOS] eCos Performance

2005-09-13 Thread Andrew Lunn
On Fri, Sep 09, 2005 at 06:08:34PM -0700, [EMAIL PROTECTED] wrote: Hi Gary, Can you help me to improve performance of eCos ethernet driver. I am getting these numbers with similar test setup Linux: max 26,000 packets (60 bytes) per second (single burst) with no drops eCos: max 8,500

[ECOS] Re: How can I use the flashs of sst29vfxxx and intel_strata at the same timeat redboot ???

2005-09-13 Thread Andrew Lunn
On Mon, Sep 12, 2005 at 10:17:30AM +0800, Steven_cheng wrote: Hi All, I have two kinds of flash type, intel strata and sst 39vfxxx in my platform, and I use the flashv2 branch of ecos. Now I have initiated them, but I find that the cyg_flash_get_info function alway returns the first

[ECOS] RE: Redboot out of sdram for MPC8280

2005-09-13 Thread Harsha D
change Redboot to link at address 0x80 instead? Do the change in your corresponding *_ram.ldi script file...and rebuild redboot -Original Message- From: Oren Laskin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 2:40 AM To: ecos-discuss@ecos.sourceware.org Subject:

Re: [ECOS] Re: eCos Performance/ eth0, eth1 Routing problem (number of hops!)

2005-09-13 Thread David Vrabel
Gary Thomas wrote: IIRC, only if bridging is enabled. Of course, you could look at the code (just as I would have to) to verify. I think you mean IP forwarding rather than bridging. David Vrabel -- David Vrabel, Design Engineer Arcom, Clifton Road Tel: +44 (0)1223 411200 ext.

[ECOS] FW: Re: Strange Problems !!!

2005-09-13 Thread Harsha D
Keshav, Hey Thanks, it was stack pointer problem. In my case the sdram is distributed between ARM and the hardware video encoder in banks. Which i had not taken care of, resulting in stack pointer dangling. Now my redboot is working fine... Thanx again harsha

[ECOS] creating new HAL package

2005-09-13 Thread venkat ande
Sir, I have to port eCos on a new platform with processor MPC860P (powerQUICC). I am using the ‘mbx’ package as the base. The memory layout of my board is like this: THE MEMORY MAP OF MPC860P BOARD ChipSelect Memory Type Address(hex) Data Bus Bank Size

[ECOS] Use of 2 filesystems in eCos

2005-09-13 Thread Boerjan Kristof
Hi, I need to port eCos to a new platform and during my pre - design phase, I encountered the following problem. The platform has two different types of flash memory : - Compact Flash memory (of 64 MB up to 2 GB) - Fixed Nand Flash (of 64 MB) I would like to use the FAT16 -

Re: [ECOS] Use of 2 filesystems in eCos

2005-09-13 Thread Gary Thomas
On Tue, 2005-09-13 at 15:06 +0200, Boerjan Kristof wrote: Hi, I need to port eCos to a new platform and during my pre - design phase, I encountered the following problem. The platform has two different types of flash memory : - Compact Flash memory (of 64 MB up to 2 GB) -

Re: [ECOS] eCos Performance/ eth0,eth1 Routing problem (number of hops!)

2005-09-13 Thread Roy E Richardson
There are some separate eCos configuration items that may be worth tinkering with. I am in a hurry, and don't have ready access to the eCos config tool, so the exact names of the config items are not included, but the description should be enough to locate each one. 1) the tick timer list

[ECOS] Redboot V2 Flash

2005-09-13 Thread Mills, Ted
I have worked through implementing Redboot (a variation of the Toshiba JMR-TX3904 MIPS based board) on a custom designed board that has an inhouse designed and built MIPS-like processor. For the most part the implementation worked with only a few, not serious, modifications. I've recently

[ECOS] Custom Exhibit

2005-09-13 Thread Herb H.
DIRECTOR OF MARKETING: Hi. My name is Herb H. An Account Executive for ADVANTAGE-DISPLAYS, INC. Who specializes in Custom Exhibit Design and Fabrication. I have emailed you today to ask your permission to email or mail you a Partial Portfolio on our Design and Fabrications Capabilities of: ·

Re: [ECOS] Re: How can I use the flashs of sst29vfxxx and intel_strata at the same timeat redboot ???

2005-09-13 Thread Steven_cheng
Hi Andrew, It does not works in some commands. As following: RedBoot fis list ... Read from 0x70fe-0x70fffbff to 0x0efe: Name FLASH addr Mem addrLength Entry point RedBoot 0x7000 0x7000 0x0004 0x FIS directory 0x70FE

[ECOS] Should there be conflicts in a template of an EcosPro release?

2005-09-13 Thread Andrew Voelkel
This is a newbie question. I am trying to figure out why there are disabled (grayed out) text boxes in the ConfigTool when I open the Redboot template of an EcosPro release. I'm guessing it has something to do with resolving conflicts, and indeed when I open the template it complains about

[ECOS] IXDP425 SDRAM CONFIG Linux ATAGS

2005-09-13 Thread Dave
Hello all, I am working on a custom IXP425 board which is wired identical to an IXDP425 except using different flash and SDRAM sizes/configs. I am running into an interesting problem regarding passing of ATAG values from RedBoot to a Linux kernel (2.4.27) and was hoping someone might have