view romvecs-patch/mkromvecs.sh @ 469:2ce0f8b191be

romvecs-patch/mkromvecs.sh: generation of patched images
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Mar 2018 05:44:38 +0000
parents
children
line wrap: on
line source

#!/bin/sh

set -e

cp fwimage.bin fwromvecs.bin
xxd -r -c 4 ../romvecs-patch/romvecs.patch fwromvecs.bin

../helpers/mk-flash-script fwromvecs.bin 0 0x40000 > flash-romvecs