Kernel 2.4.0 test8

2000-10-02 Thread [EMAIL PROTECTED]
Hi Where can I get the kernel source for 2.4.0-test8 without using the bitkeeper tool? (I have no access through our firewall!) It seems as if on http://www.fsmlabs.com/linuxppcbk.html -> ftp were only legacy 2.2 and 2.3 kernels... Is the 2.4.0-test8 kernel from http://www.kernel.org as up to da

adding n/w device

2000-10-02 Thread Pravin Pathak
Hi It is general Linux question. Is it possible to add n/w device in a running Linux system ? Pravin ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

VxWorks bootloader & PowerQUICC II, Booting the kernel

2000-10-02 Thread [EMAIL PROTECTED]
Hi Jon & Gerald Thanx for the patches. The kernel compiles now well and even the download to the SBC8260 seems to work. It downloads 2 sections, perfect. After having copied parts of embed_config.c to my kernel I get: [VxWorks Boot]: g 40 Starting at 0x40... loaded at: 0040 0040

adding n/w device

2000-10-02 Thread Daris A Nevil
Pravin, Yes, you can certainly add a network (n/w?) device in a running Linux system. We do it all the time. Use the "ifconfig" command to bring "up" and interface and assign it an IP address, and even a MAC address. Regards, Daris Nevil Pravin Pathak wrote: > > Hi > It is general Linux ques

VxWorks bootloader & PowerQUICC II, Booting the kernel

2000-10-02 Thread [EMAIL PROTECTED]
Hi Jon & Gerald Thanx for the patches. The kernel compiles now well and even the download to the SBC8260 seems to work. It downloads 2 sections, perfect. CPU: EST Corp. est8260 -- MPC8260 PowerQUICC II SBC Version: 5.4 BSP version: 1.2/4 Creation date: Apr 3 2000, 20:04:55 [VxWorks Boot]: l bo

VxWorks bootloader & PowerQUICC II, Booting the kernel

2000-10-02 Thread [EMAIL PROTECTED]
Hi gerald Do you mind sending these files directly in a sort of tgz form to me? # This shar contains: # length mode name # -- -- -- # 3708 -rw-r--r-- arch/ppc/mbxboot/Makefile #156 -rw-r--r-- arch/ppc/mbxboot/gzimage.c #156 -rw-r

Memory map?

2000-10-02 Thread TWG - pat, mark & steve
Jari, I take it you're trying to do this from an application (i.e. not within the kernel). Here is a (hack) piece of code which performs a similar task. I use it to access a dual-port RAM connecting me to another processor. First, it needs access to the (860T)'s internal memory map, to set up t

ethernet on fads850sar board?

2000-10-02 Thread Dan A. Dickey
Dan Malek wrote: > > "Dan A. Dickey" wrote: > > > Any ideas? > > Make sure the GP I/O pins are configured properly to be SCC2 Ethernet > control/status lines. Make sure the BCSR bits enable and properly > configure the PHY (half/full duplex, loopback, etc.). I've been over them about three times

ethernet on fads850sar board?

2000-10-02 Thread Dan Malek
"Dan A. Dickey" wrote: > Any ideas? Make sure the GP I/O pins are configured properly to be SCC2 Ethernet control/status lines. Make sure the BCSR bits enable and properly configure the PHY (half/full duplex, loopback, etc.). > (And why do the baud rate generators that feed the ethernet > clo