NipGeihou's blog NipGeihou's blog
  • Java

    • 开发规范
    • 进阶笔记
    • 微服务
    • 快速开始
    • 设计模式
  • 其他

    • Golang
    • Python
    • Drat
  • Redis
  • MongoDB
  • 数据结构与算法
  • 计算机网络
  • 应用

    • Grafana
    • Prometheus
  • 容器与编排

    • KubeSphere
    • Kubernetes
    • Docker Compose
    • Docker
  • 组网

    • TailScale
    • WireGuard
  • 密码生成器
  • 英文单词生成器
🍳烹饪
🧑‍💻关于
  • 分类
  • 标签
  • 归档

NipGeihou

我见青山多妩媚,料青山见我应如是
  • Java

    • 开发规范
    • 进阶笔记
    • 微服务
    • 快速开始
    • 设计模式
  • 其他

    • Golang
    • Python
    • Drat
  • Redis
  • MongoDB
  • 数据结构与算法
  • 计算机网络
  • 应用

    • Grafana
    • Prometheus
  • 容器与编排

    • KubeSphere
    • Kubernetes
    • Docker Compose
    • Docker
  • 组网

    • TailScale
    • WireGuard
  • 密码生成器
  • 英文单词生成器
🍳烹饪
🧑‍💻关于
  • 分类
  • 标签
  • 归档
  • default

    • 骁龙410随身WiFi-Android
    • 骁龙410随身WiFi-Debain
    • 玩客云刷armbian
      • 准备
      • 开始
        • 硬件
        • 软件
        • 修改主机名
        • 同步时间
        • 安装ShellCrash(clash)
    • 基于ESP32 + Air780EPV的短信转发
    • 云游戏主机环境搭建(远程串流)
    • 东菱DL-KF5400改OPV
  • 黑苹果

  • 瞎折腾
  • default
NipGeihou
2024-02-11
目录

玩客云刷armbian

# 准备

  • armbian 固件:Releases · hzyitc/armbian-onecloud (opens new window)
    • Armbian-unofficial_23.11.0-trunk_Onecloud_bookworm_current_6.1.63.burn.img.xz
  • 线刷工具:Download Amlogic USB Burning Tool (Latest Version) - Amlogic Flash Tool (opens new window)
    • Amlogic_USB_Burning_Tool_v2.1.6.8.zip (不能超过这个版本)

# 开始

# 硬件

  • 拆开玩客云,使用公转公 USB 线,插在靠近 hdmi 的 usb 口与电脑相连
  • 使用 7z 解压 xz 压缩包得到 img 文件
  • 打开线刷工具,选择 img 文件,勾选 擦除flash - 擦除所有 (普通擦除就可以?)
  • 短接玩客云主板背面的触点(v1.1),通电,进入工程模式。(图示参考网上资料)
  • 开始线刷

笔记

如果线刷工具识别不到,可以先进入工程模式,在打开线刷工具

# 软件

  • 完成后,重启,接入路由器
  • 通过主路由查看 ip 地址
  • root / 1234

# 修改主机名

hostnamectl set-hostname <newhostname>

# 最好也修改一下/etc/hosts

# 同步时间

date # 发现时间是不准的

timedatectl set-timezone Asia/Shanghai
apt install ntpdate
ntpdate ntp.aliyun.com

# 安装 ShellCrash (clash)

ShellCrash/README_CN.md at dev · juewuy/ShellCrash (opens new window)

sudo -i #切换到root用户,如果需要密码,请输入密码
bash #如已处于bash环境可跳过
export url='https://fastly.jsdelivr.net/gh/juewuy/ShellCrash@master' && wget -q --no-check-certificate -O /tmp/install.sh $url/install.sh  && bash /tmp/install.sh && source /etc/profile &> /dev/null

# crash 按引导操作....

# 路由设备配置局域网透明代理
# 
# 安装面板:更新/卸载 - 安装本地Dashboard面板 - 安装Yacd-Meta魔改面板(约1.5mb)
# 设置本机代理服务:内核功能设置 - 设置本机代理服务(需重启crash)

笔记

ShellCrash 对本地配置似乎不是很友好,可能是我的打开方式不对,最终使用的在线订阅转换。

上次更新: 2024/11/08, 00:21:09
骁龙410随身WiFi-Debain
基于ESP32 + Air780EPV的短信转发

← 骁龙410随身WiFi-Debain 基于ESP32 + Air780EPV的短信转发→

最近更新
01
iSCSI服务搭建
05-10
02
磁盘管理与文件系统
05-02
03
网络测试 - iperf3
05-02
更多文章>
Theme by Vdoing | Copyright © 2018-2025 NipGeihou | 友情链接
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式