add fw update script

This commit is contained in:
2025-11-10 16:50:35 +09:00
parent b4e3bc2078
commit dab5921f49
39 changed files with 193349 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@echo off
REM set source="C:\Work\3_Work_Src_Backup\MCAL\2_Customer\HKL\MCAL-v4m-1_19.0.11.D_release(Port)\rel\modules\port\sample_application\V4M\obj\arm\App_PORT_V4M_Sample.srec"
set source="C:\Work\3_Work_Src_Backup\MCAL\2_Customer\HKL\MCAL-v4m-1_19.0.11.D_release(Port)\rel\modules\dio\sample_application\V4M\obj\arm\App_DIO_V4M_Sample.srec"
set target="C:\Users\a5134225\Downloads\bootloader\App_MCU_V4M_Sample.srec"
copy /Y %source% %target%