Differences
This shows you the differences between the selected revision and the current version of the page.
software:kernel 2008/08/04 03:54 | software:kernel 2017/09/06 18:38 current | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Linux Kernel on the DNS-323 ====== | ====== Linux Kernel on the DNS-323 ====== | ||
- | |||
Line 16: | Line 15: | ||
| LEDs | ''ioctl(egiga0,...)'' | ''/sys/class/leds/...'' | | | LEDs | ''ioctl(egiga0,...)'' | ''/sys/class/leds/...'' | | ||
| Key Buttons | ''ioctl(egiga0,...)'' | ''/dev/input/...'' | | | Key Buttons | ''ioctl(egiga0,...)'' | ''/dev/input/...'' | | ||
+ | |||
===== Mainline Sources ===== | ===== Mainline Sources ===== | ||
As the ''orion.git'' is in the progress of being prepared for merging into Linus' mainline repository, if you want to play with the current source base you'll have to | As the ''orion.git'' is in the progress of being prepared for merging into Linus' mainline repository, if you want to play with the current source base you'll have to | ||
- | checkout the [[http://git.kernel.org/?p=linux/kernel/git/nico/orion.git;a=summary|git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion.git]] repository. | + | checkout the [[http://git.kernel.org/?p=linux/kernel/git/nico/orion.git;a=summary|git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion.git]] repository. Note: the 'for-rmk' branch of this git repository was merged into the Linux 2.6.26 kernel on Fri May 9 23:24:09 2008 +0100. |
And you might want to apply the following [[http://wwwhephy.oeaw.ac.at/u3w/r/riedel/www/dns323/|DNS-323 add-on patches]] not yet merged yet, if you want full support for additional devices found on the DNS-323. | And you might want to apply the following [[http://wwwhephy.oeaw.ac.at/u3w/r/riedel/www/dns323/|DNS-323 add-on patches]] not yet merged yet, if you want full support for additional devices found on the DNS-323. | ||
+ | |||
+ | ===== Problems ===== | ||
+ | |||
+ | |||
+ | There seems to be a cache coherence issue with L2 cache. | ||
+ | |||
+ | http://lists.infradead.org/pipermail/linux-arm-kernel/2009-December/005589.html | ||
+ | |||
+ | http://lists.infradead.org/pipermail/linux-arm-kernel/2009-December/005626.html | ||
+ | |||
====== NetBSD on the DNS-323 ====== | ====== NetBSD on the DNS-323 ====== |