blob: 6fe08f51ca8b9d8a77ab41e9d387a9ba31be39b3 [file] [log] [blame]
David Brown22a6fe32017-01-10 10:40:43 -07001#! /bin/sh
2
3source $(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 \
David Brown06446dd2017-01-23 10:19:13 -070012 --image-version 3 \
David Brown22a6fe32017-01-10 10:40:43 -070013 --bit --pad 0x20000
14
15./scripts/zep2newt.py \
16 --bin ../zephyr/samples/hello_world/outdir/$BOARD/zephyr.bin \
17 --key root.pem \
18 --sig RSA \
19 --vtoff 0x200 \
20 --word-size 8 \
David Brown06446dd2017-01-23 10:19:13 -070021 --image-version 2 \
David Brown22a6fe32017-01-10 10:40:43 -070022 --out hello.signed.bin