blob: a4020bc9e81f8ea9e995304c3489039197bf11b8 [file] [log] [blame]
#!/bin/bash
echo "*****************************************************"
echo "this is post build!! current configure is :$1"
echo $1
echo $2
tc32-elf-objcopy -v -O binary $2.elf $1.bin
../check_fw $1.bin
../FW_SIG_ENC 3 $1.bin FW_ENC_KEY
echo "**************** end of post build ******************"