文市の小箱茶室ケーキ小箱-C3100-[概要]\ LX紅茶読書自転車好み他伝言板blog

SL-C3100 概要

A Way OutのSL-C3100 を探検するが詳しいです。


まずはターミナルを入れて

#mount
rootfs on / type rootfs (rw)
/dev/root on / type jffs2 (ro)
/proc on /proc type proc (rw)
/dev/mtdblock3 on /home type jffs2 (rw,noatime)
/dev/ram1 on /dev type minix (rw)
none on /dev/shm type tmpfs (rw)
/dev/hda1 on /hdd1 type ext3 (ro,noatime)
/dev/hda2 on /hdd2 type ext3 (rw,noatime)
/dev/hda3 on /hdd3 type vfat (rw,noatime)
none on /dev/pts type devpts (rw)
/dev/mmcda1 on /usr/mnt.rom/card type vfat (rw,noatime)

#df
Filesystem           1k-blocks      Used Available Use% Mounted on
rootfs                   32768     32768         0 100% /
/dev/root                32768     32768         0 100% /
/dev/mtdblock3           91136     10484     80652  12% /home
/dev/ram1                   44        29        15  66% /dev
none                      1024       124       900  12% /dev/shm
/dev/hda1                 9725      1048      8175  11% /hdd1
/dev/hda2                 9755      1147      8104  12% /hdd2
/dev/hda3              3971808   1540832   2430976  39% /hdd3
/dev/mmcda1             999136    854928    144208  86% /usr/mnt.rom/card

#uname -a
Linux zaurus 2.4.20 #1 Thu, 14 Apr 2005 11:19:41 +0900 armv5tel unknown

#cat /proc/cpuinfo
Processor	: XScale-PXA270 rev 4 (v5l)
BogoMIPS	: 415.33
Features	: swp half thumb fastmult edsp 
CPU implementor	: 0x69
CPU architecture: 5TE
CPU variant	: 0x0
CPU part	: 0x411
CPU revision	: 4
Cache type	: undefined 5
Cache clean	: undefined 5
Cache lockdown	: undefined 5
Cache unified	: harvard
I size		: 32768
I assoc		: 32
I line length	: 32
I sets		: 32
D size		: 32768
D assoc		: 32
D line length	: 32
D sets		: 32

Hardware	: SHARP Borzoi
Revision	: 0000
Serial		: 0000000000000000

#ls -aF /hdd1
./
../
.sys/
lost+found/

#ls -aF /hdd2
./
../
.sys/
lost+found/

#ls -aF /hdd3
./
../
Documents/
dict1/
dict2/

#ls -lait /hdd1/.sys/
   1257 drwxr-xr-x    2 root     root         1024 May 27 02:56 .
      2 drwxr-xr-x    4 root     root         1024 May 27 02:56 ..
   1258 -r--------    1 root     root         2713 May 27 01:33 hdimage2.tgz
   1259 -r--------    1 root     root           85 May 27 01:33 hdlist1.dat

#ls -lait /hdd2/.sys/
   1265 drwxr-xr-x    2 root     root         1024 Dec 31  2005 .
      2 drwxr-xr-x    4 root     root         1024 Dec 31  2005 ..
   1268 -r--------    1 root     root       100156 May 27 01:37 contlist.dat
   1267 -r--------    1 root     root         1427 May 27 01:37 hdlist2.dat
   1266 -r--------    1 root     root         1519 May 27 01:37 hdlist3.dat

#fdisk -l /dev/hda

Disk /dev/hda: 4095 MB, 4095737856 bytes
16 heads, 63 sectors/track, 7936 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1             1        20     10048+  83  Linux
/dev/hda2            21        40     10080   83  Linux
/dev/hda3            41      7936   3979584    c  Win95 FAT32 (LBA)

#ls -lait /lib/modules.rom/2.4.20/kernel/drivers/usb/device/storage_fd/storage_fd.o
   3229 -rw-rw-r--    1 root     root        25853 Apr  5 05:49 /lib/modules.rom/2.4.20/kernel/drivers/usb/device/storage_fd/storage_fd.o

