玩客云刷机记录

系统刷机

玩客云刷机参考教程

  • 固件软件打包下载 https://cloud.189.cn/t/6ryUv2aYBvam (访问码:a8ez)
  • 根据教程, 对玩客云拆机,自己使用一段短的电线来实现主板上的两个接触点进行短路
  • 对刷机软件有要求,我自己在Mac上的刷机软件就无法识别硬件,使用自己十几年前的XP 系统上的刷机软件,成功识别硬件
  • 加载系统Img 文件,使用默认选项进行刷机
  • 通过 arp -a 保存当前识别的IP, 开启启动刷机后的玩客云,找出开机通电后的玩客云IP, 通过 root / 1234 连接, 修改root 密码后,可以正常使用该系统

硬件数据对比

对比一下玩客云和N1两个设备的硬件,以下内容为网上找到的资料,对比看上去,玩客云比N1 确实差了一大截。因为他们采用的都是晶晨的cpu,所以顺便查询了以下相关信息。

  • 目前市面上的电视盒子,小的设备,很多都是采用晶晨的cpu,需求量非常大,但是晶晨应该也没有赚到盆满钵满,我在网上看到一个S905芯片的报价才 2.7元, 可怜~~
  • 我的玩客云是老款,芯片采用 s805 有可能不是因为省钱,而是因为 CPU min freq 只有 24MHz,更省电把,我猜的~~

玩客云cpu采用的是晶晨的s805,这是一款电视盒子上普遍采用的cpu,采用的是ARM Cortex-A5四核架构,单核主频标称1.5GHz,GPU是四核ARM Mali450,加入了对于1080P H.265视频的硬件支持,这也是玩客云带有换HDMI接口的主要原因吧,这个cpu的最大优点就是功耗低,发热量小。内存采用的是海力士,512*2共1GDDR3内存。闪存是三星的8g。网口芯片采用的是螃蟹的rtl6211f千兆网口。

root@OneCloud:~# lscpu
Architecture:          armv7l
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             1
Model:                 1
CPU max MHz:           1536.0000
CPU min MHz:           24.0000
BogoMIPS:              1.02
Flags:                 swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4
root@OneCloud:~# free -m
              total        used        free      shared  buff/cache   available
Mem:            792          46         604           6         141         729
Swap:             0           0           0
root@OneCloud:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            395M     0  395M   0% /dev
tmpfs            80M  6.4M   73M   9% /run
/dev/system     6.7G  724M  5.9G  11% /
tmpfs           397M     0  397M   0% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           397M     0  397M   0% /sys/fs/cgroup
tmpfs           397M  4.0K  397M   1% /tmp
/dev/boot        32M   15M   18M  46% /boot
/dev/zram0       49M  960K   44M   3% /var/log
tmpfs            80M     0   80M   0% /run/user/0

斐讯N1内存芯片RAM:K4B4G1646E ,4Gb DDR3-1866MHz,内存容量512MB;前后一共有4颗,总内存2GB。
闪存芯片ROM:KLM8G1GEME,8GB eMMC。
CPU型号:Amlogic S905,ARM Cortex-A53,四核 2GHz,GPU是ARM Mali™-450,支持4K@60fps硬件解码,HDMI 2.0。
网卡芯片:RTL8211F,千兆速率。
WIFI芯片:屏蔽罩是焊死的,所以不清楚。哈哈,只知道是双频 1x1mimo用支持5G ac,2.4G连接速率65Mbps,5G连接速率390Mbps。为什么不是72m和433m,因为No SGI。

[root@phicomm-n1:~]# lscpu
Architecture:        aarch64
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
Vendor ID:           ARM
Model:               4
Model name:          Cortex-A53
Stepping:            r0p4
CPU max MHz:         1512.0000
CPU min MHz:         100.0000
BogoMIPS:            48.00
Flags:               fp asimd evtstrm aes pmull sha1 sha2 crc32
[root@phicomm-n1:~]# free -m
             total       used       free     shared    buffers     cached
