Add KBOOT.
This commit is contained in:
5
bin/create_flashloader_image_kds.bat
Normal file
5
bin/create_flashloader_image_kds.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user