日常标题
仅笔记使用
一、降级
下载小工具:https://www.right.com.cn/forum/thread-338759-1-1.html
N1打开ADB链接开始降级。
降级后版本号不变
二、第三方固件
依然是上面的链接(官改v2.2)USB双头线链接HDMI借口最近的USB和电脑的USB进入线刷模式(电视不会显示任何东西,但是电脑会显示设备已连接)。
打开上面的刷机工具刷入官改v2.2。理论刷完后重启即可进入安卓系统。
建议:管理——》设备管理器——》操作——》添加过时硬件——》libusb-win32 USB devices
三、刷入Armbian
1、下载包包:https://yadi.sk/d/pHxaRAs-tZiei
2、建议:https://yadi.sk/d/pHxaRAs-tZiei/5.73/S905
3、使用工具烧录到 U盘(建议读卡器+SD卡,有的U盘不行)。
4、这是新版本系统所以需要下载一个DTB(meson-gxl-s905d-phicomm-n1.dtb):https://github.com/yangxuan8282/phicomm-n1/releases
5、复制这个DTB到BOOT目录里。然后修改uEnv.ini和extlinux/extlinux.conf里的DTB为meson-gxl-s905d-phicomm-n1.dtb
然后不要插U盘
6、进入线刷模式:
pacman -S android-tools adb connect IP adb shell reboot update
7、进入线刷模式瞬间插U盘。
Or:
关机插入U盘冷启动理论也可以进入U盘里的系统。
8、进入Shell(若是无法进入Shell且确认你的步骤没有问题那就是U盘的问题)
用户名root密码1234
9、刷入EMMC
/boot/create-mbr-linux.sh /root/install.sh
10、拔掉U盘 重启,进入EMMC
11、换源:
vim /etc/apt/sources.list
#deb http://httpredir.debian.org/debian stretch main contrib non-free #deb-src http://httpredir.debian.org/debian stretch main contrib non-free #deb http://httpredir.debian.org/debian stretch-updates main contrib non-free #deb-src http://httpredir.debian.org/debian stretch-updates main contrib non-free #deb http://httpredir.debian.org/debian stretch-backports main contrib non-free #deb-src http://httpredir.debian.org/debian stretch-backports main contrib non-free #deb http://security.debian.org/ stretch/updates main contrib non-free #deb-src http://security.debian.org/ stretch/updates main contrib non-free # add test repo #deb http://ftp.de.debian.org/debian testing main contrib non-free deb [ arch=arm64,armhf ] https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib non-free #deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib non-free deb [ arch=arm64,armhf ] https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main contrib non-free #deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main contrib non-free deb [ arch=arm64,armhf ] https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-backports main contrib non-free #deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-backports main contrib non-free deb [ arch=arm64,armhf ] https://mirrors.tuna.tsinghua.edu.cn/debian-security/ stretch/updates main contrib non-free #deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security/ stretch/updates main contrib non-free #deb [ arch=arm64,armhf ] https://mirrors.tuna.tsinghua.edu.cn/debian/ sid main contrib non-free
安装OpenMediaVault
新版本Armbian可以直接armbian-config安装
armbian-config
Software→Softy
参考太多不写连接了
文章评论
出视频教程了,记得邮箱联系提醒一下