Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
build: don't use capital letters as arguments to dd (closes #271)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jul 11, 2018
1 parent 12d622a commit dca61a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript.firmware
Original file line number Diff line number Diff line change
Expand Up @@ -431,5 +431,5 @@ program_bin = env.Command(
'$CAT ${TARGET}.p1 ${TARGET}.p2 > $TARGET',
'$BINCTL $TARGET -h',
'$BINCTL $TARGET -s 1:2 `$KEYCTL sign firmware $TARGET 4747474747474747474747474747474747474747474747474747474747474747 4848484848484848484848484848484848484848484848484848484848484848`' if ARGUMENTS.get('PRODUCTION', '0') == '0' else '',
'$DD if=$TARGET of=${TARGET}.p1 skip=0 bs=128K count=6',
'$DD if=$TARGET of=${TARGET}.p1 skip=0 bs=128k count=6',
], )

0 comments on commit dca61a4

Please sign in to comment.