1.
Debian wheezy for MK802
2.
root@arm:~# uname -a
Linux arm 3.0.42-bv1 #1 PREEMPT Mon Sep 10 08:10:21 CST 2012 armv7l GNU/Linux
3.
root@arm:~# head /var/log/dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Linux version 3.0.42-bv1 (root@mint) (gcc version 4.7.2 20120731 (prerelease) (crosstool-NG linaro-1.13.1-2012.08-20120827 - Linaro GCC 2012.08) ) #1 PREEMPT Mon Sep 10 08:10:21 CST 2012
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: sun4i
[ 0.000000] Total Detected Memory: 512MB with 1 banks
[ 0.000000] 64 MB reserved for MALI
[ 0.000000] Memory Reserved:
[ 0.000000] SYS : 0x43000000 - 0x4300ffff ( 64 kB)
[ 0.000000] VE : 0x44000000 - 0x48ffffff ( 80 MB)
root@arm:~# cat /proc/cpuinfo
Processor : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 1001.88
Features : swp half thumb fastmult vfp edsp neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc08
CPU revision : 2
Hardware : sun4i
Revision : 0000
Serial : 0000000000000000
root@arm:~#
4.
root@arm:~# free -m
total used free shared buffers cached
Mem: 782 210 571 0 22 163
-/+ buffers/cache: 24 757
Swap: 0 0 0
5.
root@arm:~# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 925M 638M 240M 73% /
/dev/root 925M 638M 240M 73% /
devtmpfs 392M 0 392M 0% /dev
tmpfs 79M 220K 79M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 157M 0 157M 0% /run/shm
/dev/mmcblk0p1 16M 4.0M 13M 25% /boot/uboot
6.
root@arm:~# cat /proc/cmdline
console=ttyS0,115200 root=/dev/mmcblk0p2 loglevel=8 panic=10 rootwait mem=928M
root@arm:~#