zoukankan      html  css  js  c++  java
  • [OrangePi] Features (the features of Loboris's Images)

    • boot0_sdcard.fex, u-boot.fex and kernel (uImage) created from sources
    • kernel built with many features enabled (btrfs, USB serial adapters, bluetooth, hdmi sound, nfsd ...)
    • CPU runs at 1.53GHz, termal management adjusted so that all 4 cores are active up to 100 °C
    • GPIO, i2c (TWI), SPI enabled
    • Linux fs created from scratch with debootstrap
    • mimimal image can be the base for server or desktop
    • framebuffer console works
    • serial (uart) console works
    • ssh installed, root login ower ssh enabled
    • initial filesystem size less then 500 MB
    • initial RAM usage less then 50 MB
    • some usefull console programs installed (mc, htop, tmux, ...)
    • you can install server componnents (tested apache2, php, firebird, webmin, ...)
    • you can install full desktop, tested LXDE, XFCE and Mate desktop (recommended)
    • scripts to install lxde, xfce or mate desktop included, run (with lubuntu option the script will install Lubuntu core package, so you can get real Lubuntu look):
    1. sudo install_lxde_desktop [lubuntu]
    2. sudo install_mate_desktop
    3. sudo install_xfce_desktop
    Copy the Code
    • script to install x2go server (install only after desktop is installed), run
    1. sudo install_x2goserver
    Copy the Code


    Notes

      • user name orangepi, pass for user and root orangepi
      • to enable wifi connection from command line run: sudo nmcli -a d wifi connect and enter your wifi credentials
      • to always run at full speed install heatsink and fan !
      • How to enable AP mode, see this post.
  • 相关阅读:
    logistics regression
    dir 以及 attrib
    python 爬取有道翻译
    spss 逐步回归
    JQuery传值给.ashx乱码
    字符串转换成json的三种方式
    启动数据库SQL Server Service Broker
    ASP.NET两种缓存方式
    VS安装控件后报错
    sql server中有不是全数字的字符串
  • 原文地址:https://www.cnblogs.com/vanwoos/p/4903568.html
Copyright © 2011-2022 走看看