Skip to content

Commit be20034

Browse files
committed
platform:remove hardcod address in flasher command
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 41889f3 commit be20034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ tools.logicromflasher_rda8910.cmd="{runtime.tools.python3.path}/python3" -I "{pa
141141

142142
tools.logicromflasher_rda8910.upload.params.verbose=
143143
tools.logicromflasher_rda8910.upload.params.quiet=
144-
tools.logicromflasher_rda8910.upload.pattern={cmd} -m "RDA8910" 0x8000c0 "{runtime.platform.path}/cores/{build.core}/logicromsdk/lib/rda8910/fdl1.img" 0x810000 "{runtime.platform.path}/cores/{build.core}/logicromsdk/lib/rda8910/fdl2.img" 0x60230000 "{build.path}/{build.project_name}.img"
144+
tools.logicromflasher_rda8910.upload.pattern={cmd} "RDA8910" "{runtime.platform.path}/cores/{build.core}/logicromsdk/lib/rda8910/core_config.json" "{runtime.platform.path}/cores/{build.core}/logicromsdk/lib/rda8910/fdl1.img" "{runtime.platform.path}/cores/{build.core}/logicromsdk/lib/rda8910/fdl2.img" "{build.path}/{build.project_name}.img"
145145

146146
tools.logicromflasher.path={runtime.tools.logicromflasher.path}
147147
tools.logicromflasher.cmd="{runtime.tools.python3.path}/python3" -I "{path}/upload.py"

0 commit comments

Comments
 (0)