Dave Baukus writes:
> What release/version do people recommend for arm-linux on the ebsa285 (not as a
> coprocessor) ?
patch-2.2.0-19990127-1.gz is the latest, and first of the 2.2 kernels. It
should be ok on the EBSA285 (I haven't heard any complaints yet).
> After finally getting 2.1.132 pre-patch-2.1.132-19990103-1 booting from flash,
> I'm dying in register_console() called from serial_console_init().
You can get the kernel messages out of the serial port. To do this, I add
to kernel/printk.c, just after va_end(args) in printk():
printascii(buf+3);
However, keep an eye in arch/arm/kernel/head-armv.S around line 410, since the
debugging code needs to be correctly configured for the machine you're actually
booting (since an EBSA285 kernel can be booted not only on EBSA285 but on
Netwinder, and the serial port hardware is significantly different).
NOTE! This code is only meant to be used by people who hack the kernel. Please
don't attempt to optimise it.
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/~rmk/armlinux.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]