blob: 269032d8d26c2377a40a965f4122be8a3fb17c1c [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 \
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