* Debian on MPC8572DS
@ 2009-09-10 15:01 Isaac Gomez Morales
2009-09-10 16:32 ` Scott Wood
2009-09-10 17:40 ` Kumar Gala
0 siblings, 2 replies; 4+ messages in thread
From: Isaac Gomez Morales @ 2009-09-10 15:01 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]
Hello,
I'm trying to get a Linux distro such as Debian in the following system
System:
mpc8572ds HW
u-boot programmed on flash memory
vanillia linux installed on sata disk
Restrictions:
i have not apt-get resident on system
I have tried the following ways with no succeful results:
I tried to run deboostrap with chroot on mpc8572ds
I tried to run deboostrap on another machine, downloading the correct
packages for ppc enviroment and copiny those packages in a new ext2
partition of my 8572 hw. After that i executed "chroot /mnt/newpartition
/bin/bash" and it returned "Illegal instruction". At this point i can't
follow the installation and if i force to startup the machine with that rf
system, it returns a "kernel panic" with error to handling the signal 4 of
init process.
I tried to get start the machine with a debain livecd installation. I
created an uImage and initrd from cdrom's vmlinux and initrd.gz with the
uboot-mkimage tool, then i booted it from u-boot but the kernel didn't
start.
I tried to start a preinstalled Debian for a simillar architecture, in
cocnret from a mpc8561 ppc's Debian. I put its hhdd with the Debian rfs on
my machine and start it with my uImage and dtb files. The results was the
same "kernel panic" and signal 4 error.
I accept all ideas.
Thanks you all and sorry for my english
[-- Attachment #2: Type: text/html, Size: 1612 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Debian on MPC8572DS
2009-09-10 15:01 Debian on MPC8572DS Isaac Gomez Morales
@ 2009-09-10 16:32 ` Scott Wood
2009-09-11 7:30 ` Isaac Gomez Morales
2009-09-10 17:40 ` Kumar Gala
1 sibling, 1 reply; 4+ messages in thread
From: Scott Wood @ 2009-09-10 16:32 UTC (permalink / raw)
To: Isaac Gomez Morales; +Cc: linuxppc-dev
On Thu, Sep 10, 2009 at 05:01:53PM +0200, Isaac Gomez Morales wrote:
> Hello,
>
> I'm trying to get a Linux distro such as Debian in the following system
>
> System:
> mpc8572ds HW
The 8572 does not have classic PowerPC floating point. The Debian
binaries use this, so they cannot run without emulation.
Emulation is slow, so you probably want something like this instead:
http://groups.google.com/group/linux.debian.ports.powerpc/browse_thread/thread/235607517fd7ae1e/f4638a2cdef09bf7?lnk=raot
http://download.breakpoint.cc/debian/linutronix-lenny-gnuspe/
-Scott
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Debian on MPC8572DS
2009-09-10 15:01 Debian on MPC8572DS Isaac Gomez Morales
2009-09-10 16:32 ` Scott Wood
@ 2009-09-10 17:40 ` Kumar Gala
1 sibling, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2009-09-10 17:40 UTC (permalink / raw)
To: Isaac Gomez Morales; +Cc: linuxppc-dev
Do you have floating point emulation turned on in the kernel?
- k
On Sep 10, 2009, at 10:01 AM, Isaac Gomez Morales wrote:
> Hello,
>
> I'm trying to get a Linux distro such as Debian in the following
> system
>
> System:
> mpc8572ds HW
> u-boot programmed on flash memory
> vanillia linux installed on sata disk
>
> Restrictions:
> i have not apt-get resident on system
>
>
> I have tried the following ways with no succeful results:
>
> I tried to run deboostrap with chroot on mpc8572ds
>
> I tried to run deboostrap on another machine, downloading the
> correct packages for ppc enviroment and copiny those packages in a
> new ext2 partition of my 8572 hw. After that i executed "chroot /mnt/
> newpartition /bin/bash" and it returned "Illegal instruction". At
> this point i can't follow the installation and if i force to startup
> the machine with that rf system, it returns a "kernel panic" with
> error to handling the signal 4 of init process.
>
> I tried to get start the machine with a debain livecd installation.
> I created an uImage and initrd from cdrom's vmlinux and initrd.gz
> with the uboot-mkimage tool, then i booted it from u-boot but the
> kernel didn't start.
>
> I tried to start a preinstalled Debian for a simillar architecture,
> in cocnret from a mpc8561 ppc's Debian. I put its hhdd with the
> Debian rfs on my machine and start it with my uImage and dtb files.
> The results was the same "kernel panic" and signal 4 error.
>
>
>
> I accept all ideas.
>
> Thanks you all and sorry for my english
>
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Debian on MPC8572DS
2009-09-10 16:32 ` Scott Wood
@ 2009-09-11 7:30 ` Isaac Gomez Morales
0 siblings, 0 replies; 4+ messages in thread
From: Isaac Gomez Morales @ 2009-09-11 7:30 UTC (permalink / raw)
To: Scott Wood; +Cc: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
Hello,
I'll try the "linutronix-lenny-gnuspe/" distro option, because i prefer a
option without a fp emulation.
Thanks u all.
2009/9/10 Scott Wood <scottwood@freescale.com>
> On Thu, Sep 10, 2009 at 05:01:53PM +0200, Isaac Gomez Morales wrote:
> > Hello,
> >
> > I'm trying to get a Linux distro such as Debian in the following system
> >
> > System:
> > mpc8572ds HW
>
> The 8572 does not have classic PowerPC floating point. The Debian
> binaries use this, so they cannot run without emulation.
>
> Emulation is slow, so you probably want something like this instead:
>
> http://groups.google.com/group/linux.debian.ports.powerpc/browse_thread/thread/235607517fd7ae1e/f4638a2cdef09bf7?lnk=raot
> http://download.breakpoint.cc/debian/linutronix-lenny-gnuspe/
>
> -Scott
>
[-- Attachment #2: Type: text/html, Size: 1443 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-09-11 7:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-10 15:01 Debian on MPC8572DS Isaac Gomez Morales
2009-09-10 16:32 ` Scott Wood
2009-09-11 7:30 ` Isaac Gomez Morales
2009-09-10 17:40 ` Kumar Gala
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).