WXK
2024-12-16 78e84fcf264afd731cd66c807d9fcb690fe12126
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!"