Author Topic: who is working on the Zaurus Kernel?  (Read 139 times)

DiTBho

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
who is working on the Zaurus Kernel?
« on: May 12, 2025, 12:50:37 pm »
hi
is there a mailing list or something to discuss the kernel development? patch? etc
is there still interest?

let me know.
D.

Varti

  • Administrator
  • Hero Member
  • *****
  • Posts: 1279
    • View Profile
Re: who is working on the Zaurus Kernel?
« Reply #1 on: Today at 05:01:18 am »
Hi, the only developer working on the kernel that I'm aware of is greguu. I don't think there's any active mailing list for Zaurus kernel development, OESF is the only place I know with discussions about it. In the #kexecboot IRC channel on Freenode there used to be lots of useful, although unsorted, info about recent kernel development, there's a log of the channel available here:

https://logs.nslu2-linux.org/livelogs/kexecboot/

I'd suggest to wget those logs and to make local searches there. There were also #alarmz and #voidz channels, though no logs of them are available. Plus the historical #zaurus one for older discussions, logs are here:

https://infobot.rikers.org/%23zaurus/

Varti
Planet Gemini PDA WiFi/LTE with Mediatek x27
SL-C1000 running Arch Linux ARM May2017, K30225 Wi-Fi CF Card, 64GB SDXC card
and many other Zauruses!

DiTBho

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: who is working on the Zaurus Kernel?
« Reply #2 on: Today at 08:39:15 am »
thanks!

I am working on a low level bootloader, plus kernel stuff.
Need info, I can't find around.

I will wget and search into logs

DiTBho

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: who is working on the Zaurus Kernel?
« Reply #3 on: Today at 08:42:41 am »
p.s.
wrote a nice tool to automagically get stuff from an internet url, even recursively

Code: [Select]
macmini2-intel irc # echo "https://logs.nslu2-linux.org/livelogs/kexecboot/" > url
macmini2-intel irc # myNET-get-files-from-url url
list_preparing1, getting index.html ... success
preparing /list ... done
downloading [kexecboot_20110601.txt] ... success
downloading [kexecboot_20110602.txt] ... success
downloading [kexecboot_20110603.txt] ... success
downloading [kexecboot_20110604.txt] ... success
downloading [kexecboot_20110605.txt] ... success
downloading [kexecboot_20110606.txt] ... success
downloading [kexecboot_20110607.txt] ... success
downloading [kexecboot_20110608.txt] ... success
downloading [kexecboot_20110609.txt] ... success
downloading [kexecboot_20110610.txt] ... success
downloading [kexecboot_20110611.txt] ... success
downloading [kexecboot_20110612.txt] ... success
downloading [kexecboot_20110613.txt] ... success
downloading [kexecboot_20110614.txt] ... success
downloading [kexecboot_20110615.txt] ... success
downloading [kexecboot_20110616.txt] ... success
downloading [kexecboot_20110617.txt] ... success
downloading [kexecboot_20110618.txt] ... success
downloading [kexecboot_20110619.txt] ... success

I take this opportunity to test it  ;D

DiTBho

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: who is working on the Zaurus Kernel?
« Reply #4 on: Today at 08:51:38 am »
In particular, I'm trying to figure out what problems there are with
  • Flash on Zaurus -> can I erase everything and use the Zaurus Flash (C1K, C3K) for my stuff?
  • Suspend/Resume
  • PowerCharge
  • PowerManagement
  • TouchScreen -> too noisy on a SDL application I wrote to take notes -> should I put a software filter into its kernel module?!?
  • USB, why is it so slow?!? I get ~1Mbyte/sec on a 10/100Mbps USB-NIC ---> it's not USB2, but rather USB1?!?

I also found a Russian forum that was about Gentoo/Zaurus around 2009.
I see patches for kernels 2.6.22 and later.

DiTBho

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: who is working on the Zaurus Kernel?
« Reply #5 on: Today at 10:17:50 am »
I know there is a JTAG interface inside the PXA270 SoC.
I don't know if it is connected to a PDA connector.

Any doc?