Files
bootloader/bin/create_flashloader_image_kds.bat
László Monda e6c1fce5b4 Add KBOOT.
2016-08-10 01:45:15 +02:00

6 lines
264 B
Batchfile

rem Pass in full path and Release|Debug to iar project directory
cd /d %1
arm-none-eabi-objcopy -I elf32-littlearm -O binary flashloader.elf flashloader.bin
python ..\..\..\..\..\bin\create_fl_image_kds.py flashloader.elf flashloader.bin flashloader_image.c