Seagate DockStar as Asterisk Server
Just bought it for HK$400...
DockStar came with an ARM CPU clocked @1.2GHz with 128M RAM and 256MB Flash, 4 USB2 ports (3 standard and 1 mini for a Seagate FreeAgent USB hard drive), and an RJ45 port (10/100/1000Mbps). The 256MB NAND/Flash drive is divided into two partitions, i.e. 32MB and 224MB. See the output of dmesg below, it should be good enough to host Asterisk in and it's power consumption is only 5W :- [ 0.000000] Linux version 2.6.22.18 (bdietrich@brad-ux) (gcc version 4.2.1) #57 Mon Aug 31 16:31:01 PDT 2009
- [ 0.000000] CPU: ARM926EJ-S [56251311] revision 1 (ARMv5TE), cr=00053177
- [ 0.000000] Machine: Feroceon-KW
- [ 0.000000] Using UBoot passing parameters structure
- [ 0.000000] Memory policy: ECC disabled, Data cache writeback
- [ 0.000000] On node 0 totalpages: 32768
- [ 0.000000] DMA zone: 256 pages used for memmap
- [ 0.000000] DMA zone: 0 pages reserved
- [ 0.000000] DMA zone: 32512 pages, LIFO batch:7
- [ 0.000000] Normal zone: 0 pages used for memmap
- [ 0.000000] CPU0: D VIVT write-back cache
- [ 0.000000] CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
- [ 0.000000] CPU0: D cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
- [ 0.000000] Built 1 zonelists. Total pages: 32512
- [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock2 ro
- [ 0.000000] PID hash table entries: 512 (order: 9, 2048 bytes)
- [ 0.000000] Console: colour dummy device 80x30
- [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
- [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
- [ 0.000000] Memory: 128MB 0MB 0MB 0MB = 128MB total
- [ 0.000000] Memory: 125824KB available (3588K code, 252K data, 120K init)
- [ 0.000000] Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
- [ 0.240000] Mount-cache hash table entries: 512
- [ 0.240000] CPU: Testing write buffer coherency: ok
- [ 0.240000] NET: Registered protocol family 16
- [ 0.240000]
- [ 0.240000] CPU Interface
- [ 0.240000] -------------
- [ 0.240000] SDRAM_CS0 ....base 00000000, size 128MB
- [ 0.240000] SDRAM_CS1 ....disable
- [ 0.240000] SDRAM_CS2 ....disable
- [ 0.240000] SDRAM_CS3 ....disable
- [ 0.240000] PEX0_MEM ....base e8000000, size 128MB
- [ 0.240000] PEX0_IO ....base f2000000, size 1MB
- [ 0.240000] INTER_REGS ....base f1000000, size 1MB
- [ 0.240000] NFLASH_CS ....base fa000000, size 2MB
- [ 0.240000] SPI_CS ....base f4000000, size 16MB
- [ 0.240000] BOOT_ROM_CS ....no such
- [ 0.240000] DEV_BOOTCS ....no such
- [ 0.240000] CRYPT_ENG ....base f0000000, size 2MB
- [ 0.240000]
- [ 0.240000] Marvell Development Board (LSP Version KW_LSP_4.2.7_patch21_with_rx_desc_tuned)-- SHEEVA PLUG Soc: 88F6281 A0 LE
- [ 0.240000]
複製代碼 |