Mem:          1988       1885        102         26          9       1107
-/+ buffers/cache:        767       1220
Swap:            0          0          0
[root@phicomm-n1:~]# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/system               1.2G    725.0M    486.9M  60% /
devtmpfs                736.0M         0    736.0M   0% /dev
/dev/data                 5.0G      3.5G      1.5G  69% /var
tmpfs                   994.1M         0    994.1M   0% /dev/shm
tmpfs                   994.1M     26.8M    967.3M   3% /tmp
tmpfs                   994.1M    168.0K    994.0M   0% /run
tmpfs                   994.1M         0    994.1M   0% /media
cgroup                  994.1M         0    994.1M   0% /sys/fs/cgroup
  • 网上有人说该固件默认使用的DNS 是 1.1.1.1 在域名解析的时候可能会有问题。修改 vim /etc/resolv.conf 文件,改DNS 为 114.114.114.114
  • 修改 Soft 源

vim /etc/apt/sources.list

deb https://mirrors.ustc.edu.cn/debian buster main contrib non-free
deb https://mirrors.ustc.edu.cn/debian buster-updates main contrib non-free
deb https://mirrors.ustc.edu.cn/debian buster-backports main contrib non-free
deb https://mirrors.ustc.edu.cn/debian-security/ buster/updates main contribnon-free

更新源: apt-get update , 如果在更新的过程中,发现错误 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY DCC9EFBF77E11517 Err:3 https://mirrors.ustc.edu.cn/debian buster-updates InRelease, 可以通过执行 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 112695A0E562B32A 解决

安装Docker:

curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh --mirror Aliyun

Debian 学习笔记

  1. Debian 和 Ubuntu 关系

Ubuntu的重点在于提高易用性,并且坚持定时发布新版本,即每隔六个月发布一个新版本。这确保了用户不再使用过时的软件。其发布计划一般是紧随桌面环境GNOME项目,Ubuntu一般是在新版GNOME推出新版一个月后也推出新版。
Ubuntu不是Debian的一次性分支。这两个Linux版本依然紧密联系,大量的Ubuntu软件包依然直接来自于上游的Debian。在每个Ubuntu版本开发初期,新的更新软件包自动从Debian不稳定版本直接导入到Ubuntu中。导入完毕后,这些软件包在Ubuntu中被进行充分的测试和完善,以确保在正式版推出后具有高度的可靠性和健壮性。
从与Debian的关系来看,你可以把Ubuntu看做一系列Debian不稳定版的快照,不过它已经被进行了完善,而且提高了易用性。Ubuntu开发者所做的工作是,在Debian的基础上简化软件安装过程,使其更易于被桌面计算机所使用。

  1. Debian 软件源

参考资料: https://segmentfault.com/a/1190000022371232

通过 /etc/apt/sources.list 文件可以配置系统的软件源, 然后通过 apt update 更新软件仓库

root@OneCloud:/etc/apt# cat /etc/apt/sources.list
deb https://mirrors.ustc.edu.cn/debian buster main contrib non-free

deb https://mirrors.ustc.edu.cn/debian buster-updates main contrib non-free

deb https://mirrors.ustc.edu.cn/debian buster-backports main contrib non-free

deb https://mirrors.ustc.edu.cn/debian-security/ buster/updates main contribnon-free


deb [arch=amd64] https://mirrors.ustc.edu.cn/docker-ce/linux/debian stretch stable
# deb-src [arch=amd64] https://mirrors.ustc.edu.cn/docker-ce/linux/debian stretch stable
  1. apt 和 apt-get

可以先简单理解为 apt 是比 apt-get 更新的替代软件

apt install : 安装软件包
apt remove : 卸载软件包
apt sesarch : 搜索软件包
apt download : 下载软件
dpkg -x download.deb xx : 解压 download.deb 软件包到 xx 目录

当我们不知道软件包的名字时,也可以根据软件包中的文件名,到Debian 官网进行搜索, https://www.debian.org/distrib/packages

  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值