A A A

Electronicfr.com

Home 12.03.2010

Main Menu

Home
Robotic
Microcontrollers and Ethernet
Microcontrollers and USB
Embedded computing
Submit a circuit

Search

Google
Web
electronicfr


Linux on Fujitsu Stylistic 1200

Written by Administrator, on 27-10-2007 11:18
Views 3804    

The Fujitsu Stylistic 1200 is a pen computer, the ancestor of modern tablet PC. It's an interesting device for hacker or people interrested by embedded computers because it is very cheap (~35Euros - 30 USD on ebay) and there are lots of extention ports available.

The Fujitsu Stylistic 1200 is a pen computer, the ancestor of modern tablet PC. It's an interesting device for hacker or people interrested by embedded computers because it is very cheap (~35Euros - 30 USD on ebay) and there are lots of extention ports available.

 

What is it?


Here is a picture of the computer running debian Sarge and connected to a microcontroler experimentation board (this tablet looks ideal to build a domotic system)

How to install linux

 

There is no CD nor floppy drive, so the best way to install a system is to put the hard drive in a laptop or a PC with a 2.5" -> 3.5" adapter.
Its easy to install a basic debian 3.1 system with the hard drive in a host laptop, and later its possible to complete the installation with apt, with the hard drive in the tablet and connected to network with a PCMCIA adapter.

 
You can find lots of interested informations about linux and freebsd on Stylistic in this page, I will just add some things about the X configuration and the pen.
The pen is an active pen (with a battery) seen with the serial interface /dev/ttyS3. Unfortunatly this serial port is not automatically well configured at boot time. Its necessary to install the setserial package and to run the following command:

 

 setserial /dev/ttyS3 irq 15 port 0xfce8 baud_base 115200 uart 16450 

A simple way is to put the line /dev/ttyS3 irq 15 port 0xfce8 baud_base 115200 uart 16450 in /etc/serial.conf and to run /etc/init.d/setserial at startup.
The XWindow configuration in pretty easy because the active pen is well supported by fpit driver. You can download my configuration file XF86Config-4 for xfree 4, it's probably compatible with xorg.

 

Interesting lines are:

Section "InputDevice"
Identifier "pen"
Option "Device" "/dev/ttyS3"
Driver "fpit"
Option          "CorePointer"
Option "BaudRate" "19200"
Option "MaximumXposition" "6400"
Option "MaximumYposition" "5100"
Option "InvertY"
EndSection
Please note that calibration have been done 'manualy' and maybe can be improved for your tablet.


Keywords : Embedded computing, Linux on Fujitsu Stylistic 1200, linux, tablet PC, microcontroler, domotic
Quote this article in website Print Related articles Save this to del.icio.us

Users' Comments (3) RSS feed comment
Comment language: English (3), French (0)
Posted by daryl, on 08-05-2009 01:34, IP 24.91.180.127
1. curious
I wish to use a stylistic but I need to have the ability to touch the screen to input. I need to disqualify the hardware from my project if it can not shed the pen dependency. Despite my best searches I can not find out if it is possible to utilize the screen without the pen. Each instruction and example on the fpit leaves out this information.
 
» Report this comment to administrator
» Reply to this comment...

Posted by Christian, on 31-05-2009 02:13, IP 84.173.116.99
2. Problem
Hello, 
i have no /dev/ttyS3, just /dev/ttyS0
 
» Report this comment to administrator
» Reply to this comment...

Posted by Kamen Otoko, on 22-06-2009 03:19, IP 62.49.228.26
3. touch without pen is unlikely
I've seen an advert for one of these that says the pen needs a battery, so it's unlikely the touch screen will work without.  
 
Good luck with your project.
 
» Report this comment to administrator
» Reply to this comment...

Add your comment



mXcomment 1.0.5 © 2007-2010 - visualclinic.fr
License Creative Commons - Some rights reserved
 
< Prev
 
TOP