diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bcc2245..02b9bec 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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 diff --git a/README.md b/README.md index 456b38c..dbef34b 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ Optional arguments: eg. -OpenixCard -u - Unpack Allwinner image to target +OpenixCard -u - Unpack Allwinner image to target OpenixCard -uc - Unpack Allwinner image to target and generate Allwinner image partition table cfg -OpenixCard -d - Convert Allwinner image to regular image -OpenixCard -p - pack dumped Allwinner image to regular image from folder -OpenixCard -s - Get the accurate size of Allwinner image +OpenixCard -d - Convert Allwinner image to regular image +OpenixCard -p - pack dumped Allwinner image to regular image from folder +OpenixCard -s - Get the accurate size of Allwinner image ``` ## Download