欢迎访问我的网站与公众号!点击与扫码即可进入,谢谢关注!

玩客云刚出第三方系统的时候,还很麻烦,什么U盘启动,还要烧录固件到EMMC,找了几个可以直刷固件的,感谢一些大神

1. 玩客云刷armbian6.1内核(什么都不带,什么宝塔等等自行安装)

  1. 打开USB_Burning_Tool_2.1.6.8版本,文件->导入烧录包,选择Armbian_23.05.0-trunk_Onecloud_bullseye_current_6.1.27_minimal.burn.img,选择擦除所有擦除BootLoader
  2. 玩客云双USB插入电脑,1.3版本短接RX字母上方两个节点,用卡针按住reset,再接电源,直到USB_Burning_Tool有hub出现,松开短接,开始
  3. 烧录完成拔掉电源,重启,红灯为正常
  4. 再次重启连接网线,等待几分钟,在路由器后台出现IP
  5. putty或者FinalShell输入IP,登录ssh,账号root,密码1234
  6. 编辑软件源
    nano /etc/apt/sources.list
  7. 删掉出现的几行代码,输入清华源代码
    1
    2
    3
    4
    5
    6
    7
    8
    9
    #清华大学源
    deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
    # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
    deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
    # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
    deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
    # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
    deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
    # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
    按下ctrl+x,再输入Y
  8. 更新系统及软件apt-get update && apt-get upgrade
  9. 自定义开关红灯、蓝灯
    1
    2
    echo 0 > /sys/class/leds/onecloud\:red\:alive/brightness  #(关红灯)
    echo 1 > /sys/class/leds/onecloud\:blue\:alive/brightness #(开蓝灯)
  10. 安装5.9宝塔(最后一个32位版本)
    1
    2
    3
    #安装依赖,都安上,总是报错
    sudo apt-get install python-setuptools
    wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh

2. 玩客云直刷5.68(带宝塔)

  1. 把固件当底包用USB_Burning_Tool_2.1.6.8直接刷

    无需使用U盘,自带宝塔
    重启插电后我刷了显示常亮绿灯。网口只亮一个灯。

  2. 访问
    SSH远程账号:root密码:1234
    宝塔账号:onecloud密码:123456
    宝塔地址为:玩客云ip:8888
    宝塔已经搭建Nginx、linux工具箱、mysql 5.5、php 5.6、phpadmin
    配合内网穿透可直接搭建一个小型服务器

下载链接,密码请在公众号发送玩客云

https://www.123pan.com/s/TqJ8Vv-PWXbv.html