David Brown | 22a6fe3 | 2017-01-10 10:40:43 -0700 | [diff] [blame^] | 1 | #! /bin/sh |
2 | |||||
3 | source $(dirname $0)/target.sh | ||||
4 | |||||
5 | ./scripts/zep2newt.py \ | ||||
6 | --bin ../zephyr/samples/shell/outdir/$BOARD/zephyr.bin \ | ||||
7 | --key root.pem \ | ||||
8 | --sig RSA \ | ||||
9 | --out shell.signed.bin \ | ||||
10 | --vtoff 0x200 \ | ||||
11 | --word-size 8 \ | ||||
12 | --bit --pad 0x20000 | ||||
13 | |||||
14 | ./scripts/zep2newt.py \ | ||||
15 | --bin ../zephyr/samples/hello_world/outdir/$BOARD/zephyr.bin \ | ||||
16 | --key root.pem \ | ||||
17 | --sig RSA \ | ||||
18 | --vtoff 0x200 \ | ||||
19 | --word-size 8 \ | ||||
20 | --out hello.signed.bin |