Here is the topic of this new kind of TVBOX !
I'm going to gather all information about this TVBOX :
* The CPU is a RK3188-T @1,4Ghz
* The remote is specific to this model
* The mother board
[FIRMWARE]
* Stock firmware (thank's to ollie26 and gor)
* The Kit-Kat firmware:
* Linux is working on it using this link:
It is working but need some tweaks, I'm working on it .
* The `lsusb` command result (some hardware is missing):
root@yoshi:/tmp# lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB Bus 002 Device 003: ID 0fe6:9700 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter
[BENCH]
Here is the reference "Raspberry Pi OC @700Mhz"
CPU (only 1 core used, it isn't the real performance !):
2x more performant than Raspberry Pi OC @700Mhz
root@yoshi:/home/arfarf# sysbench --test=cpu --cpu-max-prime=20000 run sysbench 0.4.12: multi-threaded system evaluation benchmark Running the test with following options: Number of threads: 1 Doing CPU performance benchmark Threads started! Done. Maximum prime number checked in CPU test: 20000 Test execution summary: total time: 427.3100s total number of events: 10000 total time taken by event execution: 427.3015 per-request statistics: min: 41.37ms avg: 42.73ms max: 77.47ms approx. 95 percentile: 42.82ms Threads fairness: events (avg/stddev): 10000.0000/0.00 execution time (avg/stddev): 427.3015/0.00
8x more performant than Raspberry Pi OC @700Mhz
root@yoshi:/home/arfarf# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run sysbench 0.4.12: multi-threaded system evaluation benchmark Running the test with following options: Number of threads: 4 Doing CPU performance benchmark Threads started! Done. Maximum prime number checked in CPU test: 20000 Test execution summary: total time: 130.6628s total number of events: 10000 total time taken by event execution: 522.5366 per-request statistics: min: 40.41ms avg: 52.25ms max: 106.16ms approx. 95 percentile: 58.64ms Threads fairness: events (avg/stddev): 2500.0000/155.89 execution time (avg/stddev): 130.6341/0.02
Threads:
2x more performant than Raspberry Pi OC @700Mhz
root@yoshi:/home/arfarf# sysbench --num-threads=64 --test=threads --thread-yields=100 --thread-locks=2 run sysbench 0.4.12: multi-threaded system evaluation benchmark Running the test with following options: Number of threads: 64 Doing thread subsystem performance test Thread yields per test: 100 Locks used: 2 Threads started! Done. Test execution summary: total time: 4.5911s total number of events: 10000 total time taken by event execution: 292.6607 per-request statistics: min: 0.18ms avg: 29.27ms max: 300.54ms approx. 95 percentile: 92.02ms Threads fairness: events (avg/stddev): 156.2500/8.82 execution time (avg/stddev): 4.5728/0.00
Memory:
2x more performant than Raspberry Pi OC @700Mhz
root@yoshi:/home/arfarf# sysbench --test=memory run --memory-total-size=2G sysbench 0.4.12: multi-threaded system evaluation benchmark Running the test with following options: Number of threads: 1 Doing memory operations speed test Memory block size: 1K Memory transfer size: 2048M Memory operations type: write Memory scope type: global Threads started! Done. Operations performed: 2097152 (344772.73 ops/sec) 2048.00 MB transferred (336.69 MB/sec) Test execution summary: total time: 6.0827s total number of events: 2097152 total time taken by event execution: 4.7036 per-request statistics: min: 0.00ms avg: 0.00ms max: 0.24ms approx. 95 percentile: 0.00ms Threads fairness: events (avg/stddev): 2097152.0000/0.00 execution time (avg/stddev): 4.7036/0.00
Comment