wiki:Device/V3plus/SoftwareOutput

After running the following script on the V3+ (saved as info.exe.fb2):

#!/bin/sh

file=$0.output

# clear file
echo -n "" > $file

echo -e "uname -a\n" >> $file
uname -a >> $file
echo -e "\n\nmeminfo\n" >> $file
cat /proc/meminfo >> $file
echo -e "\n\ncpuinfo\n" >> $file
cat /proc/cpuinfo >> $file
echo -e "\n\ndmesg\n" >> $file
dmesg >> $file
echo -e "\n\ncat /proc/board-version\n" >> $file
cat /proc/board-version >> $file
echo -e "\n\nls -laR /sys/devices/platform/s3c2410-epaper\n" >> $file
ls -laR /sys/devices/platform/s3c2410-epaper >> $file

The output is:

uname -a

Linux (none) 2.6.21.5-cfs-v19 #1132 Fri Jun 18 15:30:53 CST 2010 armv5tejl unknown


meminfo

MemTotal:        62648 kB
MemFree:         21824 kB
Buffers:          9348 kB
Cached:          17272 kB
SwapCached:          0 kB
Active:          17192 kB
Inactive:        17608 kB
SwapTotal:           0 kB
SwapFree:            0 kB
Dirty:              24 kB
Writeback:           0 kB
AnonPages:        8212 kB
Mapped:           3924 kB
Slab:             3344 kB
SReclaimable:     2216 kB
SUnreclaim:       1128 kB
PageTables:        228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:     31324 kB
Committed_AS:    13972 kB
VmallocTotal:   450560 kB
VmallocUsed:      4012 kB
VmallocChunk:   444412 kB


cpuinfo

Processor	: ARM926EJ-S rev 5 (v5l)
BogoMIPS	: 199.47
Features	: swp half fastmult edsp java 
CPU implementer	: 0x41
CPU architecture: 5TEJ
CPU variant	: 0x0
CPU part	: 0x926
CPU revision	: 5
Cache type	: write-back
Cache clean	: cp15 c7 ops
Cache lockdown	: format C
Cache format	: Harvard
I size		: 16384
I assoc		: 4
I line length	: 32
I sets		: 128
D size		: 16384
D assoc		: 4
D line length	: 32
D sets		: 128

Hardware	: SMDK2416
Revision	: 0000
Serial		: 0000000000000000


dmesg

Linux version 2.6.21.5-cfs-v19 (maoyk@celling) (gcc version 4.0.0) #1132 Fri Jun 18 15:30:53 CST 2010
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
Machine: SMDK2416
Ignoring unrecognised tag 0x00000000
Memory policy: ECC disabled, Data cache writeback
On node 0 totalpages: 16384
  DMA zone: 128 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 16256 pages, LIFO batch:3
  Normal zone: 0 pages used for memmap
