Sharp Zaurus SL-6000x (Tosa) 2.6 Linux Kernel Development
This page is an addendum to
Dirk's page about the 2.6 Linux
Kernel for the Sharp SL-6000 PDA.
Patches are available here.
Information about the 2.6 Linux Kernel for Sharp PDA's is available here:
Current Status:
Here is the current status of the systems I am working on:
| System | Status | Comment |
| USB Host | | Done, but lacks PM and see known bugs. usb-storage uses 3% CPU @ 900kB/s. |
| Internal WiFi | | Done. Works out of the box. |
Known Issues/Bugs:
- USB periodic transfers are guaranteed bandwidth, but not dma memory. Expect them to not work correctly.
- Because of the above, during heavy USB bus load, the internal wireless dies with "error fetching commsqual". Workaround: "echo 32 > /sys/block/sda/device/max_sectors". This decreases throughput to 670kB/s @ 3% CPU.