-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Generate directory and ZIP archive alongside sdcard.img
When updating an existing mountable SD card it may be useful to have access to the SD card contents as a local folder, since unpacking individual files from an SD card image is mildly tedious. Assemble the SD card contents in a local folder and use this to construct both the raw disk image file sdcard.img and a ZIP archive sdcard.zip. Signed-off-by: Michael Brown <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Build/ | ||
firmware/ | ||
sdcard/ | ||
sdcard.img | ||
sdcard.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters