Mercurial > public > ostc4
changeset 587:85ba20760ad4
update ostc4pack sample files
author | heinrichsweikamp |
---|---|
date | Wed, 16 Dec 2020 09:43:11 +0100 |
parents | bb5ce239741f |
children | b1c489b503b9 |
files | ostc4pack/OSTC4_FONT_upload.bin ostc4pack/OSTC4_Firmware.bin ostc4pack/OSTC4_RTE.bin ostc4pack/OSTC4_RTE_upload.bin ostc4pack/OSTC4_firmware_upload.bin ostc4pack/create_full_update_bin.bat ostc4pack/step0_copy_bins.bat |
diffstat | 7 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ostc4pack/create_full_update_bin.bat Sun Dec 13 18:31:40 2020 +0100 +++ b/ostc4pack/create_full_update_bin.bat Wed Dec 16 09:43:11 2020 +0100 @@ -1,5 +1,6 @@ call step0_copy_bins.bat call step1_create_OSTC4_firmware_upload_bin.bat call step1_create_OSTC_RTE_upload.bat +call step1_create_OSTC_FontPack_upload.bat call step2_create_OSTC4update_bin.bat pause \ No newline at end of file
--- a/ostc4pack/step0_copy_bins.bat Sun Dec 13 18:31:40 2020 +0100 +++ b/ostc4pack/step0_copy_bins.bat Wed Dec 16 09:43:11 2020 +0100 @@ -1,3 +1,4 @@ -copy D:\Kitt\Coding\AC6-workspace\OSTC4_Firmware\Debug\OSTC4_Firmware.bin OSTC4_Firmware.bin /V /Y -copy D:\Kitt\Coding\AC6-workspace\OSTC4_RTE\Debug\OSTC4_RTE.bin OSTC4_RTE.bin /V /Y +copy ..\RefPrj\Firmware\Release\OSTC4_Firmware.bin OSTC4_Firmware.bin /V /Y +copy ..\RefPrj\RTE\Release\OSTC4_RTE.bin OSTC4_RTE.bin /V /Y +copy ..\RefPrj\FontPack\Release\OSTC4_FontPack.bin OSTC4_FontPack.bin /V /Y