mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
cc3200: Fix md5 application signing, add missing accents.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
BUILD=build/$1
|
||||
|
||||
# Generate the MD5 hash
|
||||
echo -n md5sum --binary $BUILD/application.bin | awk '{ print $1 }' > __md5hash.bin
|
||||
echo -n `md5sum --binary $BUILD/application.bin | awk '{ print $1 }'` > __md5hash.bin
|
||||
|
||||
# Concatenate it with the application binary
|
||||
cat $BUILD/application.bin __md5hash.bin > $BUILD/MCUIMG.BIN
|
||||
|
||||
Reference in New Issue
Block a user