[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Console not showing kernel messages



Paul Hartke wrote:
See
http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2006/04/msg00118.html
for a workaround.

I just did a fresh install and build from scratch and am seeing the same
issue.  I've been unable to locate the issue.  John Williams indicated
there should be a Uartlite console option in make menuconfig but I don't
see it anywhere.

Paul

Quoting Manu Rao <MRao@xxxxxxxxxxxxxxxxxxx>:
  
Hi,
 I am working on a Memec spartan 3 dev board and have uclinux up and
running.
#uname -a
uClinux uclinux-auto 2.4.32-uc0 #1 Wed May 31 16:22:57 PDT 2006
microblaze

 I have a curious problem - the kernel messages dont show up!!The first
sign of activity is uclinux-login:
 There is no /var/log , so no dmesg to check either. Is there some option
that I should turn on to get these messages??

 /etc/fstab is a softlink to config/fstab, but so such file exists.

 # mount
/dev/mtdblock0 on / type romfs (ro)
/proc on /proc type proc (rw)
none on /var type ramfs (rw)
none on /etc/config type ramfs (rw)

Thanks
Manu

    


___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/



eInfochips Business Disclaimer:
This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by eInfochips Limited and/or eInfochips Inc("eInfochips") unless sent with that express intent and with due authority of eInfochips. eInfochips has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.


  
Hi ,
I faced the same problem after a fresh source code download & by changing a single instance , I resolved that problem.
Only thing u need todo is , go to drivers/char/tty_io.c, in this file change the instace of uart "#ifdef CONFIG_UARTLITE_SERIAL_CONSOLE to "#ifdef CONFIG_XILINX_UARTLITE_0_INSTANCE . After changing this, make menuconfig gives u option (Not before change in tty_io.c), in customize libraries, it will give u option for console on UART. Just enable this option & u will get log on hyper terminal while booting.


-- 
Sweta Bhatt
Embedded Engineer,
eInfochips Ltd.
+919898087805
eInfochips Business Disclaimer: This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by eInfochips Limited and/or eInfochips Inc("eInfochips") unless sent with that express intent and with due authority of eInfochips. eInfochips has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. ___________________________ microblaze-uclinux mailing list microblaze-uclinux@xxxxxxxxxxxxxx Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/