* linux 2.4 on Xilinx ml403
@ 2005-12-07 8:10 Paulinha
2005-12-07 11:31 ` Yoshio Kashiwagi
2005-12-08 16:14 ` Peter Ryser
0 siblings, 2 replies; 3+ messages in thread
From: Paulinha @ 2005-12-07 8:10 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
Hi all,
I have been trying to run linux 2.4.26 on Virtex 4 for a while and without
success.
I am trying to implement a simple design, with an UART, SystemACE and
everything interrupt driven. When I try to make bzImage, there is an error
in (SysACE) adapter.c file, because XPAR_INTC_0_SYSACE_0_VEC_ID is not
defined.
I have applied the patch given by Xilinx for switching from the ml300 to the
ml403, which copies the bsp, .config and xparameter files into the kernel.
I am stucked here, and do not know how to keep going from that.
Could anyone help me a little bit?
Thanks and have a good day!
[-- Attachment #2: Type: text/html, Size: 668 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux 2.4 on Xilinx ml403
2005-12-07 8:10 linux 2.4 on Xilinx ml403 Paulinha
@ 2005-12-07 11:31 ` Yoshio Kashiwagi
2005-12-08 16:14 ` Peter Ryser
1 sibling, 0 replies; 3+ messages in thread
From: Yoshio Kashiwagi @ 2005-12-07 11:31 UTC (permalink / raw)
To: linuxppc-embedded
Hi,
libgen of EDK should generate the definition of
XPAR_INTC_0_SYSACE_0_VEC_ID as follows according to your design to
xparameters.h.
[snip]
#define XPAR_INTC_0_SYSACE_0_VEC_ID XPAR_OPB_INTC_0_SYSACE_COMPACTFLASH_
SYSACE_IRQ_INTR
[snip]
Have you copied xparameters.h which EDK generated to the kernel tree?
Best Regards,
Yoshio Kashiwagi
> Hi all,
>
> I have been trying to run linux 2.4.26 on Virtex 4 for a while and
without
> success.
>
> I am trying to implement a simple design, with an UART, SystemACE and
> everything interrupt driven. When I try to make bzImage, there is an
error
> in (SysACE) adapter.c file, because XPAR_INTC_0_SYSACE_0_VEC_ID is not
> defined.
>
> I have applied the patch given by Xilinx for switching from the ml300
to the
> ml403, which copies the bsp, .config and xparameter files into the
kernel.
>
> I am stucked here, and do not know how to keep going from that.
> Could anyone help me a little bit?
>
> Thanks and have a good day!
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux 2.4 on Xilinx ml403
2005-12-07 8:10 linux 2.4 on Xilinx ml403 Paulinha
2005-12-07 11:31 ` Yoshio Kashiwagi
@ 2005-12-08 16:14 ` Peter Ryser
1 sibling, 0 replies; 3+ messages in thread
From: Peter Ryser @ 2005-12-08 16:14 UTC (permalink / raw)
To: Paulinha; +Cc: linuxppc-embedded
Make sure your system.mss contains something like:
BEGIN OS
PARAMETER OS_NAME = linux_mvl31
PARAMETER OS_VER = 1.01.a
PARAMETER PROC_INSTANCE = ppc405_0
PARAMETER MEM_SIZE = 0x4000000
PARAMETER PLB_CLOCK_FREQ_HZ = 100000000
PARAMETER connected_periphs =
(RS232_Uart,IIC_EEPROM,SysACE_CompactFlash,Ethernet_MAC,opb_intc_0)
END
If it does not use XPS and in the menu select Platform Software
Settings. Use linux as Operating System and linux_mvl31_v1_01_a as the
MLD. The rerun the library generation. Also make sure that you have
enabled the interrupts for System ACE CF in the hardware.
- Peter
Paulinha wrote:
> Hi all,
>
> I have been trying to run linux 2.4.26 on Virtex 4 for a while and
> without success.
>
> I am trying to implement a simple design, with an UART, SystemACE and
> everything interrupt driven. When I try to make bzImage, there is an
> error in (SysACE) adapter.c file, because XPAR_INTC_0_SYSACE_0_VEC_ID
> is not defined.
>
> I have applied the patch given by Xilinx for switching from the ml300
> to the ml403, which copies the bsp, .config and xparameter files into
> the kernel.
>
> I am stucked here, and do not know how to keep going from that.
> Could anyone help me a little bit?
>
> Thanks and have a good day!
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Linuxppc-embedded mailing list
>Linuxppc-embedded@ozlabs.org
>https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-12-08 16:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-07 8:10 linux 2.4 on Xilinx ml403 Paulinha
2005-12-07 11:31 ` Yoshio Kashiwagi
2005-12-08 16:14 ` Peter Ryser
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).