Skip to content

Commit 8a77f3f

Browse files
authored
Merge pull request #302 from YanLien/next2
fix: update test configurations and dependencies
2 parents 4cd072f + 4ba741a commit 8a77f3f

File tree

4 files changed

+15
-36
lines changed

4 files changed

+15
-36
lines changed

.github/workflows/test-board.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
vmconfigs: configs/vms/linux-aarch64-e2000-smp1.toml
2020
vmconfigs_name: Linux
2121
vmimage_name: phytiumpi_linux
22-
# - board: roc-rk3568-pc
23-
# vmconfigs: configs/vms/arceos-aarch64-rk3568-smp1.toml
24-
# vmconfigs_name: ArceOS
25-
# # Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos,roc-rk3568-pc_linux[,...]
26-
# vmimage_name: roc-rk3568-pc_arceos
27-
# - board: roc-rk3568-pc
28-
# vmconfigs: configs/vms/linux-aarch64-rk3568-smp1.toml
29-
# vmconfigs_name: Linux
30-
# # Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos,roc-rk3568-pc_linux[,...]
31-
# vmimage_name: roc-rk3568-pc_linux
22+
- board: roc-rk3568-pc
23+
vmconfigs: configs/vms/arceos-aarch64-rk3568-smp1.toml
24+
vmconfigs_name: ArceOS
25+
# Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos,roc-rk3568-pc_linux[,...]
26+
vmimage_name: roc-rk3568-pc_arceos
27+
- board: roc-rk3568-pc
28+
vmconfigs: configs/vms/linux-aarch64-rk3568-smp1.toml
29+
vmconfigs_name: Linux
30+
# Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos,roc-rk3568-pc_linux[,...]
31+
vmimage_name: roc-rk3568-pc_linux
3232
fail-fast: false
3333
runs-on:
3434
- self-hosted

.github/workflows/uboot.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ success_regex = [
1313
"root@firefly:~#",
1414
"root@phytium-Ubuntu:~#",
1515
"Welcome to Phytium Buildroot",
16+
"Last login: *",
1617
]
1718

1819
[net]

Cargo.lock

Lines changed: 3 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configs/vms/arceos-aarch64-rk3568-smp1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dtb_load_addr = 0x7000_0000
3131
# Memory regions with format (`base_paddr`, `size`, `flags`, `map_type`).
3232
# For `map_type`, 0 means `MAP_ALLOC`, 1 means `MAP_IDENTICAL`.
3333
memory_regions = [
34-
[0x7000_0000, 0x1000_0000, 0x7, 0], # System RAM 1G MAP_IDENTICAL
34+
[0x7000_0000, 0x1000_0000, 0x7, 1], # System RAM 1G MAP_IDENTICAL
3535
]
3636

3737
#

0 commit comments

Comments
 (0)