File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ jobs:
6666 run : |
6767 echo $BOARD_POWER_RESET
6868 export RUST_LOG=debug
69- # cargo xtask uboot \
70- # --build-config configs/board/${{ matrix.board }}.toml \
71- # --uboot-config .github/workflows/uboot.toml \
72- # --vmconfigs ${{ matrix.vmconfigs }}
7369 cargo xtask uboot \
7470 --build-config configs/board/${{ matrix.board }}.toml \
75- --uboot-config .github/workflows/uboot.toml
71+ --uboot-config .github/workflows/uboot.toml \
72+ --vmconfigs ${{ matrix.vmconfigs }}
73+ # cargo xtask uboot \
74+ # --build-config configs/board/${{ matrix.board }}.toml \
75+ # --uboot-config .github/workflows/uboot.toml
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ serial = "${env:BOARD_COMM_UART_DEV}"
99success_regex = [
1010 " Welcome to AxVisor Shell!" ,
1111 " All tests passed!" ,
12+ " Hello World!" ,
13+ " root@firefly:~#" ,
14+ " root@phytium-Ubuntu:~#" ,
1215]
1316
1417[net ]
You can’t perform that action at this time.
0 commit comments