Skip to content

Commit d165a78

Browse files
Deomid Ryabkovcesantabot
authored andcommitted
Update bootloader binaries to 1.5.0
CL: Update bootloader binaries to 1.5.0 PUBLISHED_FROM=ade588df465e359538e1ccd4fc4219e24e7d7e9d
1 parent 9ca1f8c commit d165a78

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed
-4 Bytes
Binary file not shown.

fw/platforms/rs14100/bin/update-bl.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
set -e -x
4+
5+
rm -f *.zip
6+
curl -qsSLO https://github.com/mongoose-os-apps/bootloader/releases/download/latest/bootloader-rs14100.zip
7+
unzip -p bootloader-*.zip bootloader-*/bootloader.0.bin > bootloader.bin
8+
rm -f *.zip
-305 Bytes
Binary file not shown.
-225 Bytes
Binary file not shown.
-84 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)