CN112506535A - Method for updating Bootloader software by automobile ECU controller - Google Patents

Method for updating Bootloader software by automobile ECU controller Download PDF

Info

Publication number
CN112506535A
CN112506535A CN202010442410.7A CN202010442410A CN112506535A CN 112506535 A CN112506535 A CN 112506535A CN 202010442410 A CN202010442410 A CN 202010442410A CN 112506535 A CN112506535 A CN 112506535A
Authority
CN
China
Prior art keywords
bootloader
program
software
app
application program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010442410.7A
Other languages
Chinese (zh)
Other versions
CN112506535B (en
Inventor
邓海燕
邹仁刚
周超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Qingdu Automobile Technology Co ltd
Original Assignee
Shanghai Qingdu Automobile Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Qingdu Automobile Technology Co ltd filed Critical Shanghai Qingdu Automobile Technology Co ltd
Priority to CN202010442410.7A priority Critical patent/CN112506535B/en
Publication of CN112506535A publication Critical patent/CN112506535A/en
Application granted granted Critical
Publication of CN112506535B publication Critical patent/CN112506535B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method for updating and upgrading Bootloader software by an automobile ECU (electronic control unit), which comprises the following steps of: dividing the space of the MCU memory area; making a BootRom software program; making a Bootloader APP updater program; burning the MIX writing file into the ECU controller before the ECU shell is sealed and sealed; reading software checking information; brushing the prepared bootloadAPP updater program into an application program APP area; when the controller ECU program runs in the Bootloader APP, the Bootloader program can be updated. The invention can rapidly realize self-updating and upgrading based on the existing Bootloader program, and the method can achieve the purposes of safety, high efficiency, reliability and time and cost saving in the process of flashing and updating.

Description

Method for updating Bootloader software by automobile ECU controller
Technical Field
The invention relates to the technical field of automobile ECU controllers, in particular to a method for updating and upgrading Bootloader software by an automobile ECU controller.
Background
Along with the improvement of the automobile electronization degree, the automobile ECU application program inevitably has BUGs, the BUGs are more when the code amount is larger, two modes of software BUG repair and software function upgrade are generally provided, and the update of the application program must be completed by using a special burning tool in the early stage of ECU software development. The special burner is directly connected with a program debugging pin of the MCU to complete the programming of the program. The ECU of the product in the later development stage does not provide program debugging ports (such as BDM, JTAG, serial ports and the like), and after the ECU is arranged in a mechanical shell and is sealed and loaded, the reserved program debugging ports are not provided, and the program can not be updated by using a special burning tool. Generally, the software code of the ECU application program is updated by utilizing Bootloader upper and lower computer software through an automobile CAN network. The method has the advantages that the requirement for updating and upgrading APP software is met in developing the Bootloader, the requirement for refreshing and diagnosing specifications of a host factory is met, the development period is long, and the problem that the Bootloader needs to be updated and upgraded due to the fact that a bug exists in the previous stage due to incomplete Bootloader function cannot be avoided. And in the prior Bootloader self-updating process, the risk of brushing bricks by the controller exists because of accidental power failure of the controller. Therefore, improvements in the prior art are needed.
Disclosure of Invention
In order to overcome the defects in the prior art, a method for updating and upgrading Bootloader software by an automobile ECU controller is provided, so that the safe reliability of the Bootloader can be renewed after the controller is powered on again due to unexpected power failure.
In order to achieve the purpose, the invention provides a method for updating and upgrading Bootloader software by an automobile ECU (electronic control unit), which comprises the following steps of:
s1: dividing the space of the MCU memory area;
s2: making a BootRom software program;
s3: making a Bootloader program;
s4: burning MIX flash files of a complete BootRom program and a Bootloader program into an ECU controller before sealing an ECU shell;
s5: reading software verification information, jumping to the application program APP if the application program APP is judged to be valid, and staying in a Bootloader program if the verification is invalid;
s6: printing the manufactured Bootloader program into an application program APP area through the Bootloader program, and writing a Bootloader request mark by finishing software verification and resetting BootRom jump starting address information;
s7: when the controller ECU program runs in the Bootloader APP, the Bootloader program can be updated, BootRom jump starting address information is reset after verification is completed, and a Bootloader request flag is cleared.
In step S1, before the controller writes the Bootloader via the debug port, in order to meet the requirement for implementing self-update of the Bootloader program, the storage space of the ECU needs to be divided into a fixed Flash area, a Bootloader area, an APP application software area, and a user data storage area.
The method for updating and upgrading Bootloader software by the automobile ECU controller comprises the steps that the fixed Flash area is located in a memory PFLASH space and comprises a Boot Rom program area and a reset interrupt vector, the Boot Rom program area is independently used for address protection, the code segment is located in the minimum erasing sector of the PFLASH start, the Bootloader area is located in the memory PFLASH space, the start address is located at the start of the address of the second sector of the PFLASH, the APP application program software area is located in the memory PFLASH space and comprises application program codes and an application program interrupt vector table, the interrupt vector table needs to be isolated and protected from the application program, the address is located above the application program code segment, the user data storage area is located in the memory DFLASH or an external EEPROM memory space and comprises the application program and Bootloader valid check information, Bootloader update mark information, logistics data information, APP data parameter information and Boot Rom jump address information, and the PFLASH refers to a program code storage area, the DFLASH refers to a data storage area and is a section of address space for simulating EEPROM function storage by using PFLASH.
According to the method for updating and upgrading the Bootloader software by the automobile ECU controller, the Boot Rom program is used for judging whether the Boot program is complete and effective before the Bootloader program is loaded, the Bootloader is operated under the effective condition, and if the application program is judged to be complete and effective, the Bootloader APP program is operated by jumping to the operating initial address corresponding to the application program.
According to the method for updating and upgrading the Bootloader software by the automobile ECU controller, the Bootloader request downloading flag bit stored in the DFLASH is read in advance before the Boot Rom program is powered on and run each time, if the flag bit is 1, BootRom jump address information is read, and otherwise, the Bootloader code initial address is jumped to by default.
The MIX flash file refers to merging the respective compiled executable binary files into one block.
Reading software check information means that the valid and invalid marks of the application program APP are stored in a user storage space, and preparation for programming Bootloader programs comprises adaption to a boot upper computer.
Due to the adoption of the technical scheme, the invention has the beneficial effects that:
(1) optimizing and modifying the program of the existing Bootloader to manufacture a Bootloader APP program, and printing the Bootloader APP program into the controller ECU to quickly realize self-updating of the Bootloader;
(2) the bootrom program can rapidly guide and switch the Bootloader and the Bootloader APP program, the occupied RAM space is small, and the risk that the controller becomes a brick due to unexpected power failure or failure in the Boot updating process can be prevented.
Drawings
FIG. 1 is a flow chart of a method of the present invention;
FIG. 2 is a schematic diagram illustrating the MCU memory space division for implementing the secure flush Bootloader program according to the present invention;
fig. 3 is a schematic diagram of a procedure for updating and upgrading a Bootloader scheme based on a Bootloader program according to the present invention.
Detailed Description
The following description of the embodiments of the present invention is provided for illustrative purposes, and other advantages and effects of the present invention will become apparent to those skilled in the art from the present disclosure.
The drawings attached to the present specification, the depicted structures, ratios, sizes, and the like are only used for matching the disclosure of the present specification, so that those skilled in the art can understand and read the present specification, and do not limit the conditions that the present invention can be implemented, so that the present specification does not have a substantial technical meaning, and any structural modifications, ratio changes, or size adjustments should still fall within the scope of the present disclosure without affecting the efficacy and the achievable purpose of the present invention. In addition, the terms "upper", "lower", "left", "right", "middle" and "one" used in the present specification are for clarity of description, and are not intended to limit the scope of the present invention, and the relative relationship between the terms and the terms is not to be construed as a scope of the present invention.
The embodiment of the invention discloses a method for updating and upgrading Bootloader software by an automobile ECU controller, which mainly comprises the following steps as shown in figure 1:
s1: dividing the space of the MCU memory area;
s2: making a BootRom software program;
s3: making a Bootloader program;
s4: burning MIX flash files of a complete BootRom program and a Bootloader program into an ECU controller before sealing an ECU shell;
s5: reading software verification information, jumping to the application program APP if the application program APP is judged to be valid, and staying in a Bootloader program if the verification is invalid;
s6: printing the manufactured Bootloader program into an application program APP area through the Bootloader program, and writing a Bootloader request mark by finishing software verification and resetting BootRom jump starting address information;
s7: when the controller ECU program runs in the Bootloader APP, the Bootloader program can be updated, BootRom jump starting address information is reset after verification is completed, and a Bootloader request flag is cleared.
Specifically, dividing the memory area space of the MCU, before the controller flushes the Bootloader through the debug port, in order to ensure the independence and security of the program in the flushing process and meet the requirement of implementing the self-update of the Bootloader program, the memory space of the ECU needs to be divided into a fixed Flash area, a Bootloader area, an APP application program software area and a user data memory area, the detailed division method steps are as shown in fig. 2, the fixed Flash area is located in the memory PFLASH space and includes a BootRom program area and a reset interrupt vector, the BootRom program area is separately address protected and is located in the minimum erasing sector at the beginning of the PFLASH, in order to ensure that the code segment is not erased in the program flushing process, the APP application program area is located in the memory PFLASH space and includes application program codes and an application program interrupt vector table, wherein the interrupt table needs to be isolated and protected from the application program, and the address is located above the application program code segment, the user data storage area is located in a memory DFLASH or an external EEPROM memory space and comprises an application program, valid verification information of a Bootloader, update flag information of the Bootloader, logistics data information, APP data parameter information and Boot Rom jump address information, the PFLASH refers to a program code storage area, and the DFLASH refers to a data storage area.
For a DFLASH or EEPROM data storage area, read stream data information is subjected to version vehicle information matching before a Bootloader or Bootloader APP code communication process with an upper computer is performed, integrity verification is performed after the completion of the flash, verification effective information is written, a refresh zone bit is updated, single-byte and multi-byte read-write operation is performed, and therefore the DFLASH or EEPROM data storage area needs to be placed in the area. All information needing to be stored in the user data area is subjected to CRC16 verification, and user data safety is improved.
When a Boot Rom program is manufactured, the starting address designated by the MCU reset vector is usually fixed after each power-on, so the BootRom program is run after each power-on, as shown in fig. 3, the BootRom program is used to determine whether the Boot program is complete and the program is valid before loading the Bootloader program, run the Bootloader under valid conditions, jump to the running starting address corresponding to the application program if the application program is determined to be complete and valid, and run the loaded Bootloader APP program, thereby increasing the security and reliability of the process of updating the Bootloader.
Before a Boot Rom program is powered on and run, a Boot loader request downloading flag bit stored in a DFLASH is read in advance, if the flag bit is 1 (a Boot loader program updating request exists), BootRom jump address information is read, otherwise, the Boot ROM code is jumped to a Boot loader code initial address by default.
In addition, when a Bootloader APP updater program is manufactured, the Bootloader APP program is used for executing updating and upgrading the Bootloader program, the function of the Bootloader APP updater program is similar to that of the existing Bootloader, Flash programming and erasing driving is provided, the OEM refreshing requirement and the UDS diagnosis specification requirement are also met, compared with the original Bootloader program, programming address judgment protection is added, only Bootloader code area addresses are allowed to be downloaded, the integrity and effectiveness judgment of the Bootloader program is increased, and bootROM jump address related information and Bootloader request downloading marker bit information can be written. Before the Bootloader program is operated, in order to ensure the integrity and the safety of the BootRom program, the complete BootRom program and an MIX flash file of the Bootloader need to be burned into an ECU (electronic control unit) controller together before the ECU shell is sealed, wherein the MIX flash file refers to the fact that the respective compiled executable binary files are combined into one. When software checking information is read, if the application program APP is judged to be valid, the application program APP is jumped to, if the application program APP is judged to be invalid, the application program APP is stopped in the Bootloader, when the Bootloader program needs to be updated and upgraded, a normal refreshing session mode is entered, the Bootloader program is ready to be refreshed and works, and the Bootloader program is adapted to the boot upper computer.
Meanwhile, after the foregoing preparation work of updating Bootloader is completed, a new Bootloader updating process flow needs to be completed based on Bootloader APP as shown in fig. 3, and with reference to the refresh flow steps in fig. 1, step S6 is first executed, where the process 1 in fig. 3 is described as follows:
when the controller is powered on and has no flashing request, the ECU controller firstly enters a Boot Rom program to read a flag bit of a Bootloader flashing request in advance, if no request exists, the Bootloader starting address is jumped by default to run the program, the Bootloader program can firstly read the application program flashing request, if yes, the application program flashing request enters a refreshing session mode to be subjected to flashing operation, otherwise, the ECU controller jumps to the application program starting address to run an application program APP program after the application program is verified.
Now, the Bootloader APP updater program needs to be refreshed based on the existing Bootloader program, as indicated by process 2 shown in fig. 3, the Bootloader program performs a refresh operation after receiving an application program refresh request, integrity check is performed on the refreshed Bootloader APP code after downloading is completed, the integrity check process includes performing CRC32 integrity check on the downloaded Bootloader APP code read back from FLASH in the Bootloader program, if the check is passed, writing the application program check information to be valid or invalid, when the Bootloader APP program is determined to be valid and successfully jumps to the Bootloader APP program, rewriting the Bootloader program update flag, and resetting a Bootloader jump address information area, where the rewriting of the Bootloader program request update flag includes setting the Bootloader program update request flag to 1 (waiting for refresh), and resetting the jump address information includes changing the BootRom jump address to the Bootloader jump address start running address.
In step S7, the controller ECU program runs in the Bootloader APP to start updating the Bootloader program, as described in the process 3 shown in fig. 3 in conjunction with step S7 in fig. 1, the Bootloader APP writes the Bootloader program in conjunction with the Bootloader APP through the upper computer, the running Bootloader APP enters a refresh session mode when detecting a Bootloader write request, and step S7 may be re-executed if power fails unexpectedly or the Bootloader download integrity detection fails during the write process; when the running Bootloader APP detects the Bootloader refresh request again, the refresh operation is carried out, if the Bootloader downloading is completed and the integrity check is passed, the Bootloader program check information is set to be valid, BootRom jump address information is reset, a Bootloader program update mark is cleared, the Bootloader program work contains an adapted Boot upper computer, the upper computer only allows the request to download the address section of the Bootloader code, and the Boot Rom jump address information is reset, namely the BootRom jump address information of the user storage area is changed into the starting address of the running Bootloader code.
And finally, after the flash is finished, powering on and resetting once, operating the BootRom program, when detecting that the updating mark of the BootLoader program is cleared and the read last updated BootLoader program is verified to be valid, jumping to the initial address of the Bootloader code, operating the BootLoader program, and finishing the updating and upgrading operation.
The method can quickly realize the Bootloader self-updating and updating by the existing Bootloader program after overcoming the defects that no program is reserved for debugging and programming ports and the ECU shell is sealed and sealing glue, and even if unexpected power failure exists in the refreshing process, the method can achieve the purposes of safety, high efficiency and reliability in the process of updating and saving time and cost.
Specific embodiments of the invention have been described above. It is to be understood that the invention is not limited to the particular embodiments described above, in that devices and structures not described in detail are understood to be implemented in a manner common in the art; various changes or modifications may be made by one skilled in the art within the scope of the claims without departing from the spirit of the invention, and without affecting the spirit of the invention.

Claims (7)

1. A method for updating and upgrading Bootloader software by an automobile ECU controller is characterized by comprising the following steps:
s1: dividing the space of the MCU memory area;
s2: making a BootRom software program;
s3: making a Bootloader program;
s4: burning MIX flash files of a complete BootRom program and a Bootloader program into an ECU controller before sealing an ECU shell;
s5: reading software verification information, jumping to the application program APP if the application program APP is judged to be valid, and staying in a Bootloader program if the verification is invalid;
s6: printing the manufactured Bootloader program into an application program APP area through the Bootloader program, and writing a Bootloader request mark by finishing software verification and resetting BootRom jump starting address information;
s7: when the controller ECU program runs in the Bootloader APP, the Bootloader program can be updated, BootRom jump starting address information is reset after verification is completed, and a Bootloader request flag is cleared.
2. The method for updating and upgrading Bootloader software by an automobile ECU controller according to claim 1, wherein in step S1, before the controller writes the Bootloader through a debug port, in order to meet a requirement for implementing self-updating of a Bootloader program, a storage space of the ECU needs to be divided into a fixed Flash area, a Bootloader area, an APP application program software area and a user data storage area.
3. The method for updating and upgrading Bootloader software by the automobile ECU controller according to claim 2, wherein the fixed Flash area is located in a PFLASH space of the memory and comprises a BootRom program area and a reset interrupt vector, the BootRom program area is used for address protection independently, the code segment is located in a minimum erasing sector at the beginning of the PFLASH, the Bootloader area is located in the PFLASH space, the starting address is located at the beginning of the second sector address of the PFLASH, the APP application program software area is located in the PFLASH space and comprises application program codes and an application program interrupt vector table, the interrupt vector table needs to be isolated and protected from the application program, the address is located above the application program code segment, the user data storage area is located in the memory LASDFH or an external EEPROM memory space and comprises the application program and Bootloader valid check information, Bootloader update flag information, logistics data information, APP data parameter information, application program data information, BootRom jump address information, wherein the PFLASH refers to a program code storage area, and the DFLASH refers to a data storage area and is a section of address space for simulating EEPROM function storage by using PFLASH.
4. The method for updating and upgrading Bootloader software by the automobile ECU controller according to claim 1, wherein the Boot Rom program is used for judging whether the Boot program is complete and valid before loading the Bootloader program, running the Bootloader under the valid condition, and jumping to a running initial address corresponding to the application program if the application program is judged to be complete and valid, and running and loading the Bootloader APP program.
5. The method for updating and upgrading Bootloader software by the automobile ECU controller according to claim 4 is characterized in that a Bootloader request downloading flag bit stored in DFLASH is read in advance before a BootRom program is powered on and operated, BootRom jump address information is read if the flag bit is 1, and otherwise, the Bootloader code starting address is jumped to by default.
6. The method for updating and upgrading Bootloader software of the automobile ECU controller according to claim 1, wherein the MIX flash file is obtained by merging respective compiled executable binary files into one block.
7. The method for updating and upgrading the Bootloader software by the automobile ECU controller according to claim 1, wherein the step of reading the software verification information means that the valid and invalid marks of the application program APP are stored in a user storage space, and the step of preparing to write the Bootloader program comprises the step of adapting to a boot upper computer.
CN202010442410.7A 2020-05-22 2020-05-22 Method for updating and upgrading Bootloader software of automobile ECU controller Active CN112506535B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010442410.7A CN112506535B (en) 2020-05-22 2020-05-22 Method for updating and upgrading Bootloader software of automobile ECU controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010442410.7A CN112506535B (en) 2020-05-22 2020-05-22 Method for updating and upgrading Bootloader software of automobile ECU controller

Publications (2)

Publication Number Publication Date
CN112506535A true CN112506535A (en) 2021-03-16
CN112506535B CN112506535B (en) 2023-06-27

Family

ID=74953266

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010442410.7A Active CN112506535B (en) 2020-05-22 2020-05-22 Method for updating and upgrading Bootloader software of automobile ECU controller

Country Status (1)

Country Link
CN (1) CN112506535B (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113093694A (en) * 2021-03-18 2021-07-09 东风汽车集团股份有限公司 Vehicle-mounted electronic control unit data flashing method and system based on UDS
CN113127043A (en) * 2021-03-19 2021-07-16 力高(山东)新能源技术有限公司 Method for upgrading BootLoader on line by using single chip microcomputer APP
CN113359571A (en) * 2021-06-30 2021-09-07 上海麦腾物联网科技有限公司 Vehicle-mounted MCU precise and micro service storage method
CN113380308A (en) * 2021-06-22 2021-09-10 力高(山东)新能源技术有限公司 Data storage method for simulating EEPROM (electrically erasable programmable read-Only memory) by using PFLASH (pulse frequency laser absorption spectroscopy) software
CN113741940A (en) * 2021-09-14 2021-12-03 天津易鼎丰动力科技有限公司 Method for upgrading whole electric vehicle controller bootloader on line
CN113760334A (en) * 2021-09-27 2021-12-07 北京国家新能源汽车技术创新中心有限公司 ECU program flashing method and device
CN113778061A (en) * 2021-09-16 2021-12-10 广州锦红源电子科技有限公司 Method and device for verifying program integrity of electronic controller and electronic controller
CN114296819A (en) * 2021-12-23 2022-04-08 上海易咖智车科技有限公司 Program flashing method and device of vehicle body controller, computer equipment and medium
CN114880008A (en) * 2022-05-17 2022-08-09 联陆智能交通科技(上海)有限公司 Software upgrading method and system
CN114995863A (en) * 2022-08-03 2022-09-02 中国重汽集团济南动力有限公司 Software reprogramming system and software reprogramming method based on reprogramming system
WO2023036302A1 (en) * 2021-09-13 2023-03-16 长城汽车股份有限公司 Method for flashing ecu mounted on vehicle, vehicle, and storage medium
CN116955016A (en) * 2023-09-20 2023-10-27 安徽博微智能电气有限公司 Automatic repairing system and method for automobile software defects
CN117149478A (en) * 2023-06-14 2023-12-01 杭州迪为科技有限公司 Reset management method and device of automobile electronic controller and automobile electronic controller
CN117950904A (en) * 2024-03-26 2024-04-30 博世汽车部件(苏州)有限公司 Application refreshing detection method and software bottom layer starting management module
WO2024108456A1 (en) * 2022-11-24 2024-05-30 华为技术有限公司 Controller upgrading method, and apparatus

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010017775A1 (en) * 2008-08-13 2010-02-18 奇瑞汽车股份有限公司 Controller area network (can) bus based control method for refreshing codes of vehicle’s electronic controller
CN105608370A (en) * 2015-12-30 2016-05-25 科力远混合动力技术有限公司 ECU program flashing and detection method
CN106250196A (en) * 2016-08-12 2016-12-21 上海金脉电子科技有限公司 The method updating vehicle-mounted boot loader by CAN communication
CN109857426A (en) * 2018-12-27 2019-06-07 百度在线网络技术(北京)有限公司 Bootloader method for updating program, device, electronic equipment and storage medium
CN110231952A (en) * 2019-06-17 2019-09-13 合肥巨一动力系统有限公司 A kind of ECU program backup and circulation upgrade control method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010017775A1 (en) * 2008-08-13 2010-02-18 奇瑞汽车股份有限公司 Controller area network (can) bus based control method for refreshing codes of vehicle’s electronic controller
CN105608370A (en) * 2015-12-30 2016-05-25 科力远混合动力技术有限公司 ECU program flashing and detection method
CN106250196A (en) * 2016-08-12 2016-12-21 上海金脉电子科技有限公司 The method updating vehicle-mounted boot loader by CAN communication
CN109857426A (en) * 2018-12-27 2019-06-07 百度在线网络技术(北京)有限公司 Bootloader method for updating program, device, electronic equipment and storage medium
CN110231952A (en) * 2019-06-17 2019-09-13 合肥巨一动力系统有限公司 A kind of ECU program backup and circulation upgrade control method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
王涛: "基于CAN诊断汽车控制器刷新软件的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
许梦茹: "车载嵌入式设备的远程升级系统设计", 《中国优秀博硕士学位论文全文数据库(硕士)工程科技Ⅱ辑》 *

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113093694A (en) * 2021-03-18 2021-07-09 东风汽车集团股份有限公司 Vehicle-mounted electronic control unit data flashing method and system based on UDS
CN113093694B (en) * 2021-03-18 2022-05-20 东风汽车集团股份有限公司 Vehicle-mounted electronic control unit data flashing method and system based on UDS
CN113127043A (en) * 2021-03-19 2021-07-16 力高(山东)新能源技术有限公司 Method for upgrading BootLoader on line by using single chip microcomputer APP
CN113380308A (en) * 2021-06-22 2021-09-10 力高(山东)新能源技术有限公司 Data storage method for simulating EEPROM (electrically erasable programmable read-Only memory) by using PFLASH (pulse frequency laser absorption spectroscopy) software
CN113380308B (en) * 2021-06-22 2023-10-27 力高(山东)新能源技术有限公司 Data storage method for simulating EEPROM by using PFLASH software
CN113359571A (en) * 2021-06-30 2021-09-07 上海麦腾物联网科技有限公司 Vehicle-mounted MCU precise and micro service storage method
CN113359571B (en) * 2021-06-30 2024-04-30 上海麦腾物联网科技有限公司 Vehicle-mounted MCU (micro control Unit) precision business storage method
WO2023036302A1 (en) * 2021-09-13 2023-03-16 长城汽车股份有限公司 Method for flashing ecu mounted on vehicle, vehicle, and storage medium
CN113741940A (en) * 2021-09-14 2021-12-03 天津易鼎丰动力科技有限公司 Method for upgrading whole electric vehicle controller bootloader on line
CN113778061A (en) * 2021-09-16 2021-12-10 广州锦红源电子科技有限公司 Method and device for verifying program integrity of electronic controller and electronic controller
CN113760334A (en) * 2021-09-27 2021-12-07 北京国家新能源汽车技术创新中心有限公司 ECU program flashing method and device
CN114296819A (en) * 2021-12-23 2022-04-08 上海易咖智车科技有限公司 Program flashing method and device of vehicle body controller, computer equipment and medium
CN114880008A (en) * 2022-05-17 2022-08-09 联陆智能交通科技(上海)有限公司 Software upgrading method and system
CN114995863A (en) * 2022-08-03 2022-09-02 中国重汽集团济南动力有限公司 Software reprogramming system and software reprogramming method based on reprogramming system
CN114995863B (en) * 2022-08-03 2022-11-11 中国重汽集团济南动力有限公司 Software reprogramming system and software reprogramming method based on reprogramming system
WO2024108456A1 (en) * 2022-11-24 2024-05-30 华为技术有限公司 Controller upgrading method, and apparatus
CN117149478A (en) * 2023-06-14 2023-12-01 杭州迪为科技有限公司 Reset management method and device of automobile electronic controller and automobile electronic controller
CN117149478B (en) * 2023-06-14 2024-06-04 杭州迪为科技有限公司 Reset management method and device of automobile electronic controller and automobile electronic controller
CN116955016A (en) * 2023-09-20 2023-10-27 安徽博微智能电气有限公司 Automatic repairing system and method for automobile software defects
CN116955016B (en) * 2023-09-20 2023-12-26 安徽博微智能电气有限公司 Automatic repairing system and method for automobile software defects
CN117950904A (en) * 2024-03-26 2024-04-30 博世汽车部件(苏州)有限公司 Application refreshing detection method and software bottom layer starting management module

Also Published As

Publication number Publication date
CN112506535B (en) 2023-06-27

Similar Documents

Publication Publication Date Title
CN112506535A (en) Method for updating Bootloader software by automobile ECU controller
KR100506203B1 (en) Booting and boot code update method and system thereof
TWI384367B (en) System of updating firmware and method thereof
RU2142168C1 (en) Method for complete rewriting of cleared non- volatile memory
US6757838B1 (en) Hardware independent implementation of computer system BIOS recovery
WO2022007656A1 (en) Bootloader software updating method and apparatus, embedded controller, and storage medium
KR101427755B1 (en) Device and method for firmware upgrade using usb
CN109358887B (en) On-line upgrading method, device and system for single chip microcomputer program
CN110096300B (en) FPGA program file backup management system, operation method and upgrading method
JP4480815B2 (en) Memory rewriting method and computer system
CN106598654B (en) Method for updating PowerPC mainboard boot chip on line
CN114694728A (en) Power-off duration determination for NVMe SSD
JP2006268176A (en) Data validity/invalidity deciding method for flash eeprom
CN108920168A (en) It supports multiple similar ECU while upgrading and having the Bootloader method that anti-program mismatches function
CN110377303B (en) Method and equipment for upgrading program based on spare storage area mode
US11169828B2 (en) Electronic control unit and method for verifying control program
JP3805195B2 (en) Program rewriting apparatus and program rewriting method
EP0918287B1 (en) ROM image processing when supply of electric power is interrupted
JP2005338955A (en) Electronic control device
CN114996717A (en) Upgrade program design method for preventing error erasure
JP4375857B2 (en) Computer with program rewrite function
US20100083073A1 (en) Data processing apparatus, memory controlling circuit, and memory controlling method
KR100873302B1 (en) Method for reprogramming electric control unit of car
CN113176891B (en) Bootloader-based ECU (electronic control Unit) program programming method with backup function
WO2021000535A1 (en) Method for upgrading boot in memory of single chip microcomputer

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant