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