RE: No ttyS device at I/O port 0xfe004500 for console
From: Joakim Tjernlund <hidden>
Date: 2006-06-14 00:19:06
Hi Chuckquoted
quoted
quoted
Hi Joakim, Same here -- go into arch/ppc/platforms/83xx and edit file mpc83xx_sys.c. If you are using the 8323e cpu, then you need to make sureYes, got one of those.quoted
that file has code to support the 8323E. Mine didn't, soI got noquoted
quoted
platform devices initialized (no serial port, no Ethdevs). I addedquoted
quoted
a block of code to support the 8323E (set mask to0xffff0000 andquoted
quoted
quoted
"value" to 0x80620000, then the device list for the8323E). Usequoted
quoted
quoted
existing code there as a guide, it was not difficult onceI figuredquoted
quoted
out that this was the problem.hmm, you don't have a patch handy?Here you go:Thanks, now it boot into the ramdisk and a get a login prompt and all, but I don't see any output during kernel startup(only a few garbage chars). Tried the console params Alex sent but makes no difference. How does your cmdline look like?
ahem, I forgot the obvious console=ttyS0. Now it works, thanks a lot Jocke