Skip to content

Commit

Permalink
CI: TEST: Enable dir2uf2 --no-uf2-padding.
Browse files Browse the repository at this point in the history
NOTE: Resulting uf2 is for production only, and must be flashed with
Picotool.
  • Loading branch information
Gadgetoid committed Jul 22, 2024
1 parent 88d716d commit 3e74667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: gadgetoid/dir2uf2
ref: v0.0.5
ref: feature/no-uf2-padding
path: dir2uf2

# HACK: Patch startup overclock into Pico SDK
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
shell: bash
run: |
python3 -m pip install littlefs-python==0.12.0
./dir2uf2/dir2uf2 --fs-compact --append-to micropython/ports/rp2/build/${{env.RELEASE_FILE}} --manifest ${{env.BOARD_DIR}}/uf2-manifest.txt --filename with-badger-os.uf2 ${{env.BADGER_OS_DIR}}/
./dir2uf2/dir2uf2 --no-uf2-padding --fs-compact --append-to micropython/ports/rp2/build/${{env.RELEASE_FILE}} --manifest ${{env.BOARD_DIR}}/uf2-manifest.txt --filename with-badger-os.uf2 ${{env.BADGER_OS_DIR}}/
- name: Store .uf2 as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3e74667

Please sign in to comment.