3Com 574BT PCMCIA Card on PowerPC

2003-01-31 Thread Andreas Plaickner
Hello, thanks a lot for the answers and the suggestion to create a new kernel. On Fri, 31 Jan 2003, Wolfgang Denk wrote: > > I have seen that there exists already a solution > > for a wireless LAN card. I took these steps as > > Which one are you talking about? Where did you get the kernel sour

How to use EP8260 MTD device?

2003-01-31 Thread OHMURA Yutaka
Hi, In this ML, no one uses EP8260? Or TSL(2.4.7 base)? I changed my .config as follows, but still not work. > # Memory Technology Devices (MTD) > CONFIG_MTD=y > CONFIG_MTD_DEBUG=y > CONFIG_MTD_DEBUG_VERBOSE=3 > CONFIG_MTD_PARTITIONS=y > CONFIG_MTD_CHAR=y > CONFIG_MTD_BLOCK=y > CONFIG_FTL=y > >

3Com 574BT PCMCIA Card on PowerPC

2003-01-31 Thread Wolfgang Denk
In message <2651.1044014678 at www39.gmx.net> you wrote: > > I have seen that there exists already a solution > for a wireless LAN card. I took these steps as Which one are you talking about? Where did you get the kernel sources and the PCMCIA CS package from? > ## Booting image at 4004 ...

Ramdisk with wrong magic number

2003-01-31 Thread Wolfgang Denk
In message you wrote: > >I downloaded your mini ramdisk. The file name is > mini-2048kB-ramdisk.image.gz. If I check the image that I wrote into the > flash, I will get an wrong magic number error. Do you konw what's wrong with > this? Thanks. How do you "check" it? If this is by any chance

MPC850 SCC3/USB host conflict

2003-01-31 Thread Rolf Peukert
Hi everybody! We are installing Linux (2.4.4) on a board design using an MPC850 (XSPC850SRZT66C). We're planning to make the device work as USB host controller, and to use SCC3 as an additional UART. We're using Brad Parker's USB Host Controller Interface driver m8xxhci.c, and the USB Host Start

U-boot on Ebony: Flash burned ... no menu on reboot

2003-01-31 Thread [EMAIL PROTECTED]
It appears that I successfully programmed u-boot into flash. However, I get no menu at the ebony serial port when I reboot?? Any ideas why. Has anyone had this before on 440GP/Ebony platform. Below is the sequence of erasing/programming and then displaying the point in memory(flash) where the boa

mpc 8260 performance..

2003-01-31 Thread [EMAIL PROTECTED]
I understand a bit of Eth and skb code of linux. One of my concerns was interrupts. In this case, the system can potentially be interrupted too often(assuming an interrupt per frame received and transmitted, it comes to nearly interrupt every few 10s of uSecs). So, though the packet processing

Trying to program u-boot into flash using BDI2000

2003-01-31 Thread [EMAIL PROTECTED]
Yep, I have these (peripheral bus setups) set as per the BDI config file. I'll go ahead and attach the whole thing instead of just [HOST] and [FLASH]. The default boot setup on Ebony is to use a 0.5MB chunk of flash at the very top of the memory map (0xfff8 --> 0x). I also just reali

CROSS COMPILER BUILD: Stupid gcc libc++ question

2003-01-31 Thread James Don
Hi all, I finally have my compiler compiling compile with glibc ... well mostly I think ... compilers are put in my bin folder ... but I have library troubles ... Now I have a problem which I can't find a nice clean reference for ... When I build with --enable-languages=c,c++ ... build seems to

mpc 8260 performance..

2003-01-31 Thread [EMAIL PROTECTED]
interfaces: hdlc interfaces (external hdlc controller connected to 8260 which can write to SDRAM directly. Hence 8260 wont be involved in packet copying). routing: ++ Ethernet | 8260 based |hdlc External world <===

3Com 574BT PCMCIA Card on PowerPC

2003-01-31 Thread Magnus Damm
Make sure that the socket driver is configured correctly for your board. Voltage control pins and stuff like that are board-specific. I would first try a PCMCIA card that is known to work easily right out of the box. Maybe the wireless board. Then you could verify the 3Com card. Scan the source-

Trying to program u-boot into flash using BDI2000

2003-01-31 Thread [EMAIL PROTECTED]
J39 is confirmed open (i.e. write enabled). -Original Message- From: Chris Zimman [mailto:[EMAIL PROTECTED] Sent: Friday, January 31, 2003 3:05 PM To: brian.auld at adic.com Subject: Re: Trying to program u-boot into flash using BDI2000 On Fri, Jan 31, 2003 at 11:40:36AM -0800, brian.aul

3Com 574BT PCMCIA Card on PowerPC

2003-01-31 Thread Andreas Plaickner
Hello, I am new to the development of RTAI Linux on PowerPC boards, therefore I would be very grateful for some advice. I want to use the PCMCIA card 3Com 3CCFE574BT in the pcmcia-slot on the board. On the board is a Motorola MPC855T. I have seen that there exists already a solution for a wirel

kgdb and mpc8xx

2003-01-31 Thread Ibon Gotxi Garcia
Hi: Does kgdb work with mpc8xx using linus' kernel? if true should i customize anything in the kernel? else does it work with montavista's kernel? thanks. -- Ibon Gotxi Garcia ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

mpc 8260 performance..

2003-01-31 Thread Dan Malek
Allen Curtis wrote: > gopi wrote: >>In this case, the system can potentially be interrupted too... > Sounds like a HW design issue you need to address. Perhaps it would be > better to interrupt on buffer full High performance routers don't interrupt at all, typically have carefully hand-

Ramdisk with wrong magic number

2003-01-31 Thread Leiying Du
Thanks, James and Wolfgang. I forgot to use the mkimage to convert it. All the best, Leiying -Original Message- From: [EMAIL PROTECTED] [mailto:owner-linuxppc-embedded at lists.linuxppc.org]On Behalf Of Wolfgang Denk Sent: Friday, January 31, 2003 12:13 PM To: ldu at solectek.com Cc: 'L

Trying to program u-boot into flash using BDI2000

2003-01-31 Thread [EMAIL PROTECTED]
The embedded linux on ebony(440GP) saga continues: - ELDK in place (check) - kernel compiled (check) - u-boot compiled (check) - ebony in place (check ... dip switch settings confirmed) - BDI2000 in hand (arrived this morning) OK, I'm trying to program flash with u-boot (I'm using u-boot.bin). I

was: FEC on MPC860T & race condition

2003-01-31 Thread Steven Scholz
Dan Malek wrote: > Steven Scholz wrote: > >> You, Laurent, told us about a race condition. >> You, Dan, first claimed, it was already fix but mentioned later that >> the patch >> was somehow lost. > > > IIRC, it was the usual problem of having it fixed in only one of the > two 2.4 trees. I ensure

mpc 8260 performance..

2003-01-31 Thread Steven Blakeslee
Also, if you go to Motorola's web page you can download a CPM performance tool for the MPC8260. -Original Message- From: Allen Curtis [mailto:[EMAIL PROTECTED] Sent: Friday, January 31, 2003 9:34 AM To: gopi at india.tejasnetworks.com Cc: linuxppc-embedded at lists.linuxppc.org Subject: R

mpc 8260 performance..

2003-01-31 Thread [EMAIL PROTECTED]
Hi.. We are planning to use 8260 for our embedded system. One of the job is to do routing of around 40 interfaces, with each interface at about 500Kbps duplex. We are planning to run it at about 260MHz and SDRAM, say about 256KB. Can 8260 take this load of routing without impacting t

mpc 8260 performance..

2003-01-31 Thread Allen Curtis
> In this case, the system can potentially be interrupted too > often(assuming an interrupt per frame received and transmitted, > it comes to nearly interrupt every few 10s of uSecs). So, though the > packet processing doesnt take much time(involving movement of skbs > and modifying few fields),

mpc 8260 performance..

2003-01-31 Thread Allen Curtis
> Also, if you go to Motorola's web page you can download a CPM performance > tool for the MPC8260. True but he is using 1/10th of the CPM performance required to support just the 2 FCC interfaces on the 8260 ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

mpc 8260 performance..

2003-01-31 Thread Allen Curtis
> interfaces: hdlc interfaces (external hdlc controller connected > to 8260 which > can write to SDRAM directly. Hence 8260 wont be > involved in packet copying). > > routing: > ++ > Ethernet | 8260 based |hdlc > External wo

How to use EP8260 MTD device?

2003-01-31 Thread Allen Curtis
> By the way, TSL uses DEC register for timer, is this same in pure > PPC-Linux? > I could't find pure PPC-Linux 2.4.7 source code... It is there, you have to learn how to use bitkeeper. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

mpc 8260 performance..

2003-01-31 Thread Allen Curtis
> We are planning to use 8260 for our embedded system. One of the > job is to do routing of around 40 interfaces, with each interface > at about 500Kbps duplex. What kind of interfaces? What kind of routing? ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

kgdb and mpc8xx

2003-01-31 Thread Wang Jacky
Hi Ibon, I tried before for kgdb + ppc_8xx-gdb + DDD with MontaVista/ Hardhat. just enable the kgdb in menuconfig/kernel hacking. ppc_8xx-gdb remote /dev/ttyS0 best regards, Jacky --- Ibon Gotxi Garcia wrote: > > Hi: > > Does kgdb work with mpc8xx using linus' kernel? > > if true > sho

Trying to use ELDK to build Ebony/440GP

2003-01-31 Thread Wolfgang Denk
In message <995FF289C9D69747A09E42992644595405B23638 at penguin.adic.com> you wrote: > > What is the "denx ppc development server"? Other than what's available at > ftp.denx.de/pub/LinuxPPC/usr/src, is there an ELDK/denx specific development > tree that I am not yet aware of? ftp.denx.de/pub/Lin