On 4/23/07, Mirek23 <[EMAIL PROTECTED]> wrote:
>
> I have revised the xparameters_ml403.h and the setup of the FPGA part. I have
> found that the interrupt for the RS232 was not configured. Right now I was
> able to come to the point when the kernel was uncompressed but it did not
> start:
>
> Linux/PPC load: console=ttl0,9600 ip=129.129.129.29 root=/dev/ram rw

This doesn't look right.  It should be either 'console=ttyS0,<speed>'
for a full UART, or 'console=ttyUL0' for a uartlite.

BTW, serial console output is polled, not interrupt driven (but
regular serial I/O does use IRQs), so the unconfigured interrupt line
was probably not your immediate problem.

g.
-- 
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
[EMAIL PROTECTED]
(403) 399-0195
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to