From: "Neil Blackwood" <nb@terrafix.co.uk>
To: <linuxppc-dev@lists.linuxppc.org>
Subject: PROBLEMS BOOTING KERNEL ON EMBEDDED PROCESSOR MBX821
Date: Thu, 5 Aug 1999 17:59:29 +0100 [thread overview]
Message-ID: <000101bedfdd$9250fc20$6401a8c0@everyone> (raw)
I have just downloaded the 2.2.0pre6 kernel for MBX8xx processors
from
the embedded directory of linuxppc.cs.nmt.edu.
We are running it on a MXX821-004A development board.
Unfortunately we seem to have a problem during the booting of the kernel.
The messages
iack = -1
and
irq = 7
are displayed continuously.
We have managed to track down the iack message in the kernel source.
In directory
linux/arch/ppc/kernel
in File
ppc8xx_pic.c
In function
mbx_i8259_action()
is the code
int irq;
irq = (inl(0x508)>>24)&0xff;
if (irq!= 0xff)printk("iack 5d\n", irq);
We think this is inconsistent if the value of irq is printed out as -1.
We have previously run a 2.1 version of the kernel successfully. Do you have
any ideas to solve the problem?
I am also looking at including floating point libraries into the kernel.
Does anything currently exist?
Neil Blackwood
ps Is this type of enquiry suitable for this mailing list or should I use
USERS.
pps I am completely new to LINUX and operating systems in general, so my
current level of understanding is very low.
------------------------------------------------------
www.terrafix.co.uk
Terrafix Ltd
23c Newfield Industrial Estate
Tunstall, Stoke on Trent
Staffordshire, UK, ST6 5PD
+44 1782 577015, +44 1782 835667 (fax)
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
next reply other threads:[~1999-08-05 16:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-08-05 16:59 Neil Blackwood [this message]
1999-08-06 8:08 ` PROBLEMS BOOTING KERNEL ON EMBEDDED PROCESSOR MBX821 Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000101bedfdd$9250fc20$6401a8c0@everyone' \
--to=nb@terrafix.co.uk \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).