fix:群发模式下无法升级

群发模式下错误的修改了串口1的波特率,未修改到串口2波特率,导致群发升级失败。
This commit is contained in:
yeyangwen
2026-02-27 18:04:21 +08:00
parent 2815979c8a
commit edd325479e
19 changed files with 154 additions and 406 deletions

View File

@@ -9,10 +9,10 @@ WorkspacePath :=./
ProjectPath :=./
IntermediateDirectory :=Obj
OutDir :=$(IntermediateDirectory)
User :=cc
Date :=06/02/2026
CDKPath :=D:/C-Sky/CDK
ToolchainPath :=D:/C-Sky/CDKRepo/Toolchain/CKV2ElfMinilib/V3.10.29/R/
User :=jane
Date :=27/02/2026
CDKPath :=D:/app/CDK
ToolchainPath :=D:/app/CDKRepo/Toolchain/CKV2ElfMinilib/V3.10.29/R/
LinkerName :=csky-elfabiv2-gcc
LinkerNameoption :=
SIZE :=csky-elfabiv2-size
@@ -39,7 +39,7 @@ SourceSwitch :=-c
ObjdumpSwitch :=-S
ObjcopySwitch :=-O ihex
ObjcopyBinSwitch :=-O binary
OutputFile :=MD203_Boot_V05_20260206
OutputFile :=MD203_Boot_V06_20260227
ObjectSwitch :=-o
ArchiveOutputSwitch :=
PreprocessOnlySwitch :=-E
@@ -49,8 +49,8 @@ MakeDirCommand :=mkdir
LinkOptions := -mcpu=ck801 -nostartfiles -Wl,--gc-sections -T"$(ProjectPath)/ckcpu.ld" -pipe
LinkOtherFlagsOption := -Wl,--ckmap=$(ProjectPath)/Lst/$(OutputFile).map
IncludePackagePath :=
IncludeCPath := $(IncludeSwitch)D:/C-Sky/CDK/CSKY/csi/csi_core/csi_cdk/ $(IncludeSwitch)D:/C-Sky/CDK/CSKY/csi/csi_core/include/ $(IncludeSwitch)D:/C-Sky/CDK/CSKY/csi/csi_driver/include/ $(IncludeSwitch). $(IncludeSwitch)SYSTEM/inc $(IncludeSwitch)USRCTRL/inc $(IncludeSwitch)include
IncludeAPath := $(IncludeSwitch)D:/C-Sky/CDK/CSKY/csi/csi_core/csi_cdk/ $(IncludeSwitch)D:/C-Sky/CDK/CSKY/csi/csi_core/include/ $(IncludeSwitch)D:/C-Sky/CDK/CSKY/csi/csi_driver/include/ $(IncludeSwitch). $(IncludeSwitch)SYSTEM $(IncludeSwitch)SYSTEM/inc $(IncludeSwitch)USRCTRL/inc
IncludeCPath := $(IncludeSwitch)D:/app/CDK/CSKY/csi/csi_core/csi_cdk/ $(IncludeSwitch)D:/app/CDK/CSKY/csi/csi_core/include/ $(IncludeSwitch)D:/app/CDK/CSKY/csi/csi_driver/include/ $(IncludeSwitch). $(IncludeSwitch)SYSTEM/inc $(IncludeSwitch)USRCTRL/inc $(IncludeSwitch)include
IncludeAPath := $(IncludeSwitch)D:/app/CDK/CSKY/csi/csi_core/csi_cdk/ $(IncludeSwitch)D:/app/CDK/CSKY/csi/csi_core/include/ $(IncludeSwitch)D:/app/CDK/CSKY/csi/csi_driver/include/ $(IncludeSwitch). $(IncludeSwitch)SYSTEM $(IncludeSwitch)SYSTEM/inc $(IncludeSwitch)USRCTRL/inc
Libs := -Wl,--start-group -Wl,--end-group $(LibrarySwitch)_102ClkCalib_1_03
ArLibs := "lib_102ClkCalib_1_03"
PackagesLibPath :=