• 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.

最新文章

  1. [Unity3D]Unity资料大全免费分享
  2. Nth to Last Node in List
  3. AndroidApplication Fundamentals(Android应用基础)
  4. ti processor sdk linux am335x evm /bin/unshallow-repositories.sh hacking
  5. 详说C#中的结构struct
  6. Git学习之路(5)- 同步到远程仓库及多人协作问题
  7. 部署:持续集成(CI)与持续交付(CD)——《微服务设计》读书笔记
  8. Transaction rolled back because it has been marked as rollback-only
  9. MySQL设计SQL语句优化规范
  10. asp.net mvc + dapper(ORM框架) + easyui框架简洁的信息管理项目
  11. JAVA记录-String/StringBuilder/StringBuffer区别
  12. re模块与subprocess模块介绍
  13. HttpClient(4.5.x)正确的使用姿势
  14. 实例学习SSIS(一)
  15. contOS 网络配置
  16. ASP.Net GridView 基础
  17. LeetCode——Longest Word in Dictionary through Deleting
  18. CWM是什么?
  19. Maven依赖war开发,找不到war里头的class解决方案
  20. mac phpstorm 破解方法

热门文章

  1. Object C语法学习
  2. Dynamics AX Bitmap to Image File
  3. 第二条 一个类如果有多个参数,考虑用Builder构造者模式
  4. Interview Question
  5. Oracle利用external table 查看trace文件
  6. Android Service和Thread的关系
  7. Android SnapHelper
  8. 执行sql失败之后,再次执行的时候提示:ora-02429:无法删除用于强制唯一/主键的索引
  9. mac电脑忘记账户名密码解决方法
  10. Java学习——对象和类