一. x96max+ armbian

写在牵头: 
遇到问题一定要百度!~  
遇到问题一定要百度!~  
遇到问题一定要百度!~
参考文档: https://www.bilibili.com/read/cv5710744
1. 淘宝买的x96max+ 4+64 235$

地址: 点击此处

2. 淘宝买的风扇 9mm 小风量版 ( 觉得买小了~~~ )

地址: 点击此处

一. 物理工具
    U盘/TF 卡一个(最好16G以上) 
    如果使用TF卡, 需读卡器   
    粗牙签一个(折掉尖的那一段)  
    笔记本或台式PC  
    HDMI线一条  
    显示器  
    usb键盘  
二. 软件及固件
    0. SDCardFormatter TF卡清空操作, 会清空所有文件

地址: 点击此处

    1. Win32DiskImager(将img固件写入USB/TF卡工具,注意保存U盘/TF卡上的文件, 会全部格式化)
    注:也可以用 USBImageTool

地址: 点击此处

    2. armbian 固件

地址:点击此处
备用(直达): 点击此处

    3. 修改后的dtb文件
    文件名:meson-sm1-sei610-ethfix.dtb  (由官方论坛 ciprian28 提供)

地址:点击此处
备用: 点击此处

    4. G12 芯片专用U-boot
    文件名:u-boot.sd丨u-boot.usb

地址:点击此处
备用sd: 点击此处
备用usb: 点击此处

三. 步骤
    1. 从官网下载适合的固件, 我下载的为(Armbian_20.02.0-rc1.037_Aml-s9xxx_buster_current_5.5.0-rc6_20200205)
    此固件为debian内核buster版本无桌面版
    2. 将TF卡或U盘插入电脑
    3. 打开 SDCardFormatter -> 选择TF卡或U盘 -> Overwrite format ( 第二项 ) -> write 
    过程半小时左右吧, 耐心等待
    3. 打开 Win32DiskImager , 选中u盘, 选择固件, 点写入
    4. U盘启动盘做好后, 会在电脑上出现一个boot的硬盘, 需要修改里面的文件.
        i:  把之前下载的 meson-sm1-sei610-ethfix.dtb 文件复制到 dtb\amlogic\文件夹中
        ii: 回到boot根目录, 找到uEnv.txt文件, 用记事本打开, 修改FDT=/dtb/amlogic/meson-sm1-sei610-ethfix.dtb  
            删掉其他的芯片的配置.
        iii:复制之前下载的u-boot.usb 文件, 覆盖到boot里的原文件, 然后将u-boot.usb 
            重命名为:u-boot.ext
        以上两步做完后, 弹出U盘, 从电脑上拨下U盘.
    5. 拿起 X96MAX+ , 拔掉电源, 把U盘插入X96MAX+的USB口(测试下来, usb 3.0 或 usb 2.0的口都可以).
    6. 拿出粗牙签, 把牙签捅入AV插口里面, 里面有一个Rest按键.
       用牙签捅进入去, 听到按扭按下去的声音, 不要松手, 保持Rest按键是按下的状态, 
       然后给X96 MAX +盒子通电.看到电视屏幕出现X96的logo,就松开牙签.
    7. 然后等待运行, 出现Arm-64 login 就表示安装成功
    8. 接上USB键盘, 就可以使用了, 用户名:root 密码:1234
    
    注: 以下为已知的问题及一些坑
        i: Armbian官方还没有正式发布支持 X96MAX+ 的DTB文件.
        ii: meson-sm1-sei610-ethfix.dtb  
            这个dtb文件也只是修复了X96MAX+ 的网卡, 且只能让网卡工作在100M的模式下, wifi、蓝牙、声音未正常工作.
        iii: 如果用TF卡直接插到X96MAX+ 的TF卡槽里, Armbian不能正常启动.
        iiii: 一定要使用armbian 官方的G12 专用U-boot, 不然启动后不能正常显示.
四. ssh连接
    1. root登录后, 输入ip addr 或 ifconfig 查看ip地址
    2. 使用xshell登录, 
        地址为: 192.168.1.133 
        用户名: root
        密码:   1234
    3. 更新清华大学 apt 源
        mv /etc/apt/source.list /etc/apt/source.list_bak //备份
        vi /etc/apt/source.list //新建
        i //编辑
        粘贴↓
        deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
        # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
        deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main contrib non-free
        # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main contrib non-free
        deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-backports main contrib non-free
        # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-backports main contrib non-free
        deb https://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main contrib non-free
        # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main contrib non-free
        
        esc //退出编辑
        wq //保存退出

apt源地址:点击此处

    4. apt-get update
        执行完后出现W: 错误是警告, 是正常的
                出现N: 错误需要换源了~~
六. 小技巧

查看温度:

armbian-config 
Software
Monitor