Author Topic: SL-C3000 Support?  (Read 7603 times)

ZeeUser

  • Full Member
  • ***
  • Posts: 109
    • View Profile
SL-C3000 Support?
« on: November 11, 2004, 01:20:35 pm »
I will be receiving a C3000 from Conics.net in a few days, and would like to dump the Sharp ROM ASAP. I know that most of these issues will require research and testing on an actual unit, but I want to get an idea now of how difficult the porting process will be. I will, of course, help out in any way I can (non-technical user).

Potential Issues:
-C3000 has 16MB Flash ROM, versus the 64 or 128MB in previous C-series Zauri.  The 4GB Microdrive is designed to take the place of the user memory (storage), but it is not yet known if any of the OS files reside on the HDD.
-C3000 uses the new Intel PXA270
**EDIT: C3000 uses the built-in graphics of the PXA270; previous C-series Zauri used the ATi Imageon 100
-C3000 has USB Host capability - not present on previous C-series Zauri.
« Last Edit: November 16, 2004, 11:58:56 am by ZeeUser »

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
SL-C3000 Support?
« Reply #1 on: November 11, 2004, 01:30:42 pm »
To add a new device to OE, you just need to:

1) wait until the kernel source is released
2) add a dedicated kernel .oe
3) add a couple of machine specific configuration files (see lots of examples) to OE
« Last Edit: November 11, 2004, 01:34:08 pm by Mickeyl »
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

ZeeUser

  • Full Member
  • ***
  • Posts: 109
    • View Profile
SL-C3000 Support?
« Reply #2 on: November 11, 2004, 03:11:12 pm »
Wow, that sounds easy.  I am a Linux noob, though, so I will need someone else to do the porting... unless the Opie team has made stuff very easy, as in "for dummies" style step-by-step guides.

I don't know where to find the source for the C3000 ROM. Maybe it's on the CDs?? I'd imagine that it's not yet available, since the C3000 was just released. What are the requirements for making code available, in order to be compliant with the GPL?

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
SL-C3000 Support?
« Reply #3 on: November 11, 2004, 03:41:39 pm »
GPL requires them to release their patch - which they did in the past. Requesting the source may speed up that process.

Out of curiosity, I'd appreciate you giving me the output of:

dmesg
cat /proc/cpuinfo
lsmod
ls -l /dev
mount
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

ZeeUser

  • Full Member
  • ***
  • Posts: 109
    • View Profile
SL-C3000 Support?
« Reply #4 on: November 11, 2004, 03:58:53 pm »
I would not know who to speak to or how to get in touch with them, considering the language barrier involved. I did send an query to Conics, though, asking about the source. How much time does Sharp have to make the source available?

I will send you the output you requested as soon as I receive my C3000.

Ashitaka

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • http://leiber.free.fr
SL-C3000 Support?
« Reply #5 on: November 12, 2004, 01:41:15 am »
Didn't have time yet to go and buy one, will do that tomorrow, I'll send my impressions as soon as I will have a little toyed with it
Zaurus SL-C760, SL-C860 and SL-6000
Sharp ROM 1.20 JP and pdaXrom RC8
512 MB SD Card, other memory, wireless and ethernet CF cards
www.nautilus6.org/operation/zaurus.html

dhns

  • Hero Member
  • *****
  • Posts: 699
    • View Profile
    • http://www.goldelico.com
SL-C3000 Support?
« Reply #6 on: November 12, 2004, 04:03:21 am »
Quote
Out of curiosity, I'd appreciate you giving me the output of:

dmesg
cat /proc/cpuinfo
lsmod
ls -l /dev
mount
Code: [Select]
df
free

could also help.

As far as I have understood some of the Photos and screen shots on ZUG the ROM version is called 1.45JP. So it seems to be a minor step from 1.4JP of the latest C860 models and the kernel is probably the same.

I would expect that they had to change:
* pcmcia driver to handle second CF slot (for microdrive)
* mount HDD to /home instead of internal Flash

-- hns
SL5500G, C860, C3100, WLAN, RTM8000, Powerbook G4, and others...
http://www.handheld-linux.com
http://www.quantum-step.com

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
SL-C3000 Support?
« Reply #7 on: November 12, 2004, 05:24:26 am »
The kernel is 2.4.20. Now the interesting question is if they also upgraded the machine support for the older models... Considering the experience with Sharp I wouldn't be surprised if they didn't.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

ZeeUser

  • Full Member
  • ***
  • Posts: 109
    • View Profile
SL-C3000 Support?
« Reply #8 on: November 12, 2004, 09:08:24 am »
Where is the source for the other C-series Zauri available for download? Is it somewhere on Sharp Japan or eZaurus.com?
Can anyone recommend a decent Japanese-English web translator? I found a Q&A section for the C3000 here

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
SL-C3000 Support?
« Reply #9 on: November 12, 2004, 10:55:22 am »
All the source code is at http://developer.ezaurus.com
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

ZeeUser

  • Full Member
  • ***
  • Posts: 109
    • View Profile
SL-C3000 Support?
« Reply #10 on: November 12, 2004, 11:16:21 am »
Yeah, it's just as I suspected: the source for the SL-C3000 is not available yet.


Mickeyl: Please check your private messages

ZeeUser

  • Full Member
  • ***
  • Posts: 109
    • View Profile
SL-C3000 Support?
« Reply #11 on: November 13, 2004, 09:31:13 am »
Does anyone know how long it took from the the release of each of the C-series Zauri before Sharp made their respective source code available to the public?

treke

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
    • http://
SL-C3000 Support?
« Reply #12 on: November 13, 2004, 11:42:51 pm »
It varies. In some cases they were fairly quick, but in others they took a couple of weeks.

ZeeUser

  • Full Member
  • ***
  • Posts: 109
    • View Profile
SL-C3000 Support?
« Reply #13 on: November 16, 2004, 11:23:04 am »
Quote
GPL requires them to release their patch - which they did in the past. Requesting the source may speed up that process.

Out of curiosity, I'd appreciate you giving me the output of:

dmesg
cat /proc/cpuinfo
lsmod
ls -l /dev
mount
Mickeyl:
Here you go!
(the output is in the attached file)

ZeeUser

  • Full Member
  • ***
  • Posts: 109
    • View Profile
SL-C3000 Support?
« Reply #14 on: December 07, 2004, 09:17:42 am »
The C3000 source is now available:
link