Re: [uClinux-dev] Using gdb/gdbserver on m68knommu target

2008-04-06 Thread David McCullough
Jivin Markus Franke lays it down ... Zitat von David McCullough [EMAIL PROTECTED]: Back when I wrote this: http://www.ucdot.org/article.pl?sid=03/01/30/0548223 and the m68k-elf toolchain came with m68k-bdm-elf-gdb included, it was working to a resonable extent. I know this

Re: [uClinux-dev] waitqueues unreliable on coldfire/2.6.23-uc0?

2008-04-06 Thread David McCullough
Jivin Wolfgang Wegner lays it down ... Hi, after I solved the startup problem I could now investigate another thing. From time to time, I have problems with some drivers (namely QSPI in interrupt mode and my self-hacked I2C driver in interrupt mode) getting stuck when sleeping on a

Re: [uClinux-dev] Using gdb/gdbserver on m68knommu target

2008-04-06 Thread Markus Franke
Hmmm, beats me. Which kernel are you using ? I'm using the default kernel of uClinux-dist-20070130 which is 2.6.19 if I remember correctly. Is there anything different about your app, have you tried a simple hello world program to see if that works ? I tried with a simple hello world

Re: [uClinux-dev] Using gdb/gdbserver on m68knommu target

2008-04-06 Thread David McCullough
Jivin Markus Franke lays it down ... Hmmm, beats me. Which kernel are you using ? I'm using the default kernel of uClinux-dist-20070130 which is 2.6.19 if I remember correctly. Ok, time to checkout the old 2.4 code and compare that to the 2.6 code. Everything I did with these devices

RE: [uClinux-dev] setting up the network

2008-04-06 Thread Gavin Lambert
Quoth Michael Schnell: sash does not support scripts ? That does not seem very useful. Do you know a document that explains what shells provide which capabilities ? Looking at the docs for each shell is how I did it. Note that what I said is slightly misleading -- you can write scripts and

Re: [uClinux-dev] waitqueues unreliable on coldfire/2.6.23-uc0?

2008-04-06 Thread David McCullough
Jivin Wolfgang Wegner lays it down ... Hi, On Mon, Apr 07, 2008 at 07:13:48AM +1000, David McCullough wrote: Jivin Wolfgang Wegner lays it down ... In my I2C driver, the code is the following: static irqreturn_t coldfire_i2c_interrupt(int irq, void *dev_id) { /*