1# Copyright (c) 2021 Bestechnic (Shanghai) Co., Ltd. All rights reserved. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14Common: 15 BAUT_RATE: 3000000 16 BIN_DIR: ota_bin 17 COM: null 18 DLD_TOOLS_EXE: .\tools\dldtool.exe 19 DLD_VERBOSE_LOG: false 20 ERASE_WHOLE_FLASH: false 21 LOG_PRINT_DELAY_IN_MS: 100 22 LOG_SWITCH: true 23 MODE: WiFi 烧录工具 24 PIPE_BUFFER_SIZE: 2000000 25 PROGRAMMER: programmer2003.bin 26 PROGRESSBAR_SWITCH: false 27 REBOOT: false 28 REDIRECT_PIPE: true 29 SEC_BOOT_VER: 4 30 WAIT_PRESS_ENTER: true 31FILE_LIST: 32- BOOT1: 33 ADDR: null 34 FILE_NAME: ota_boot1.bin 35 SIZE: 65536 36 SWITCH: true 37- BOOT2A: 38 ADDR: 738263040 39 FILE_NAME: ota_boot2a.bin 40 REMAP_BOTH_SWITCH: true 41 REMAP_SWITCH: true 42 MAGIC: true 43 SIZE: 65536 44 SWITCH: true 45- TRUSTZONEA: 46 ADDR: 738394112 47 FILE_NAME: trustzone_main.bin 48 MAGIC: true 49 SIZE: 155648 50 SWITCH: true 51- TRUSTZONEB: 52 ADDR: 738549760 53 FILE_NAME: trustzone_mini.bin 54 MAGIC: true 55 SIZE: 155648 56 SWITCH: true 57- RTOS: 58 ADDR: 738721792 59 FILE_NAME: rtos_main.bin 60 MAGIC: true 61 SIZE: 8257536 62 SWITCH: true 63- RTOSMINI: 64 ADDR: 749731840 65 FILE_NAME: rtos_mini.bin 66 MAGIC: true 67 SIZE: 3735552 68 SWITCH: true 69- LITTLEFS: 70 ADDR: 750125056 71 FILE_NAME: littlefs.bin 72 SIZE: 4194304 73 SWITCH: true 74- FACTORY: 75 ADDR: 754905088 76 FILE_NAME: factory.bin 77 SIZE: 4096 78 SWITCH: true 79- FACTORYBK: 80 ADDR: 754970624 81 FILE_NAME: factory.bin 82 SIZE: 4096 83 SWITCH: true 84- PUB_OTP: 85 ADDR: 0 86 FILE_NAME: pub_otp.bin 87 SIZE: 1024 88 SWITCH: true 89