Lurch
> --
> To unsubscribe send email to bifferboard...@googlegroups.com
>
Don't know why, but a character device (gpio_pwm) is not created in
/dev (tested on 2.6.32.33 and 2.6.38.8).
The package i2c-gpio-custom use nearly the same init code, and it works.
If I got time, I going tested this on an other platform.
Regards.
Ps : If I load pwm-gpio-custom on gpio 16, I can manage led without
problem, it's not locked.
--
Nicolas Le Falher.
That's great work Nicolas!
Would you be willing to type this all up on the wiki? :)
Lurch
That's great work Nicolas!
Would you be willing to type this all up on the wiki? :)
About the wiki, you have to send me the google account you want to use
to access the site, then I can send an invitation.
If git switches to 2.6.38.8, then first rtai hal patches must be
applied to that and all other patches rebased for this kernel
version. I depends on what you think will be easiest.
Can you set cmndline in Bifboot to blank, and retry ?
Hi biff,
I switched to the 2.6.37.6 kernel has support because of the rtai
patches (pwm works with this version).
I see that you download from the cvs gna.org a copy of rtai
(stable_cvs_20110206.tar.bz2).
I also try, but the anonymous access fails, it seems that the cvs
server does not accept it.
How did you download ? Do you have a tip?
--
Nicolas Le Falher.
So, i finally got a workable copy for RTAI and it's ported on kernel 2.6.37.6.
But the binary "rtai-led-demo" never light the LED error on blink, and
got one tick on pulsate mode (with git version too).
Someone can test for confirm ?
Nicolas Le Falher.
You need to compile your own image from git for test because RTAI is
not included in factory firmware.
http://sites.google.com/site/bifferboard/Home/openwrt-git
In make menuconfig, add this :
Base system --->
<*> rtai-led-demo
After get flashed your Bifferboard, launch "rtai-led-demo blink" or
"rtai-led-demo pulsate" and watch the error led.
--
Nicolas Le Falher.
Nicolas Le Falher.
You missing nothing.
I make my test on 2.6.37.6 and 2.6.32.20 (git version).
Modules loaded without error but led never light as expected.
I'm going to retry today, maybe I make a error.
Thanks for reply.
If I got RTAI working on, maybe (because 2.6.37 support pwm class).