Skip to content

Commit

Permalink
Remove legacy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Jan 30, 2023
1 parent 7297dcc commit 6413410
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
BRANCH:
- edge
- current
- legacy

steps:
- name: Import env
Expand Down Expand Up @@ -124,7 +123,6 @@ jobs:
BRANCH:
- edge
- current
- legacy
RELEASE:
# - focal # Ubuntu 20.04 LTS
- jammy # Ubuntu 22.04 LTS
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ Password: `1234`

### `BOARD`=`onecloud`

### `BRANCH`={`edge`,`current`,`legacy`}
### `BRANCH`={`edge`,`current`}

| BRANCH | kernel version | eMMC | HDMI | VPU |
| :-: | :-: | :-: | :-: | :-: |
| `edge` | `v6.1` | ✔️¹ | ✔️² | ✔️² |
| `current` | `v5.15` | ✔️¹ | ✔️² | ✔️² |
| `legacy` | `v5.10` | ✔️¹ | ✔️² | ✔️² |

> ¹: Need a patch
>
Expand All @@ -50,7 +49,7 @@ fatload ${bootdev} 0x20800000 boot.scr && autoscr 0x20800000

In the board, there is a missing 44-pins chip (WiFi module possibly) which has lots of pins connected to the `SoC`. They are ablt to be used as `GPIO`.

Please check the `dts` (added by `patch/kernel/meson-{edge,current,legacy}/board_onecloud/0001-add-dts.patch`) for more details.
Please check the `dts` (added by `patch/kernel/meson-{edge,current}/board_onecloud/0001-add-dts.patch`) for more details.

NOTE: These pins were found in `V1.0 board`. Those in `V1.3 board` was not confirmed yet.

Expand Down
5 changes: 2 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@

### `BOARD`=`onecloud`

### `BRANCH`={`edge`,`current`,`legacy`}
### `BRANCH`={`edge`,`current`}

| BRANCH | 内核版本 | eMMC | HDMI | VPU |
| :-: | :-: | :-: | :-: | :-: |
| `edge` | `v6.1` | ✔️¹ | ✔️² | ✔️² |
| `current` | `v5.15` | ✔️¹ | ✔️² | ✔️² |
| `legacy` | `v5.10` | ✔️¹ | ✔️² | ✔️² |

> ¹: 需要补丁
>
Expand All @@ -51,7 +50,7 @@ fatload ${bootdev} 0x20800000 boot.scr && autoscr 0x20800000

板子上面有一个44脚的空焊盘(推测可能是WiFi模块)。上面有大量直连`SoC`的引脚,可用作`GPIO`

具体定义参见`dts`(由 `patch/kernel/meson-{edge,current,legacy}/board_onecloud/0001-add-dts.patch` 添加)
具体定义参见`dts`(由 `patch/kernel/meson-{edge,current}/board_onecloud/0001-add-dts.patch` 添加)

注:`dts`中的引脚是在`V1.0的板子`上测量出来的,未在`V1.3的板子`上面验证。

Expand Down

0 comments on commit 6413410

Please sign in to comment.