X96max+ 4 32G电视盒子刷CoreELEC用Docker+portainer(可选)装Openwrt旁路由过程

资讯 2024-07-10 阅读:61 评论:0
一、? 准备工具1、X96MAX+ 4 32G电视盒子 2、16G以上u盘或TF卡 3、网线、hdmi线、显示器、鼠标、电脑 4、双头usb线(救砖用)二、 准备软件 1、CoreELEC镜像文件,官网地址:https://coreelec...
美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

一、? 准备工具

1、X96MAX+ 4 32G电视盒子

2、16G以上u盘或TF卡

3、网线、hdmi线、显示器、鼠标、电脑

4、双头usb线(救砖用)

二、 准备软件
1、CoreELEC镜像文件,官网地址:https://coreelec.org/

我用的是下面这个版本

coreelec官网下载
选左边New


2、Win32DiskImager(写镜像工具)

2. Win32 DiskImager

3、FinalShell(SSH链接工具)

4、USB_Burning_Tool(晶晨线刷工具)

三、 刷入coreelec

1、将U盘或TF卡插入电脑,删除所有分区并格式化FAT32。

2、用Win32DiskImager工具写入镜像文件,注意不要选错盘符

下载后的文件后缀是”.gz”,需要将里面的内容解压缩出来,看到后缀名是”.img”才能进行写入操作

3、刷完后会提示格式化,这里选择取消

Three. When you're done, it'll be formatted. Here you're going to cancel.

4、打开电脑会有一个叫coreelec的U盘

If you open the computer, you'll have a flash drive called coreleec.

5、打开U盘,从device_trees文件夹里面找到对应的文件复制到根目录,并改名为

5. Open the drive and find the corresponding file copying to the root directory from the device_trees folder and rename it

复制到根目录
改名dtb.img

6、电视盒子先别插电源,把U盘或者TF卡插入电视盒子,找个牙签按住复位键,再插入电源,看到这个界面就可以松掉复位键。

6. The television box does not plug in the power supply, inserts a flash drive or a TF card into the television box, finds a toothpick to hold on to the reposition key, then inserts the power, and if you see this interface, you can unplug the reset key.

7、链接网线进入coreelec系统,此时遥控器不好用,链接一个鼠标操作

7. Link network access to the coreolec system, when remote control is not working, linked to a mouse operation

记住这个IP后面要用!

配置中文界面:

Configure Chinese interface:

默认的是英文界面,按下图设置成中文界面,

The default is the English interface, which is set in Chinese by the following graph.

字体设置

Font Settings

点击“设置”图标

Click the Settings icon

点击“interface”

Click 'interface'


点击“skin”→“Fonts”

Click “skin” to “Fonts”


选择“Arial based”

Selecting "Arial based"


时区设置

Timezone Settings

继续点击“Regional”

Continue clicking on "Regional"


点击“timezone country”选择“China”

Click on "timezone country" to select "China"


中文语言设置

Chinese Language Settings

继续在“Regional”中选择最上面的“language”

Continue to select the top "language" in the "Regional"


选择“chinese simple”,系统会自动下载中文语言包,并显示成中文界面

Select " China simple ", the system automatically downloads the Chinese language package and displays the Chinese interface


设置完成后如下图所示

When the settings are completed, they are shown in the figure below.

四、 安装docker

IV, install docker

这里要注意,有的时候很慢,可能是网络原因,相关问题自行搜索解决,反正就是要在coreelec上安装docker就可以了。

五、 安装portainer(图形化docker管理工具,可选)

安装完docker就可以不用管盒子了,在电脑上操作。

打开SSH链接工具

创建SSH链接

Create SSH Link

默认密码coreelec

Default password

首先检查一下docker是否正确安装

First, check whether Docker's installed correctly.

输入命令docker会出现目录代表正确安装

Enter command docker will appear in the directory for correct installation

一键安装代码

One key installation code

163镜像安装,portainer-ce中文,访问dockerhub网速不好的尝试

163 mirror installation, portainer-ce Chinese, access to dockerhub web failure

访问hub.docker.com网络慢,或者以上代码都无法安装成功尝试以下代码

access to the network hub.docker.com or none of the codes can be installed successfully to try the following code

? ? ? ? ? ? ? 这时候浏览器打开ip+9000端口号就可以看到你N1的docker界面

