It allows detecting data corruption for plain TRX as well. Signed-off-by: Rafał Miłecki <[email protected]> SVN-Revision: 45318
@@ -119,6 +119,10 @@ platform_check_image() {
fi
;;
"trx")
+ if ! otrx -c "$1"; then
+ echo "Invalid (corrupted?) TRX firmware"
+ error=1
+ fi
*)
echo "Invalid image type. Please use only .trx files"