Borzoiはロシアでオオカミ猟用に作出され、走るのが速い、肩高約80cmのイヌの一品種だそうです。
#dmesg
Linux version 2.4.20 (namikosi@mascaras) (gcc version 2.95.2 19991024 (release)) #1 Thu, 14 Apr 2005 11:19:41 +0900
CPU: XScale-PXA270 revision 4
Machine: SHARP Borzoi
Converting old-style param struct to taglist
Ignoring unrecognised tag 0x00000000
Turbo Mode clock : 416.00MHz (*2.0, active)
Run Mode clock   : 208.00MHz
System bus clock : 208.00MHz (1/1)
Memory clock     : 208.00MHz (1/1)
LCD clock        : 104.00MHz (1/2)
Security risk: creating user accessible mapping for 0x08000000 at 0xf1000000
On node 0 totalpages: 16384
zone(0): 16384 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line: console=ttyS0 root=/dev/mtdblock2 mtdparts=sharpsl-nand:7168k@0k(smf),32768k@7168k(root),-(home) jffs2_orphaned_inodes=delete EQUIPMENT=4 LOGOLANG=1 DEFYEAR=2006 LOGO=1 LAUNCH=q
Console: colour dummy device 80x30
Calibrating delay loop... 415.33 BogoMIPS
Memory: 64MB = 64MB total
Memory: 61988KB available (2120K code, 557K data, 112K init)
Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
Inode cache hash table entries: 4096 (order: 3, 32768 bytes)
Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
Buffer-cache hash table entries: 4096 (order: 2, 16384 bytes)
Page-cache hash table entries: 16384 (order: 4, 65536 bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
RCSR = 8
apm: BIOS version 1.2 Flags 0x02 (Driver version 1.14)
FCS : CCCR = 2000210
enable_irq(120) unbalanced from c000c6e0
batok installed
Starting kswapd
Journalled Block Device driver loaded
JFFS2 version 2.1. (C) 2001, 2002 Red Hat, Inc., designed by Axis Communications AB.
Sharp SL-Series PXA fb driver initialized.
reset resolution unkown => 480x640
Console: switching to colour frame buffer device 80x30
fb0: SHARPSL_PXAFB frame buffer device
keyboard initilaized.
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with no serial options enabled
SharpSL serial driver version 5.05c (2001-07-08) with no serial options enabled
ttyS00 at 0xf8100000x (irq = 22) is a 16550A
ttyS01 at 0xf8700000x (irq = 20) is a 16550A, using IRDA
ttyS02 at 0xf8200000x (irq = 21) is a 16550A
rs_init: IRDA H/W initializaion
sharpled_init: done.
spitz remote controller
Cotulla Real Time Clock driver v1.00
Cotulla Touch Screen driver initialized
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
PPP generic driver version 2.4.2
PPP BSD Compression module registered
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
Spitz audio driver initialize
Sharp SL series flash device: 1000000 at 0
Using static partision definition
Creating 1 MTD partitions on "sharpsl-flash":
0x00140000-0x007f0000 : "Filesystem"
NAND device: Manufacture ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MB 3,3V)
Creating 3 MTD partitions on "NAND 128MB 3,3V":
0x00000000-0x00700000 : "smf"
0x00700000-0x02700000 : "root"
0x02700000-0x08000000 : "home"
Linux Kernel Card Services 3.1.31
  options:  [pm]
Intel PXA250/210 PCMCIA (CS release 3.1.31)
pxa_pcmcia_init(0)
pxa_pcmcia_init(1)
orinoco.c 0.11b (David Gibson  and others)
hermes.c: 5 Apr 2002 David Gibson 
orinoco_cs.c 0.11b (David Gibson  and others)
spectrum_cs.c 0.3.4
Backlight Driver Initialized.
mice: PS/2 mouse device common for all mice
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 4096 bind 4096)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com
IrCOMM protocol (Dag Brattli)
cramfs: wrong magic
FAT: bogus logical sector size 480
VFS: Mounted root (jffs2 filesystem) readonly.
Freeing init memory: 112K
Inode #3861 was a directory with children - removing those too...
Trying to free nonexistent resource 
hda: HMS360404D5CF00, ATA DISK drive
ide0 at 0xf7000000-0xf7000007,0xf700000e on irq 136
hda: 7999488 sectors (4096 MB) w/128KiB Cache, CHS=7936/16/63
Partition check:
 hda: hda1 hda2 hda3
ide_cs: hda: Vcc = 3.3, Vpp = 0.0
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,2), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
MSDOS FS: IO charset utf8
pxa_sd_wait_response: card removed (cmd=00)
pxa_sd_wait_response: card removed (cmd=00)
pxa_sd_wait_response: card removed (cmd=00)
pxa_sd_wait_id_response: card removed (cmd=00)
SD Driver Initialized.
sharp_mmcsd 0.30 13 Oct 2004
pxa_sd_wait_response: card removed (cmd=00)
pxa_sd_wait_response: card removed (cmd=00)
pxa_sd_wait_response: card removed (cmd=00)
pxa_sd_wait_id_response: card removed (cmd=00)
set_wakeup_src=ae000019->ae000019[9801a003]
usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0
usbh: monitor_unload: 0 
usbh: monitor_hotplug: agent: usbh interface: monitor action: unload
usbh: monitor_request_irq: 41 71 
usbh: monitor_modinit: finished
usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0
usbh: monitor_unload: 4 
usbdm: usbd_monitor 0.3 035 2002-06-12 20:00
monitor_connected: 1
monitor_load: 
monitor_hotplug: agent: usbd interface: monitor action: load
usbdcore: usbdcore 0.1 035 2002-06-12 20:00 (dbg="")
storage_fd: storage_fd 0.1 035 2002-06-12 20:00 (OUT=64,IN=64)
storage_fd: vendorID: 4dd productID: 9050
pxa27x_bi 0.1-alpha 035 2002-06-12 20:00 (dbg="")
bi_modinit: call udc_startup_events
bi_device_event: call udc_enable
bi_device_event: call udc_all_interrupts
udc_connect: usb-device is not active. 
monitor_modinit: finished

ハードディスクは一区画になっているかなー、と思ったのですけれど。
C700/750/760あたりのぎりぎり感がないですね。なんか、開発してるぞってわくわく感がないなー。
FOMA Zaurusとか出るんならそれでもいいんですけれど、今の日本のキャリア管理下のSHケータイじゃ面白みがないです。


文市の小箱茶室ケーキ小箱-C3100-[概要]/ LX紅茶読書自転車好み他伝言板blog

文市(あやち)=青野宣昭