♪ When the browser opens the ip+9,000 port sign to see your N1 docker interface

第一次会让你创建用户名和密码

For the first time, you'll create a user name and password.

进去之后的界面

The interface after you go in.


六、 安装Openwrt

six, install Openwrt

1、在SSH工具里面查看网卡信息

1. View information on the Internet card in the SSH tool

命令:ifconfig

Command: ifconfig

查看哪个网口是获取的正确IP地址(根据个人网段确定)

Check which portal is the correct IP address (based on personal segments)

这代表使用的网卡是“eth0

This means that the Internet card used is "eth0"
.

2、打开网口混杂模式,注意下面的eth0是根据你上面的网卡修改的

Two, open the net mixer mode, and note that the eth0 below is modified from your top web card.

命令:ip link set eth0 promisc on

Command: ip link set eth0promic on


确认是否已经正确开启

Make sure it's turned on correctly.

命令:ifconfig eth0

Command: ifconfig eth0

看到这个代表正确开启了

Seeing this means it's turned on correctly.

3、创建一个docker的虚拟网络

3. Create a docker virtual network

命令:docker network create -d macvlan --subnet=192.168.88.0/24 --gateway=192.168.88.254 -o parent=eth0 macnet

Command: docker network create-d macvlan --subnet= 192.168.88.0/24 --gateway="color-link-03">192.1688.84-o parent=eth0 macnet

IP地址根据个人的网段修改,192.168.88.254改成你想要的旁路由IP地址

IP addresses are modified according to the individual's web section, 192.168.88254 to use your sidewalk IP address


检查docker现有网络情况

Check the existing docker network.

命令:?docker network ls

Command:? docker network ls

代表创建成功

4、安装Openwrt镜像

4. Installation of Openwrt mirrors

在https://hub.docker.com/里找到你所需要的openwrt镜像地址,只要是aarch64的基本都可以。

Find the openwrt mirror address you need at https://hub.docker.com/, as long as it's aarch64

推荐几个:

https://hub.docker.com/r/unifreq/openwrt-aarch64? ? ←我用的

https://hub.docker.com/r/unifreq/openwrt-aarch64?

https://hub.docker.com/r/buddyfly/openwrt-aarch64

https://hub.docker.com/r/sulinggg/openwrt

5、复制拉取命令,这里特别说明安装这个方法很多,跟个人网络有关系,有的人打开这个网站很慢或者就是打不开,就需要想其他的办法,也可以不用先拉取直接输入命令就可以了。稳当点的是先拉取到本地再安装。

5. Duplicate pull orders. This suggests, among other things, that there are a lot of ways to install this, which has to do with personal networks. Some people open this site slowly or simply cannot open it. They need to find other ways to do it without first pulling the direct input command.

6、拉取镜像到本地

Six, pull the mirror to the locals.

SSH里面输入命令

Enter command in SSH

docker pull unifreq/openwrt-aarch64:latest

注意这里有没有报错,报错查看报错原因是网络原因还是其他原因。

Note whether there have been errors in reporting, whether the reasons for those errors were web-based or otherwise.

检查是否拉取成功

Checking for success

命令:docker images

Command: docker images

7、安装镜像

7. Installation of mirrors

命令:docker run --restart always --name openwrt -d --network macnet --privileged unifreq/openwrt-aarch64:latest /sbin/init

Command: docker run-restart always-name openwrt-d-network Macnet-privileged /sbin/init

安装完成会出现一行乱码,不用管。

There'll be a line of confusion when the installation is complete. Don't worry about it.

8、进入portainer继续操作

8. Entering portainer to continue operations

输入命令:vim /etc/config/network

Enter command: vim/ etc/config/network

按“i”键修改

Press "i" to change

再按“Esc”-----"wq"-----回车? 退出

Press "Esc" ---#34; wq"----------- come back? — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —

9、输入命令重启网络

9. Input orders to restart the network

/etc/init.d/network restart

10、用浏览器访问所设置的IP地址

10. Access to the set IP address with a browser

默认密码passwrod

default password passwrod

Openwrt旁路由设置:

Openwrt byte:

自定义规则里面增加一条:iptables -t nat -I POSTROUTING -j MASQUERADE

strong's custom rules add: iptables-t nat-i POSTROUTING-j MASQUERADE

现在电脑本机设置IP,把网关和DNS都设置成Openwrt的地址:

