分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]
  在淘宝上350多元,买了个基于ARM平台的超小电脑 cubieboard,配置如下:

  1G ARM cortex-A8 processor, NEON, VFPv3, 256KB L2 cache
  Mali400, OpenGL ES GPU
  512M/1GB DDR3 @480MHz
  HDMI 1080p Output
  10/100M Ethernet
  4GB Nand Flash
  2 USB Host, 1 micro SD slot, 1 SATA, 1 ir
  96 extend pin including I2C, SPI, RGB/LVDS, CSI/TS, FM-IN, ADC, CVBS, VGA, SPDIF-OUT, R-TP..
  Running Android, Ubuntu and other Linux distributions

  点击在新窗口中浏览此图片

  点击在新窗口中浏览此图片

  找了台支持HDMI的显示器,安装了Ubuntu Linaro,然后很方便的安装了SSH Server、VNC Server、Nginx、PHP 5.3、MySQL 5.5:
apt-get install openssh-server
apt-get install vnc-server
apt-get install mysql-server mysql-client
apt-get install nginx
apt-get install php5-fpm
apt-get install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl


  C/C++的开发环境安装:
apt-get install gcc
apt-get install g++
apt-get install cmake
apt-get install make

分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]