[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ppc compilation question: G3 with 2.4.18 kernel



Never mind.

I figured this one out by myself also.

I was using the wrong CPU type in the kernel code.

a cat /proc/cpuinfo

cpu as a 740/750

So I changed the kernel to use
the 6xx/7xx/8260 Processor type, and it worked.

------------------------------------

On Fri, Aug 16, 2002 at 08:50:17AM -0400, Thedore Knab wrote:
I am having trouble getting the PPC kernel to load on a blue G3 box.

I recently downloaded the deb kernel-source-2.4.18.

After compiling, and installing the kernel, I get the following error on
boot. Any ideas what this means ?

Boot Screen
...
Please wait while loading kernel.
    Elf32 kernel loaded...
    instantiating rtas at 00600000 ... done

DEFAULT CATCH!, code=900 at %SRR0:  ff818d70        %SRR1: 0000b030
no address property found!
no address property found!
...


To compile the kernel I did the following.
    make menuconfig
        selected G3 processor
        selected IPtables stuff as modules
        deselected sound
    make dep
    make clean
    make vmlinux
    make modules
    make modules_install

    cp System.map /boot/System.map-2.4.18
    cp vmlinux /boot/vmlinux-2.4.18

    
I am using /etc/yaboot.conf. 
I ran mkofboot -v to install yaboot.

The old kernel boots.
The new one dies.

/etc/yaboot.conf file

boot=/dev/hda2
init-message="\nDebian PPC\n"
#enablecdboot
device=hd:
partition=4
default=linux
root=/dev/hda3
timeout=30
delay=20
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot

image=/vmlinux-2.2.19
        label=old
        read-only

image=/vmlinux-2.4.18
        label=linux
        read-only


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: