Re: Re: [uClinux-dev] how to upgrade the jffs2 of root in linux

2007-10-16 Thread Nikita Tabatsky
Hi, Advan yes, netflash it's flash tool. sorry, i forgot to insert link :) http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/uClinux-dist/user/netflash/ Nik. On 10/16/07, advan [EMAIL PROTECTED] wrote: Hi,Nik Thank you , what is netflash ,it's a flash tool ? could you offer a link address ?

[uClinux-dev] Sporadic hang on opening /dev/console

2007-10-16 Thread Wolf, Josef
Hello, I use uClinuc-dist-20051014 with linux-2.4.32 on a lpc2492 (this is an arm7tdmi from NXP). Most of the time, everything works as expected. But sometimes, the boot hangs when init/main.c tries to open /dev/console (this is a serial console on the internal UART of the lpc2492). When I

Re: [uClinux-dev] receive multicast ethernet frames on 5329

2007-10-16 Thread Christian Gieseler
Hello! I am now able to receive the multicast frames i want to. For the case that somebody has the same problem i want to inform you about the reason why it did not work. In fec.c the function set_multicast_list has the task to choose the operating mode. If you set the flags IFF_ALLMULTI

Re: [uClinux-dev] Sporadic hang on opening /dev/console

2007-10-16 Thread Phil Wilshire
Hi Josef, This is a guess but... when the system hangs after a restore flags it is normally due to some unserviced interrupt condition. The UART is trying to send you an interrupt but you are not servicing it correctly therefor the interrupt is immediately reasserted. This will seem like a

RE: Re: [uClinux-dev] how to upgrade the jffs2 of root in linux

2007-10-16 Thread Crane, Matthew
Can netflash upgrade a mounted root partition? If you don't have the memory to mount the tmp partition in ram, then keep a small second tmp partition in your flash, switch to that, run netflash, and then switch back to the new main parttion. Matt From:

Re: [uClinux-dev] do_initcalls() where is vmlinuz set up to populate between __initcall_start to end

2007-10-16 Thread Phil Wilshire
HI John, A simple way to do this is to use the module_init macro static int __init my_init_stuff(void) { return 0; } module_init(my_init_stuff); You can see all the init calls as they happen using the initcall_debug command line option root=/dev/mtdblock0 rw initcall_debug=1 ... Or

Re: [uClinux-dev] do_initcalls() where is vmlinuz set up to populate between __initcall_start to end

2007-10-16 Thread John . Jeffers
Thanks I am getting closer. The debug does not work for 2.4.32-uc0 I did stick a printk in do_initcalls() to show the called addresses of the modules which works. Is there a best place in the file structure (on the host) 2.4.32-uc0 to put the static int __init my_init_stuff() so link picks up

Re: [uClinux-dev] [patch] Support C++ in elf2flt.ld.

2007-10-16 Thread Robin Getz
On Mon 15 Oct 2007 05:17, David McCullough pondered: Jivin Nathan Sidwell lays it down ... Robin Getz wrote: On Sun 14 Oct 2007 17:54, David McCullough pondered: Jivin Nathan Sidwell lays it down ... ... Any idea why it appears to be working for the blackfin guys in it's current

Re: [uClinux-dev] [patch] Support C++ in elf2flt.ld.

2007-10-16 Thread Bernd Schmidt
Robin Getz wrote: On Mon 15 Oct 2007 05:17, David McCullough pondered: Jivin Nathan Sidwell lays it down ... Robin Getz wrote: On Sun 14 Oct 2007 17:54, David McCullough pondered: Jivin Nathan Sidwell lays it down ... ... Any idea why it appears to be working for the blackfin guys in it's