RE: XUPV2P update to kernel 2.6 fails

5 messages, 4 authors, 2008-12-11 · open the first message on its own page

RE: XUPV2P update to kernel 2.6 fails

From: Joachim Meyer <hidden>
Date: 2008-12-10 10:05:16

Hi

I was setting up linux for teh XUP a few month ago. Both, older Kernels (w=
ith ppc and xparameters=5Fml300.h file) and new ones (with powerpc and devic=
e-tree) from the Xilinx git server worked fine for me, so yes, it should w=
ork.
For more help you should say, what exactly you are doing, but maybe you ha=
ve already found your error.
Cheers,
Joachim
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
Psssst! Schon vom neuen WEB.DE MultiMessenger geh=F6rt=3F=20
Der kann`s mit allen: http://www.produkte.web.de/messenger/=3Fdid=3D3123

RE: XUPV2P update to kernel 2.6 fails

From: Alan Casey <hidden>
Date: 2008-12-10 20:02:27

Hi,

  I got Linux up and running as well on the XUPV2P using 
  Linux kernel version 2.6.24 a while back, downloaded
  from the Xilinx git tree.

  Alan.
-- Original Message --
Date: Wed, 10 Dec 2008 11:05:13 +0100
From: Joachim Meyer <redacted>
To: John Linn <redacted>
Subject: RE: XUPV2P update to kernel 2.6 fails
Cc: linuxppc-embedded@ozlabs.org


Hi

I was setting up linux for teh XUP a few month ago. Both, older Kernels
(with
ppc and xparameters_ml300.h file) and new ones (with powerpc and device-=
tree)
from the Xilinx git server worked fine for me, so yes, it should work.
For more help you should say, what exactly you are doing, but maybe you
have
already found your error.
Cheers,
Joachim
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger geh=F6rt? 
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3D3123

_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Re: XUPV2P update to kernel 2.6 fails

From: Jan Mueller <hidden>
Date: 2008-12-10 23:13:58

Hi,

Thanks a lot for the answers!

Now I don't feel so alone anymore...

I finally got it to work. The problem was simple: I'm using an
uart pcore from openpcores. And this hardware requires some
changes to the ns16550 kernel driver... With those changes,
everything goes well! I'm happy about that.. ;-)

But... since everything seems to work now with EDK 9.1 I try to
use my XUP-board with the EDK 10.1

In EDK 10.1 there is no board definition file for my XUPV2P.
Right now I use the board file from:

  https://wiki.ittc.ku.edu/ittc/Eecs388#Tool_Repository

Now I got even stranger bahaviour than before. When ever I try
to boot into a linux kernel, some arbitrary boot parameters seem
to appear. Like:

	Loading from 0x00004000
	[...]

And after those messages the system hangs. (the real messages
vary from time to time)

I have to say that for the MemoryTestApp there seems to be no
problem.  It runs like a charm..

So now I'm wondering if anyone has a board definition file
usable for the linux kernel on the XUPV2P??

Thanks a lot for any hint!

Kind regards,
Jan

On Wed, Dec 10, 2008 at 11:05:13 +0100, Joachim Meyer wrote:
Hi

I was setting up linux for teh XUP a few month ago. Both, older Kernels (with ppc and xparameters_ml300.h file) and new ones (with powerpc and device-tree) from the Xilinx git server worked fine for me, so yes, it should work.
For more help you should say, what exactly you are doing, but maybe you have already found your error.
Cheers,
Joachim
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört? 
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123

_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Re: XUPV2P update to kernel 2.6 fails

From: saadia dhouib <hidden>
Date: 2008-12-11 15:41:15

You have better to use EDK 9.1.=20
I tried to use EDK 10.1 for the xupv2p and I used the board defintion file
from=20
  https://wiki.ittc.ku.edu/ittc/Eecs388#Tool_Repository .=20
Linux 2.6 booted correctly, but I failed to get the Ethernet working.

So I used EDK 9.1 to generate the device tree. Now I have linux 2.6 on my
xupv2p, with root file system=20
on a remote host (nfs boot).
I still have a problem, I didn't succeed to access the flash disk (pbs with
sysace driver).

If you want more precise informations, I can help you.

Good luck :)




Jan M=C3=BCller wrote:
=20
Hi,
=20
Thanks a lot for the answers!
=20
Now I don't feel so alone anymore...
=20
I finally got it to work. The problem was simple: I'm using an
uart pcore from openpcores. And this hardware requires some
changes to the ns16550 kernel driver... With those changes,
everything goes well! I'm happy about that.. ;-)
=20
But... since everything seems to work now with EDK 9.1 I try to
use my XUP-board with the EDK 10.1
=20
In EDK 10.1 there is no board definition file for my XUPV2P.
Right now I use the board file from:
=20
  https://wiki.ittc.ku.edu/ittc/Eecs388#Tool_Repository
=20
Now I got even stranger bahaviour than before. When ever I try
to boot into a linux kernel, some arbitrary boot parameters seem
to appear. Like:
=20
=09Loading from 0x00004000
=09[...]
=20
And after those messages the system hangs. (the real messages
vary from time to time)
=20
I have to say that for the MemoryTestApp there seems to be no
problem.  It runs like a charm..
=20
So now I'm wondering if anyone has a board definition file
usable for the linux kernel on the XUPV2P??
=20
Thanks a lot for any hint!
=20
Kind regards,
Jan
=20
On Wed, Dec 10, 2008 at 11:05:13 +0100, Joachim Meyer wrote:
quoted
Hi
=20
I was setting up linux for teh XUP a few month ago. Both, older Kernels
(with ppc and xparameters_ml300.h file) and new ones (with powerpc and
device-tree) from the Xilinx git server worked fine for me, so yes, it
should work.
For more help you should say, what exactly you are doing, but maybe you
have already found your error.
Cheers,
Joachim
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger geh=C3=B6rt?=20
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3D3123
=20
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded
=20
=20
--=20
View this message in context: http://www.nabble.com/XUPV2P-update-to-kernel=
-2.6-fails-tp20874170p20957894.html
Sent from the linuxppc-embedded mailing list archive at Nabble.com.

RE: XUPV2P update to kernel 2.6 fails

From: saadia dhouib <hidden>
Date: 2008-12-11 15:44:15

Hi Joachim,
Did you have the sysace working fine?
thanks


Joachim Meyer wrote:
=20
Hi
=20
I was setting up linux for teh XUP a few month ago. Both, older Kernels
(with ppc and xparameters_ml300.h file) and new ones (with powerpc and
device-tree) from the Xilinx git server worked fine for me, so yes, it
should work.
For more help you should say, what exactly you are doing, but maybe you
have already found your error.
Cheers,
Joachim
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger geh=C3=B6rt?=20
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3D3123
=20
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded
=20
=20
--=20
View this message in context: http://www.nabble.com/XUPV2P-update-to-kernel=
-2.6-fails-tp20874170p20957950.html
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help