* port to PPC 403
@ 2000-01-11 20:10 Jason Adams
2000-01-11 20:37 ` Grant Erickson
0 siblings, 1 reply; 5+ messages in thread
From: Jason Adams @ 2000-01-11 20:10 UTC (permalink / raw)
To: linuxppc-embedded
is there a kernel out there that i can use to boot my IBM netstation
(model 8361-110 with a PPC 403 chip)
thank you
ou812
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: port to PPC 403
2000-01-11 20:10 port to PPC 403 Jason Adams
@ 2000-01-11 20:37 ` Grant Erickson
2000-01-20 21:26 ` Non NFS boot Hans - Dulimarta
0 siblings, 1 reply; 5+ messages in thread
From: Grant Erickson @ 2000-01-11 20:37 UTC (permalink / raw)
To: Jason Adams; +Cc: linuxppc-embedded
On Tue, 11 Jan 2000, Jason Adams wrote:
> Is there a kernel out there that i can use to boot my IBM netstation
> (model 8361-110 with a PPC 403 chip)
Jason,
The Linux port to the PowerPC 4xx family isn't quite* that far along yet.
The latest status on the 4xx port is available at:
http://www.lcse.umn.edu/~grant/Linux/index.html
Regards,
Grant Erickson
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Non NFS boot
2000-01-11 20:37 ` Grant Erickson
@ 2000-01-20 21:26 ` Hans - Dulimarta
2000-01-21 1:39 ` Graham Stoney
0 siblings, 1 reply; 5+ messages in thread
From: Hans - Dulimarta @ 2000-01-20 21:26 UTC (permalink / raw)
To: linuxppc-embedded
A few weeks ago, there were discusions on linuxppc embedded kernel which
is able to boot in NFS root mode.
I'm looking for information on a similar kind of kernel which does not
require NFS root.
--
Hans Dulimarta, Ph.D. dulimart@[egr.msu.edu, computer.org]
http://www.egr.msu.edu/~dulimart
Visiting Research Associate, Electrical & Computer Engineering
Michigan State University, East Lansing, MI 48824, (517) 432-7589
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Non NFS boot
2000-01-20 21:26 ` Non NFS boot Hans - Dulimarta
@ 2000-01-21 1:39 ` Graham Stoney
2000-01-21 12:41 ` PCMCIA socket driver (was Re: Non NFS boot) Magnus Damm
0 siblings, 1 reply; 5+ messages in thread
From: Graham Stoney @ 2000-01-21 1:39 UTC (permalink / raw)
To: Hans - Dulimarta; +Cc: linuxppc-embedded
Hans - Dulimarta writes:
> I'm looking for information on a similar kind of kernel which does not
> require NFS root.
Sure. Here's a section from a brief LinuxPPC Embedded HOWTO I've been working
on which may get you started: (feedback from all is welcome)
Root File System
Minimal and complete root file system images are available on the ftp site at:
ftp://linuxppc.cs.nmt.edu/pub/linuxppc/embedded/mbxroot.min.tgz and
ftp://linuxppc.cs.nmt.edu/pub/linuxppc/embedded/mbxroot.full.tgz
During development, the embedded system can NFS-mount its root file system to
provide a complete diskless Linux system. Answer "Y" to the configuration
questions regarding NFS client and root filesystem via NFS, and "make zImage".
To make your system standalone, you need an initial ramdisk image containing
an ext2 filesystem to put in arch/ppc/mbxboot/ramdisk.image.gz. Then, build
with "make zImage.initrd" and the ramdisk image will be mounted as the root
filesystem at startup. An example ramdisk.image.gz is already included in many
of the kernel source tarballs on the ftp site. The easiest way to create or
modify the ramdisk image is to use the loop device on your Linux development
host to mount the file as a local filesystem, and then copy the files you
require into it.
Note that the minix file system code in Linux is not endian-independant, so
you can't build a minix file system on an x86 machine and expect to read it
on a PowerPC machine. ext2 does not suffer from this problem.
If your system has a hard disk, you can start by using NFS then build a root
file system on the disk and boot from that.
If your system has no ethernet, you may want to start developing on a board
that does.
Regards,
Graham
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* PCMCIA socket driver (was Re: Non NFS boot)
2000-01-21 1:39 ` Graham Stoney
@ 2000-01-21 12:41 ` Magnus Damm
0 siblings, 0 replies; 5+ messages in thread
From: Magnus Damm @ 2000-01-21 12:41 UTC (permalink / raw)
To: Graham Stoney; +Cc: Hans - Dulimarta, linuxppc-embedded
I am working on a PCMCIA socket driver for the 8xx series.
I've managed to run a Xircom based ethernetcard and ATA-Flash.
The following boards will be supported:
BOARD CPU
RPX CLASSIC LOW FAT 860T
RPX LITE 850 823
ADS 860
FADS 860T
This will make it possible to use any ATA-Disk as root fs.
The code will be available as a patch againts pcmcia-cs-3.1.8.tar.gz
Cheers /
Magnus
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2000-01-21 12:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-01-11 20:10 port to PPC 403 Jason Adams
2000-01-11 20:37 ` Grant Erickson
2000-01-20 21:26 ` Non NFS boot Hans - Dulimarta
2000-01-21 1:39 ` Graham Stoney
2000-01-21 12:41 ` PCMCIA socket driver (was Re: Non NFS boot) Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).