Skip to content

Commit

Permalink
Edit description text
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Nov 20, 2021
1 parent 50dddac commit 44fdc1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| 创新与贡献者 | 成果记载 |
| ---- | ---- |
| [flippy](https://github.com/unifreq) | 开发了众多盒子的 Armbian 和 OpenWrt 系统,提供了 s905d-s922x 等众多 SOC 下系统的引导启动和固件制作的解决方案,分享了丰富的资源和教程。本站使用的 [u-boot](build-armbian/amlogic-u-boot), [dtb](build-armbian/amlogic-dtb), [kernel](https://github.com/ophub/kernel/tree/main/pub/stable), [script](build-armbian/common-files/files/usr/sbin) 等均完全采用了他的成果,是他开启了从 TV 盒子走进 Armbian 和 OpenWrt 世界的大门。 |
| [NewbieOrange](https://github.com/NewbieOrange) |[issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/22#issuecomment-968260448) 中提供了新设备 [T95Z-Plus](https://www.tokopedia.com/search?st=product&q=t95z%20plus)[meson-gxm-t95z-plus.dtb](https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/build-armbian/amlogic-dtb/meson-gxm-t95z-plus.dtb) 文件和使用方法|
| [NewbieOrange](https://github.com/NewbieOrange) |[issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/22#issuecomment-968260448) 中提供了新设备 [T95Z-Plus](https://www.tokopedia.com/search?st=product&q=t95z%20plus)[meson-gxm-t95z-plus.dtb](https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/build-armbian/amlogic-dtb/meson-gxm-t95z-plus.dtb) 文件和 [使用方法](build-armbian/common-files/patches/boot/s912-t95z-plus) |

## Armbian 固件说明

Expand Down Expand Up @@ -48,7 +48,7 @@ armbian-install
armbian-update 5.4.160
```

默认从 [stable](https://github.com/ophub/kernel/tree/main/pub/stable) 内核版本分支下载,如果下载其他 [版本分支](https://github.com/ophub/kernel/tree/main/pub) 的内核,请在第 `2` 个参数中根据分支文件夹名称指定,如 `armbian-update 5.7.2 beta`
默认从 [stable](https://github.com/ophub/kernel/tree/main/pub/stable) 内核版本分支下载,如果下载其他 [版本分支](https://github.com/ophub/kernel/tree/main/pub) 的内核,请在第 `2` 个参数中根据分支文件夹名称指定,如 `armbian-update 5.7.19 beta`

默认自动安装主线 u-boot,可以更好的支持 5.10 及以上内核系列的使用。如果选择不安装,请在第 `3` 个输入参数中指定,如 `armbian-update 5.4.160 stable no`

Expand Down Expand Up @@ -133,7 +133,7 @@ armbian-tf
- `sudo ./rebuild -d -b s905x3_s905d -k 5.10.80_5.4.160` : 使用默认配置,进行多个内核同时打包。使用 `_` 进行多内核参数连接。
- `sudo ./rebuild -d` : 使用默认配置,对全部型号的机顶盒进行打包。
- `sudo ./rebuild -d -b s905x3 -k 5.4.160 -s 1024` : 使用默认配置,指定一个内核,一个型号进行打包,固件大小设定为1024M。
- `sudo ./rebuild -d -b s905x3 -v beta -k 5.7.2` : 使用默认配置,指定型号,指定版本分支,指定内核进行打包。
- `sudo ./rebuild -d -b s905x3 -v beta -k 5.7.19` : 使用默认配置,指定型号,指定版本分支,指定内核进行打包。
- `sudo ./rebuild -d -b s905x3_s905d` 使用默认配置,对多个型号的机顶盒进行全部内核打包, 使用 `_` 进行多型号连接。
- `sudo ./rebuild -d -k 5.10.80_5.4.160` : 使用默认配置,指定多个内核,进行全部型号机顶盒进行打包, 内核包使用 `_` 进行连接。
- `sudo ./rebuild -d -k 5.10.80_5.4.160 -a true` : 使用默认配置,指定多个内核,进行全部型号机顶盒进行打包, 内核包使用 `_` 进行连接。自动升级到同系列最新内核。
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Because of these innovations and contributors, we can have the company of the bo
| Innovation and contributors | Record of achievements |
| ---- | ---- |
| [flippy](https://github.com/unifreq) | Developed many Armbian and OpenWrt systems, provided s905d-s922x and many other SOC system boot and firmware production solutions, shared abundant resources and tutorials. The [u-boot](build-armbian/amlogic-u-boot), [dtb](build-armbian/amlogic-dtb), [kernel](https://github.com/ophub/kernel/tree/main/pub/stable), [script](build-armbian/common-files/files/usr/sbin) etc. used on this site all fully adopted his results, and he opened the door to the world of Armbian and OpenWrt from the TV box. |
| [NewbieOrange](https://github.com/NewbieOrange) | He provided the [meson-gxm-t95z-plus.dtb](https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/build-armbian/amlogic-dtb/meson-gxm-t95z-plus.dtb) file and usage method of the new device [T95Z-Plus](https://www.tokopedia.com/search?st=product&q=t95z%20plus) in [issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/22#issuecomment-968260448). |
| [NewbieOrange](https://github.com/NewbieOrange) | He provided the [meson-gxm-t95z-plus.dtb](https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/build-armbian/amlogic-dtb/meson-gxm-t95z-plus.dtb) file and [usage method](build-armbian/common-files/patches/boot/s912-t95z-plus) of the new device [T95Z-Plus](https://www.tokopedia.com/search?st=product&q=t95z%20plus) in [issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/22#issuecomment-968260448). |

## Armbian Firmware instructions

Expand Down Expand Up @@ -48,7 +48,7 @@ Query the available [kernel_version](https://github.com/ophub/kernel/tree/main/p
armbian-update 5.4.160
```

By default, download from [stable](https://github.com/ophub/kernel/tree/main/pub/stable) kernel version branch, if you download other [version branch](https://github.com/ophub/kernel/tree/main/pub), please specify according to the branch folder name in the `second` parameter, such as `armbian-update 5.7.2 beta`
By default, download from [stable](https://github.com/ophub/kernel/tree/main/pub/stable) kernel version branch, if you download other [version branch](https://github.com/ophub/kernel/tree/main/pub), please specify according to the branch folder name in the `second` parameter, such as `armbian-update 5.7.19 beta`

The mainline u-boot is automatically installed by default, which can better support the use of kernel series 5.10 and above. If you choose not to install, please specify in the `third` input parameter, such as `armbian-update 5.4.160 stable no`

Expand Down Expand Up @@ -133,7 +133,7 @@ Command: Enter [ vi /etc/fstab ]
- `sudo ./rebuild -d -b s905x3_s905d -k 5.10.80_5.4.160`: Use the default configuration, specify multiple cores, and multiple firmware for compilation. use `_` to connect.
- `sudo ./rebuild -d`: Use the default configuration to pack all boxes.
- `sudo ./rebuild -d -b s905x3 -k 5.4.160 -s 1024`: Use the default configuration, specify a kernel, a firmware, and set the partition size for compilation.
- `sudo ./rebuild -d -b s905x3 -v beta -k 5.7.2`: Use the default configuration, specify the model, specify the version branch, and specify the kernel for packaging.
- `sudo ./rebuild -d -b s905x3 -v beta -k 5.7.19`: Use the default configuration, specify the model, specify the version branch, and specify the kernel for packaging.
- `sudo ./rebuild -d -b s905x3_s905d`: Use the default configuration, specify multiple firmware, use `_` to connect. compile all kernels.
- `sudo ./rebuild -d -k 5.10.80_5.4.160`: Use the default configuration. Specify multiple cores, use `_` to connect.
- `sudo ./rebuild -d -k 5.10.80_5.4.160 -a true`: Use the default configuration. Specify multiple cores, use `_` to connect. Auto update to the latest kernel of the same series.
Expand Down

0 comments on commit 44fdc1c

Please sign in to comment.