CPU S3C2416 (id 0x32450003)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C2416: mpll on 800.000 MHz, cpu 400.000 MHz, mem 133.333 MHz, pclk 66.666 MHz
clock epllref: parent mpllref
clock i2s-if: parent epllref
clock esysclk: parent epll
clock msysclk: parent mpll
S3C2416: epll on 192.000 MHz, usb-bus 48.000 MHz
CPU0: D VIVT write-back cache
CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
CPU0: D cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
Built 1 zonelists.  Total pages: 16256
Kernel command line: noinitrd root=/dev/mtdblock2 rootfstype=cramfs init=/linuxrc console=ttySAC0 mem=64M
irq: clearing subpending status 00000402
irq: clearing subpending status 00000002
PID hash table entries: 256 (order: 8, 1024 bytes)
timer tcon=00500000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
Console: colour dummy device 80x30
selected clock c0224ed8 (pclk) quot 35, calc 115740
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 64MB = 64MB total
Memory: 62488KB available (1968K code, 314K data, 96K init)
Calibrating delay loop... 199.47 BogoMIPS (lpj=498688)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
S3C2410 Power Management, (c) 2004 Simtec Electronics
S3C2416: Initialising architecture
S3C2416: IRQ Support
S3C24XX DMA Driver, (c) 2003-2004,2006 Simtec Electronics
DMA channel 0 at c4800000, irq 88
DMA channel 1 at c4800100, irq 89
DMA channel 2 at c4800200, irq 90
DMA channel 3 at c4800300, irq 91
DMA channel 4 at c4800400, irq 92
DMA channel 5 at c4800500, irq 93
DMA channel 6 at c4800600, irq 99
DMA channel 7 at c4800700, irq 100
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
NetWinder Floating Point Emulator V0.97 (double precision)
JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc.
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics
Founded postion :[11] 
Founded postion :[11] 
s3c2440-uart.0: s3c2410_serial0 at MMIO 0x50000000 (irq = 70) is a S3C2440
s3c2440-uart.1: s3c2410_serial1 at MMIO 0x50004000 (irq = 73) is a S3C2440
s3c2440-uart.2: s3c2410_serial2 at MMIO 0x50008000 (irq = 76) is a S3C2440
loop: loaded (max 8 devices)
wake enabled for irq 50
wake enabled for irq 16
wake enabled for irq 17
wake enabled for irq 18
wake enabled for irq 51
Broadsheet Detect
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
s3c2410 NOR-Flash Driver, (c) 2004 Simtec Electronics
JEDEC: Found no s3c2410-nor device at location zero
s3c2410-nor: Found 1 x16 devices at 0x0 in 16-bit bank
 Amd/Fujitsu Extended Query Table at 0x0040
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Creating 1 MTD partitions on "s3c2410-nor":
0x00000000-0x00200000 : "Boot loader"
S3C NAND Driver, (c) 2007 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xdc (Samsung NAND 512MiB 3,3V 8-bit)
Bad block table found at page 262080, version 0x01
Bad block table found at page 262016, version 0x01
Scanning device for bad blocks
Bad eraseblock 1530 at 0x0bf40000
Bad eraseblock 1798 at 0x0e0c0000
Add translation of block 0x5fa to block 0x0
Add translation of block 0x706 to block 0x1
Bad block table written to 0x1ffe0000, version 0x01
Bad block table written to 0x1ffc0000, version 0x01
Creating 6 MTD partitions on "NAND 512MiB 3,3V 8-bit":
0x00200000-0x00400000 : "KERNEL"
0x00400000-0x00a00000 : "BASEFS"
0x00a00000-0x07d00000 : "ROOTFS"
0x07d00000-0x07e00000 : "LOGO"
Temperature is error (255)!
0x07e00000-0x08000000 : "USERDATA"
0x08000000-0x1f000000 : "STORAGE"
Loaded s3c-udc version Jun 18 2010
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
res->start : 57005000 res->end : 0<6>s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c24xx-i2c-bit: probe of s3c24xx-i2c-bit.0 failed with error -1
wake enabled for irq 48
[s3c_hsmmc_probe]: s3c-hsmmc.0: at 0xc48e0000 with irq 37. clk src: hsmmc
[s3c_hsmmc_probe]: s3c-hsmmc.1: at 0xc48e4000 with irq 36. clk src: hsmmc
Registered led device: mmc-green-led-data
Registered led device: mmc-red-led-data
Registered led device: nand-green-led-data
Registered led device: nand-red-led-data
Registered led device: charge-green-led-da
Registered led device: charge-red-led-data
Registered led device: lcd-green-led-data
Registered led device: lcd-red-led-data
Registered led device: keyb-green-led
Registered led device: keyb-red-led
Advanced Linux Sound Architecture Driver Version 1.0.14rc3 (Wed Mar 14 07:25:50 2007 UTC).
smdk_audio_matchdev: dev=c0218754
ALSA device list:
  #0: S3C2410 TLV320
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
s3c2410-rtc s3c2410-rtc: setting the system clock to 2010-10-21 14:18:03 (1287670683)
VFS: Mounted root (cramfs filesystem) readonly.
Freeing init memory: 96K
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
Temperature is error (255)!
selected clock c0224ed8 (pclk) quot 35, calc 115740
Temperature is error (255)!
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
Temperature is error (255)!
g_file_storage gadget: File-backed Storage Gadget, version: 28 November 2005
g_file_storage gadget: Number of LUNs=2
Registered S3C gadget driver 'g_file_storage'
g_file_storage gadget: high speed config #1
Unregistered S3C gadget driver 'g_file_storage'
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
Stopping tasks ... done.
Suspending console(s)
suspending dma channel 0
suspending dma channel 1
suspending dma channel 2
suspending dma channel 3
suspending dma channel 4
suspending dma channel 5
suspending dma channel 6
suspending dma channel 7
timer tcon=00000000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
s3c2410-wdt: watchdog disabled
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
Restarting tasks ... done.
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
Temperature is error (255)!
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
Stopping tasks ... done.
Suspending console(s)
suspending dma channel 0
suspending dma channel 1
suspending dma channel 2
suspending dma channel 3
suspending dma channel 4
suspending dma channel 5
suspending dma channel 6
suspending dma channel 7
timer tcon=00000000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
s3c2410-wdt: watchdog disabled
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
Restarting tasks ... done.
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
Stopping tasks ... done.
Suspending console(s)
suspending dma channel 0
suspending dma channel 1
suspending dma channel 2
suspending dma channel 3
suspending dma channel 4
suspending dma channel 5
suspending dma channel 6
suspending dma channel 7
timer tcon=00000000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
s3c2410-wdt: watchdog disabled
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
Restarting tasks ... done.
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
Stopping tasks ... done.
Suspending console(s)
suspending dma channel 0
suspending dma channel 1
suspending dma channel 2
suspending dma channel 3
suspending dma channel 4
suspending dma channel 5
suspending dma channel 6
suspending dma channel 7
timer tcon=00000000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
s3c2410-wdt: watchdog disabled
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
Restarting tasks ... done.
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
Temperature is error (255)!
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
Stopping tasks ... done.
Suspending console(s)
suspending dma channel 0
suspending dma channel 1
suspending dma channel 2
suspending dma channel 3
suspending dma channel 4
suspending dma channel 5
suspending dma channel 6
suspending dma channel 7
timer tcon=00000000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
s3c2410-wdt: watchdog disabled
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
Restarting tasks ... done.
wake disabled for irq 46
Temperature is error (255)!
g_file_storage gadget: File-backed Storage Gadget, version: 28 November 2005
g_file_storage gadget: Number of LUNs=2
Registered S3C gadget driver 'g_file_storage'
Temperature is error (255)!
g_file_storage gadget: high speed config #1
Unregistered S3C gadget driver 'g_file_storage'
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
Stopping tasks ... done.
Suspending console(s)
suspending dma channel 0
suspending dma channel 1
suspending dma channel 2
suspending dma channel 3
suspending dma channel 4
suspending dma channel 5
suspending dma channel 6
suspending dma channel 7
timer tcon=00000000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
s3c2410-wdt: watchdog disabled
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
Restarting tasks ... done.
wake disabled for irq 46
Temperature is error (255)!
g_file_storage gadget: File-backed Storage Gadget, version: 28 November 2005
g_file_storage gadget: Number of LUNs=2
Registered S3C gadget driver 'g_file_storage'
Temperature is error (255)!
g_file_storage gadget: high speed config #1
Unregistered S3C gadget driver 'g_file_storage'
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
Temperature is error (255)!
wake enabled for irq 46
Stopping tasks ... done.
Suspending console(s)
suspending dma channel 0
suspending dma channel 1
suspending dma channel 2
suspending dma channel 3
suspending dma channel 4
suspending dma channel 5
suspending dma channel 6
suspending dma channel 7
timer tcon=00000000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
s3c2410-wdt: watchdog disabled
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
Restarting tasks ... done.
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
Temperature is error (255)!
Temperature is error (255)!
wake enabled for irq 46
wake disabled for irq 46
wake enabled for irq 46
Stopping tasks ... done.
Suspending console(s)
suspending dma channel 0
suspending dma channel 1
suspending dma channel 2
suspending dma channel 3
suspending dma channel 4
suspending dma channel 5
suspending dma channel 6
suspending dma channel 7
timer tcon=00000000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
s3c2410-wdt: watchdog disabled
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
Restarting tasks ... done.
wake disabled for irq 46
Temperature is error (255)!
g_file_storage gadget: File-backed Storage Gadget, version: 28 November 2005
g_file_storage gadget: Number of LUNs=2
Registered S3C gadget driver 'g_file_storage'
Temperature is error (255)!
g_file_storage gadget: high speed config #1
Unregistered S3C gadget driver 'g_file_storage'
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
Temperature is error (255)!
wake enabled for irq 46
Stopping tasks ... done.
Suspending console(s)
suspending dma channel 0
suspending dma channel 1
suspending dma channel 2
suspending dma channel 3
suspending dma channel 4
suspending dma channel 5
suspending dma channel 6
suspending dma channel 7
timer tcon=00000000, tcnt 28af, tcfg 00000f00,00000000, usec 00007ae2
selected clock c0224ed8 (pclk) quot 35, calc 115740
selected clock c0224ed8 (pclk) quot 35, calc 115740
s3c2410-wdt: watchdog disabled
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
Restarting tasks ... done.
wake disabled for irq 46
wake enabled for irq 46
wake disabled for irq 46
Temperature is error (255)!


cat /proc/board-version

Mainboard Version	: 0


ls -laR /sys/devices/platform/s3c2410-epaper

/sys/devices/platform/s3c2410-epaper:
drwxr-xr-x    3 root     root            0 Oct 21 14:23 .
drwxr-xr-x   44 root     root            0 Oct 21 14:23 ..
-r--r--r--    1 root     root         4096 Oct 21 14:23 broadsheet_busy
--w--w--w-    1 root     root         4096 Oct 21 14:23 broadsheet_deferred_time
lrwxrwxrwx    1 root     root            0 Oct 21 14:23 bus -> ../../../bus/platform
lrwxrwxrwx    1 root     root            0 Oct 21 14:23 driver -> ../../../bus/platform/drivers/s3c2410-epaper
lrwxrwxrwx    1 root     root            0 Oct 21 14:23 misc:lcd_device -> ../../../class/misc/lcd_device
-r--r--r--    1 root     root         4096 Oct 21 14:23 modalias
drwxr-xr-x    2 root     root            0 Oct 21 14:23 power
lrwxrwxrwx    1 root     root            0 Oct 21 14:23 subsystem -> ../../../bus/platform
--w-------    1 root     root         4096 Oct 21 14:23 uevent

/sys/devices/platform/s3c2410-epaper/power:
drwxr-xr-x    2 root     root            0 Oct 21 14:23 .
drwxr-xr-x    3 root     root            0 Oct 21 14:23 ..
-rw-r--r--    1 root     root         4096 Oct 21 14:23 wakeup