The computer has an IP setup, with both gateways and DNS set to Openwrt address:


查看是否可以上网

See if you can access the Internet . ]

如果不能上网检查Openwrt是否可以上网:

Can't Check Openwrt Can't Check Online:

检查防火墙设置

Check firewall settings



七、 盒子变砖如何处理

vii, box turning bricks >

如果中途盒子不小心变砖了,可以用线刷工具刷一个ATV或者精简版系统,具体的流程网上搜一下。

If the intermediate box accidentally turns into a brick, an ATV or a streamlined version of the system can be brushed with a wiring tool, and a specific process web search can be conducted.

美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址
文字格式和图片示例

注册有任何问题请添加 微信:MVIP619 拉你进入群

弹窗与图片大小一致 文章转载注明

分享:

扫一扫在手机阅读、分享本文

发表评论
平台列表
美化布局示例

欧易(OKX)

  全球官网 大陆官网

币安(Binance)

  官网

火币(HTX)

  官网

Gate.io

  官网

Bitget

  官网

deepcoin

  官网
热门文章
  • 0.00015693个比特币等于多少人民币/美金

    0.00015693个比特币等于多少人民币/美金
    0.000 15693比特币等于多少人民币?根据比特币对人民币的最新汇率,0.000 15693比特币等于10.6 1678529美元/76.86554996人民币。比特币(BTC)【比特币价格翻倍】美元(USDT)人民币(CNY)0.000/克洛克-0/5693【数字货币矿机】10.6 167852976.8655254996比特币对人民币的最新汇率为:489,807.72 CNY(1比特币= 489,807.72人民币)(1美元=7.24人民币)(0.00015693 U...
  • 0.00003374个比特币等于多少人民币/美金

    0.00003374个比特币等于多少人民币/美金
    0.00003374比特币等于多少人民币?根据比特币对人民币的最新汇率,0.00003374比特币等于2.2826 1222美元/16.5261124728人民币。比特币(BTC)美元(USDT)人民币(CNY)0.00003374克洛克-0/22216.5261124728比特币对人民币的最新汇率为:489807.72 CNY(1比特币=489807.72人民币)(1美元=7.24人民币)(0.00003374USDT=0.0002442776 CNY)。汇率更新于2024...
  • 2000年美国GDP占世界的304%,中国GDP仅占35%,现在呢?

    2000年美国GDP占世界的304%,中国GDP仅占35%,现在呢?
    GDP作为全球公认的实力基准,就像是一个大国实力的代言人,它是布雷顿森林体系下全球团结的声音。它不仅仅是数字的累积,更是大国综合实力的人格化,默默诉说着每个国家的辉煌与荣耀。虽然GDP不是衡量一个国家综合实力的唯一标准,但无疑是最关键的指标之一。作为一面镜子,它反映了国家的经济实力和发展水平,是国家综合实力的重要体现,不容忽视。2000年,中国GDP迈过/克洛克-0/万亿美元的重要门槛,达到/克洛克-0/。2/克洛克-0/万亿美元(折合人民币7。7万亿元)。然而,在全球经济的...
  • A股利好!证监会连开三场座谈会!五部门发文 事关元宇宙…周末影响一周市场的十大消息(新股+点评)

    A股利好!证监会连开三场座谈会!五部门发文 事关元宇宙…周末影响一周市场的十大消息(新股+点评)
    1   证监会连开三场座谈会!将研究出台更多务实、管用的政策举措 The SEC will hold three talks! More practical and practical policy initiatives will be developed.   近日,中国证监会就活跃资本市场、提振投资者信心召开三场座谈会,分别听取专家学者和投资者意...
  • 1929经济大萧条或许即将重演?

    1929经济大萧条或许即将重演?
    人类似乎陷入了一个历史悖论,即我们总是重复同样的错误,无法真正从过去的错误中吸取教训。近年来,我们对世界各地接连不断的挑战和危机深感不安。20 19年突如其来的疫情,乌克兰的战火硝烟,欧洲的天然气供应危机以及全球少数国家的饥荒,所有这些问题都像洪水一样,一个接一个地涌来。如果你今天感到心情沉重,不要失去希望,因为明天可能会带来更严峻的挑战。首先,让我们深入讨论名为1929大萧条的时期。这场大萧条实际上是指从1929到1933的一场影响深远的经济危机。这场危机首先起源于美国,然...
标签列表