[uClinux-dev] Running GDB Armulator with uClinux 2.6

2007-06-07 Thread PH
 Hi, I am having problem running the uClinux 2.6 image on Armulator. I compiled the Linux 2.6.x with GDB Armulator configuration and when I execute the image on the armulator, I get the following messages. Can anyone help. --- arm-elf-gdb linux-2.6.x/linux GNU gd

[uClinux-dev] Updated patches for libgpg-error, libgcrypt, gnutls, gsasl

2007-06-07 Thread Simon Josefsson
gsasl ... Download patch -- Get it from http://josefsson.org/uclinux/ This was written for the 20070607 version, SHA-1 01022c6fba6f9c480cb29ba35ba73bfbf2db3cdb. Apply it as follows: ... $ patch -p 0 < 20070607.diff patching file uClinux-d

[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 ke

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

2007-06-07 Thread Crane, Matthew
I know it's lame to self-reply, but I realized that manually setting CONFIG_PRINTK in the .config never actually ended up dirtying the printk.c file in the kernel. Once I did a make clean and rebuilt it worked as expected and dumped the printk to the swapped console port. Cheers, Matt _

[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? T

[uClinux-dev] mtd_utils compilation probleme and utilities of mtd_utils

2007-06-07 Thread [EMAIL PROTECTED]
Hello all, i have encountered compiling problem with the mtd-utils application from µCLinux on a ColdFire 5271. It seems that the makefile is wrong. Here is a part of the makefile # # These flags are used for build native versions of the tools for the # host system so it can generate images etc #

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 >Cra

Re: R: [uClinux-dev] NAND on m5329evb

2007-06-07 Thread Greg Ungerer
Hi Andrea, Tarani, Andrea wrote: try this patch (Greg can you ad this to distribution??) This patch is mangled by mime for me. Can you resend in plain text? Regards Greg diff U3b Z:/uClinux_linux-2.6.x_arch/m68knommu/platform/532x/config.c@@/main/anta_EMV_Mod3/1 Z:/wipe/linux-2.6.x/arch/

Re: [uClinux-dev] [PATCH] typo in 5272 DMA constant

2007-06-07 Thread Greg Ungerer
Hi Philippe, Philippe De Muyter wrote: Fix a small typo in the definition of MCFDMA_DIR_INV (MCF5272 specific) Applied. Thanks Greg diff -r bc1b4169da23 include/asm-m68knommu/mcfdma.h --- a/include/asm-m68knommu/mcfdma.hTue Jun 5 02:02:41 2007 + +++ b/include/asm-m68knommu/mcfdma

Re: [uClinux-dev] [PATCH] retry : m68knommu start stack dump at exception-time sp

2007-06-07 Thread Greg Ungerer
Hi Philippe, Philippe De Muyter wrote: In `die if kernel', start the stack dump at the exception-time sp, not at the sp with all the saved registers; the stack below exception-time sp contains only exception-saved values and is already printed in details just before. Signed-off-by: Philippe De

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)

Re: [uClinux-dev] Running GDB Armulator with uClinux 2.6

2007-06-07 Thread Greg Ungerer
Hi PH, PH wrote: I am having problem running the uClinux 2.6 image on Armulator. I compiled the Linux 2.6.x with GDB Armulator configuration and when I execute the image on the armulator, I get the following messages. Can anyone help. The ARMulator is buggy. It doesn't simulate some instruct

Re: [uClinux-dev] m68knommu strace bug fix

2007-06-07 Thread Greg Ungerer
Hi Matt, Matt Waddel wrote: 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