Debian

First Steps

Debian GNU/Linux 8 chip ttyGS0
chip login: chip
Password: chip
Last login: Thu Jan  1 00:01:27 UTC 1970 on ttyGS0
Linux chip 4.2.0-rc1 #1 SMP Tue Nov 3 07:09:51 UTC 2015 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
chip@chip:~$ su
Password: chip
root@chip:/home/chip# cd
root@chip:~# uname -a
Linux chip 4.2.0-rc1 #1 SMP Wed Oct 21 20:43:17 UTC 2015 armv7l GNU/Linux
root@chip:~# date -s "10/25/2015 18:41:30"
root@chip:~# apt-get update
root@chip:~# apt-get upgrade
root@chip:~# dpkg-reconfigure tzdata # TimeZone
root@chip:~# apt-get install wget htop git
root@chip:~# apt-get install -f
root@chip:~# hwtest

############################################################
# [ CHIP HW TEST ]                                         #
############################################################

# Turn on wlan0...OK
# Turn on wlan1...OK
# Hardware list...OK      
# I2C bus 0...OK
# I2C bus 1...OK
# I2C bus 2...OK
# testing AXP209 on I2C bus 0...OK
# GPIO expander test...OK
# Doing 10s stress test...OK
# Wifi enumeration test...OK
### ALL TESTS PASSED ###

root@chip:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
ubi0:rootfs     3.6G  563M  3.1G  16% /
devtmpfs        245M     0  245M   0% /dev
tmpfs           246M     0  246M   0% /dev/shm
tmpfs           246M  6.6M  239M   3% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           246M     0  246M   0% /sys/fs/cgroup
tmpfs            50M     0   50M   0% /run/user/0
root@chip:~# cat /proc/cpuinfo
processor    : 0
model name    : ARMv7 Processor rev 2 (v7l)
BogoMIPS    : 1001.88
Hardware    : Allwinner sun4i/sun5i Families
root@chip:~# cat /proc/meminfo | head
MemTotal:         501884 kB
MemFree:          129604 kB
MemAvailable:     431712 kB
Buffers:               0 kB
root@chip:~# htop
Mem: 34452K used, 468024K free, 88K shrd, 0K buff, 8148K cached
CPU:   0% usr   0% sys   0% nic  99% idle   0% io   0% irq   0% sirq
Load average: 0.00 0.01 0.05 1/48 179
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
  179   163 root     R     2092   0%   0% top
  120     1 root     S     5944   1%   0% /usr/sbin/connmand -n
  121     1 root     S     5748   1%   0% /usr/sbin/wpa_supplicant -u
  138     1 root     S     4348   1%   0% /usr/sbin/sshd
  162     1 root     S     3676   1%   0% /usr/libexec/bluetooth/bluetoothd
  101     1 dbus     S     2232   0%   0% dbus-daemon --system
  163     1 root     S     2092   0%   0% -sh
  164     1 root     S     1992   0%   0% /sbin/getty -L tty0 115200 vt100
  161     1 root     S     1992   0%   0% /sbin/getty -L ttyS0 115200 vt100
    1     0 root     S     1988   0%   0% init
   83     1 root     S     1988   0%   0% /sbin/syslogd -n
   85     1 root     S     1988   0%   0% /sbin/klogd -n
  156     1 root     S     1408   0%   0% /sbin/rtk_hciattach -n -s 115200 /dev/
   66     2 root     SW       0   0%   0% [kworker/u2:4]
   20     2 root     SW       0   0%   0% [kworker/0:1]
   12     2 root     SW       0   0%   0% [kdevtmpfs]
   70     2 root     SW       0   0%   0% [ubi_bgt0d]
    7     2 root     SW       0   0%   0% [rcu_sched]
   18     2 root     SW<      0   0%   0% [bioset]
   21     2 root     SW       0   0%   0% [kswapd0]

Secure Shell

WiFi

Audio

sunxi-codec as hardware

Testing

Virtual Network Computing

In computing, Virtual Network Computing (VNC) is a graphical desktop sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. It transmits the keyboard and mouse events from one computer to another, relaying the graphical screen updates back in the other direction, over a network. Wikipedia

VNC Server @ CHIP X Desktop

VNC Server @ CHIP Default Desktop

VNC Viewer @ Host

My Stuff

Software Define Radio

Last updated