commit | 22a6fe32d32d9acb1503eb1682dec3399502e56e | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Tue Jan 10 10:40:43 2017 -0700 |
committer | David Brown <david.brown@linaro.org> | Mon Jan 23 15:56:39 2017 -0700 |
tree | b3491c0d0132b2bb4311fa5fa2443d20913b055e | |
parent | 7469e70c20c8f5b26718202d8fe7a8861c4f7a97 [diff] [blame] |
Add some simple scripts for signing/flashing These are some simple scripts for signing images (with an example with a hardcoded path), a fixed root key that matches the one checked into the code, and a few scripts to use the Segger debugger to flash the images.
diff --git a/scripts/jl.sh b/scripts/jl.sh new file mode 100755 index 0000000..260206d --- /dev/null +++ b/scripts/jl.sh
@@ -0,0 +1,5 @@ +#!/bin/bash + +source $(dirname $0)/../target.sh + +JLinkExe -speed auto -si SWD -device $SOC