Skip to content

Commit

Permalink
Merge pull request #20 from YuzukiTsuru/master
Browse files Browse the repository at this point in the history
Merge master
  • Loading branch information
YuzukiTsuru committed Jul 2, 2022
2 parents c9aa7ac + 32ab18a commit 93f95da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ jobs:
- name: Prepare test
run: cd ${{github.workspace}}/test && mv tina_d1-h-yuzuki_ruler_pro_uart0.img.bin tina_d1-h-yuzuki_ruler_pro_uart0.img

- name: Test dump
- name: Test Dump
run: cd ${{github.workspace}}/build/dist && ./OpenixCard -d ${{github.workspace}}/test/tina_d1-h-yuzuki_ruler_pro_uart0.img

- name: Test unpack
- name: Test Unpack & cfg
run: cd ${{github.workspace}}/build/dist && ./OpenixCard -uc ${{github.workspace}}/test/tina_d1-h-yuzuki_ruler_pro_uart0.img

- name: Test pack
- name: Test Pack
run: cd ${{github.workspace}}/build/dist && ./OpenixCard -p ${{github.workspace}}/test/tina_d1-h-yuzuki_ruler_pro_uart0.img.dump

- name: Test Size
run: cd ${{github.workspace}}/build/dist && ./OpenixCard -s ${{github.workspace}}/test/tina_d1-h-yuzuki_ruler_pro_uart0.img
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Optional arguments:
eg.
OpenixCard -u <img> - Unpack Allwinner image to target
OpenixCard -u <img> - Unpack Allwinner image to target
OpenixCard -uc <img> - Unpack Allwinner image to target and generate Allwinner image partition table cfg
OpenixCard -d <img> - Convert Allwinner image to regular image
OpenixCard -p <dir> - pack dumped Allwinner image to regular image from folder
OpenixCard -s <img> - Get the accurate size of Allwinner image
OpenixCard -d <img> - Convert Allwinner image to regular image
OpenixCard -p <dir> - pack dumped Allwinner image to regular image from folder
OpenixCard -s <img> - Get the accurate size of Allwinner image
```

## Download
Expand Down

0 comments on commit 93f95da

Please sign in to comment.