* [Xenomai-help] building xenomai integrated drivers @ 2006-08-04 14:15 Kim Chuan Lim 2006-08-04 14:24 ` Jan Kiszka 2006-08-04 14:27 ` [Xenomai-help] Xenomai & Elinos GUARDIOLA-FALCO Sebastien 204282 0 siblings, 2 replies; 8+ messages in thread From: Kim Chuan Lim @ 2006-08-04 14:15 UTC (permalink / raw) To: xenomai Hi ya, The following is my .config.. # # Drivers # CONFIG_XENO_DRIVERS_16550A=y CONFIG_XENO_DRIVERS_TIMERBENCH=y CONFIG_XENO_DRIVERS_IRQBENCH=y CONFIG_XENO_DRIVERS_SWITCHTEST=y I try to look for xeno_16550A.ko in my computer but i cannot get it. There is nothing such folder namely "xenomai "in my /lib/modules/2.6.17-default/kernel/drivers/ May i know how could i build it manually? Regards, Kim Chuan. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-help] building xenomai integrated drivers 2006-08-04 14:15 [Xenomai-help] building xenomai integrated drivers Kim Chuan Lim @ 2006-08-04 14:24 ` Jan Kiszka 2006-08-04 20:18 ` Kim Chuan Lim 2006-08-04 14:27 ` [Xenomai-help] Xenomai & Elinos GUARDIOLA-FALCO Sebastien 204282 1 sibling, 1 reply; 8+ messages in thread From: Jan Kiszka @ 2006-08-04 14:24 UTC (permalink / raw) To: Kim Chuan Lim; +Cc: xenomai [-- Attachment #1: Type: text/plain, Size: 608 bytes --] Kim Chuan Lim wrote: > Hi ya, > > The following is my .config.. > > # > # Drivers > # > CONFIG_XENO_DRIVERS_16550A=y > CONFIG_XENO_DRIVERS_TIMERBENCH=y > CONFIG_XENO_DRIVERS_IRQBENCH=y > CONFIG_XENO_DRIVERS_SWITCHTEST=y > > > I try to look for xeno_16550A.ko in my computer but i cannot get it. > There is nothing such folder namely "xenomai "in my > /lib/modules/2.6.17-default/kernel/drivers/ > > May i know how could i build it manually? You compiled them into the kernel ("=y" instead of "=m" for modular build). Nothing special here. > > Regards, > Kim Chuan. Jan [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 250 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-help] building xenomai integrated drivers 2006-08-04 14:24 ` Jan Kiszka @ 2006-08-04 20:18 ` Kim Chuan Lim 2006-08-04 21:27 ` [Xenomai-help] " Bernhard Walle 0 siblings, 1 reply; 8+ messages in thread From: Kim Chuan Lim @ 2006-08-04 20:18 UTC (permalink / raw) To: Jan Kiszka; +Cc: xenomai Hi Jan, Instead of using modprobe, what should i do to load the driver? Regards, Kim Chuan. On 8/4/06, Jan Kiszka <jan.kiszka@domain.hid> wrote: > Kim Chuan Lim wrote: > > Hi ya, > > > > The following is my .config.. > > > > # > > # Drivers > > # > > CONFIG_XENO_DRIVERS_16550A=y > > CONFIG_XENO_DRIVERS_TIMERBENCH=y > > CONFIG_XENO_DRIVERS_IRQBENCH=y > > CONFIG_XENO_DRIVERS_SWITCHTEST=y > > > > > > I try to look for xeno_16550A.ko in my computer but i cannot get it. > > There is nothing such folder namely "xenomai "in my > > /lib/modules/2.6.17-default/kernel/drivers/ > > > > May i know how could i build it manually? > > You compiled them into the kernel ("=y" instead of "=m" for modular > build). Nothing special here. > > > > > Regards, > > Kim Chuan. > > Jan > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Xenomai-help] Re: building xenomai integrated drivers 2006-08-04 20:18 ` Kim Chuan Lim @ 2006-08-04 21:27 ` Bernhard Walle 2006-08-05 16:58 ` Jan Kiszka 0 siblings, 1 reply; 8+ messages in thread From: Bernhard Walle @ 2006-08-04 21:27 UTC (permalink / raw) To: xenomai Hello, "Kim Chuan Lim" <lim.kim.chuan@domain.hid> [2006-08-04]: > Instead of using modprobe, what should i do to load the driver? Nothing. The driver is already loaded and the initialisation code is executed on system boot. Regards, Bernhard -- Früher hatten die Menschen Angst vor der Zukunft. Heute muß die Zukunft Angst vor den Menschen haben. -- Werner Mitsch ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-help] Re: building xenomai integrated drivers 2006-08-04 21:27 ` [Xenomai-help] " Bernhard Walle @ 2006-08-05 16:58 ` Jan Kiszka 0 siblings, 0 replies; 8+ messages in thread From: Jan Kiszka @ 2006-08-05 16:58 UTC (permalink / raw) To: xenomai [-- Attachment #1: Type: text/plain, Size: 368 bytes --] Bernhard Walle wrote: > Hello, > > "Kim Chuan Lim" <lim.kim.chuan@domain.hid> [2006-08-04]: >> Instead of using modprobe, what should i do to load the driver? > > Nothing. The driver is already loaded and the initialisation code is > executed on system boot. > And for configuring the 16550A when it's built in see doc/txt/16550A-driver.txt. Jan [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 249 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Xenomai-help] Xenomai & Elinos 2006-08-04 14:15 [Xenomai-help] building xenomai integrated drivers Kim Chuan Lim 2006-08-04 14:24 ` Jan Kiszka @ 2006-08-04 14:27 ` GUARDIOLA-FALCO Sebastien 204282 2006-08-04 14:52 ` Jan Kiszka 1 sibling, 1 reply; 8+ messages in thread From: GUARDIOLA-FALCO Sebastien 204282 @ 2006-08-04 14:27 UTC (permalink / raw) To: xenomai Hello, I believe some people wanted to know which version of Xenomai is currently supported by ElinOS (Sysgo). This is the 2.0.4, patched to a 2.6.15 kernel, but I'm only talking about PowerPC archs (don't know others). What can I expect of this Xenomai version? what has been mostly improved since then? Thanks, Sébastien Guardiola Falco. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-help] Xenomai & Elinos 2006-08-04 14:27 ` [Xenomai-help] Xenomai & Elinos GUARDIOLA-FALCO Sebastien 204282 @ 2006-08-04 14:52 ` Jan Kiszka 2006-08-04 15:31 ` Philippe Gerum 0 siblings, 1 reply; 8+ messages in thread From: Jan Kiszka @ 2006-08-04 14:52 UTC (permalink / raw) To: GUARDIOLA-FALCO Sebastien 204282; +Cc: xenomai [-- Attachment #1: Type: text/plain, Size: 1117 bytes --] GUARDIOLA-FALCO Sebastien 204282 wrote: > Hello, > > I believe some people wanted to know which version of Xenomai is currently supported by ElinOS (Sysgo). > This is the 2.0.4, patched to a 2.6.15 kernel, but I'm only talking about PowerPC archs (don't know others). Thanks for the info. Yeah, I meanwhile read this as well in some publicly available data sheet. Just the precise patch level remained unclear. What did they patched, only I-pipe? What I-pipe version is the patch based on? > What can I expect of this Xenomai version? what has been mostly improved since then? See the ChangeLog of a recent Xenomai version... :) A lot of stuff has improved since then, e.g. the performance enhancements due to pipeline head optimisation or the shared IRQ support. And I bet that a few recent bug fixes are missing in the 2.0 series as well (one may correct me, it's a subjective impression). The same may be true for the I-pipe patch. It would be really a pity if they have patches of common interest for Xenomai/I-pipe, even if only for 2.0.x, and did not posted them yet... Jan [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 250 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-help] Xenomai & Elinos 2006-08-04 14:52 ` Jan Kiszka @ 2006-08-04 15:31 ` Philippe Gerum 0 siblings, 0 replies; 8+ messages in thread From: Philippe Gerum @ 2006-08-04 15:31 UTC (permalink / raw) To: Jan Kiszka; +Cc: xenomai, GUARDIOLA-FALCO Sebastien 204282 On Fri, 2006-08-04 at 16:52 +0200, Jan Kiszka wrote: > GUARDIOLA-FALCO Sebastien 204282 wrote: > > Hello, > > > > I believe some people wanted to know which version of Xenomai is currently supported by ElinOS (Sysgo). > > This is the 2.0.4, patched to a 2.6.15 kernel, but I'm only talking about PowerPC archs (don't know others). > > Thanks for the info. Yeah, I meanwhile read this as well in some > publicly available data sheet. Just the precise patch level remained > unclear. > > What did they patched, only I-pipe? What I-pipe version is the patch > based on? > > > What can I expect of this Xenomai version? what has been mostly improved since then? > > See the ChangeLog of a recent Xenomai version... :) > > A lot of stuff has improved since then, e.g. the performance > enhancements due to pipeline head optimisation or the shared IRQ > support. And I bet that a few recent bug fixes are missing in the 2.0 > series as well (one may correct me, it's a subjective impression). The > same may be true for the I-pipe patch. > 2.0.x is in deep maintenance mode, which means that only real showstoppers are fixed when there is no work-around, and only for subsystems which were complete and not work-in-progress at the time of the initial 2.0 release. IOW, no optimization, no ahead of bug report fixes, no new architecture support, no new interfaces, no documentation update, just plain brown paper-bag bug fixes if any. 2.0.x can use any of the recent I-pipe patches, but won't benefit from the recent optimizations they bring, like wired interrupt support, though. > It would be really a pity if they have patches of common interest for > Xenomai/I-pipe, even if only for 2.0.x, and did not posted them yet... > Jan > > _______________________________________________ > Xenomai-help mailing list > Xenomai-help@domain.hid > https://mail.gna.org/listinfo/xenomai-help -- Philippe. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-08-05 16:58 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-08-04 14:15 [Xenomai-help] building xenomai integrated drivers Kim Chuan Lim 2006-08-04 14:24 ` Jan Kiszka 2006-08-04 20:18 ` Kim Chuan Lim 2006-08-04 21:27 ` [Xenomai-help] " Bernhard Walle 2006-08-05 16:58 ` Jan Kiszka 2006-08-04 14:27 ` [Xenomai-help] Xenomai & Elinos GUARDIOLA-FALCO Sebastien 204282 2006-08-04 14:52 ` Jan Kiszka 2006-08-04 15:31 ` Philippe Gerum
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.