WXK
2025-01-16 13e0fafc140c16539691d26afafaca417e7e2fbc
1
2
3
4
5
6
@echo off
 
%5 --bin --output %1 %3
%5 --text -a -c --output %2 %3
python ..\..\..\..\scripts\signed_image.py .\Images\ndk_app.bin .\Images\ndk_app.signed.bin
echo "Proccess Over!"