[go: up one dir, main page]

Skip to content

Commit

Permalink
vfat 4.2 doesn't like labels longer than 11 chars I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxworks authored Jan 31, 2022
1 parent 9d6ebba commit 1b16a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
cp '$(System.DefaultWorkingDirectory)/spi_u-boot/$(script_name).scr' boot.scr
cp '$(System.DefaultWorkingDirectory)/spi_u-boot/spi_combined.img' spi_combined.img
dd if=/dev/zero of=boot.tmp bs=1M count=16
mkfs.vfat -n u-boot-script boot.tmp
mkfs.vfat -n u-boot-scpt boot.tmp
mcopy -sm -i boot.tmp boot.scr ::
mcopy -sm -i boot.tmp spi_combined.img ::
dd if=/dev/zero of=$(script_name).img bs=1M count=32
Expand Down

0 comments on commit 1b16a8c

Please sign in to comment.