[uClinux-dev] how to bind console to early printk

2007-06-07 Thread Crane, Matthew
Hi, I am trying to bring up the current dist 2.6 kernel on an AT91x40 board. I am using the serial_atmel module as the serial driver. The serial_atmel console driver is initialized and registered and I can print text to the output with the console_print_atmel function within the module. The

[uClinux-dev] m68knommu strace bug fix

2007-06-07 Thread Matt Waddel
Hi Greg, I was looking at the common entry.S file in the latest 5307 directory and found that a small patch has been left out. Without this patch gdbserver and strace don't work correctly. (I believe the original authors are Philippe De Muyter and Stuart Hughes.) Could you apply this patch?

RE: [uClinux-dev] how to bind console to early printk

2007-06-07 Thread rui.zhou
Hi BTW, what' do you mean print text to the output and printk does not produce any output on the console port.?? I understand, the output is console,and it is a serial port? Regards Rui -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Crane,

Re: [uClinux-dev] The most proper way to use our custom board.

2007-06-07 Thread Greg Ungerer
Hi Daniel, Daniel Alomar wrote: We have been modified a board (avnet 5282) to made a custom design. We have add USB support (2.4.31-uc0) and now I wonder what I have to do with this modifications (Now the USB modules are compiled outside the kernel tree and I would like to implement inside)