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

5 lines
249 B
Batchfile

rem Pass in full path and Release|Debug to iar project directory
cd /d %1
ielftool --bin output\%2\flashloader.elf flashloader.bin
python ..\..\..\..\bin\create_fl_image.py output\%2\flashloader.elf flashloader.bin output\%2\flashloader_image.c