CN107766247B - Method and device for testing Bootloader and readable storage medium - Google Patents

Method and device for testing Bootloader and readable storage medium Download PDF

Info

Publication number
CN107766247B
CN107766247B CN201710972564.5A CN201710972564A CN107766247B CN 107766247 B CN107766247 B CN 107766247B CN 201710972564 A CN201710972564 A CN 201710972564A CN 107766247 B CN107766247 B CN 107766247B
Authority
CN
China
Prior art keywords
data
bootloader
test
fault
testing
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.)
Active
Application number
CN201710972564.5A
Other languages
Chinese (zh)
Other versions
CN107766247A (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 Kostal Huayang Automotive Electric Co Ltd
Kostal Shanghai Management Co Ltd
Original Assignee
Shanghai Kostal Huayang Automotive Electric Co Ltd
Kostal Shanghai Management 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 Kostal Huayang Automotive Electric Co Ltd, Kostal Shanghai Management Co Ltd filed Critical Shanghai Kostal Huayang Automotive Electric Co Ltd
Priority to CN201710972564.5A priority Critical patent/CN107766247B/en
Publication of CN107766247A publication Critical patent/CN107766247A/en
Application granted granted Critical
Publication of CN107766247B publication Critical patent/CN107766247B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The invention discloses a method for testing a Bootloader, which comprises the steps of receiving a test instruction for testing the Bootloader to test the Bootloader, and acquiring test data of the Bootloader in a test process; and matching the test data with corresponding fault data to obtain a test result of whether the Bootloader has faults. Therefore, the faults in the testing process of the Bootloader are identified by matching the testing data in the testing process of the Bootloader with the fault data, and software bugs caused by the fact that the Bootloader is successfully executed due to the fact that the faults in the testing process of the Bootloader cannot be identified are avoided. The invention also discloses a testing device and a readable storage medium of the Bootloader, and the technical effects can be realized.

Description

Method and device for testing Bootloader and readable storage medium
Technical Field
The invention relates to the field of program testing, in particular to a method and a device for testing Bootloader and a readable storage medium.
Background
The Bootloader is a first section of code when the embedded system is powered on, after the Bootloader completes initialization of a CPU and related hardware of the embedded system, an embedded application program mapped or solidified by an operating system is installed in a memory, and then the operating system is jumped to a space where the operating system is located, so that the operating system is started.
In practical application, the related test sample software program is updated conveniently and easily through the Bootloader, the related software updating is carried out through the MCU programming port and is not suitable for large-scale production of all parts and modules of modern automobiles, and the method is not suitable for large-scale maintenance and upgrading of the software versions of the parts and the modules of the automobiles, so that the performance of the Bootloader is more and more concerned by all host factories, and the performance of the Bootloader also runs through research, development, production and maintenance of all modules of the automobiles. Therefore, the testing of Bootloader is very important.
The traditional Bootloader test is only to update the software of a product through the Bootloader under a normal condition, and the Bootloader still can be successfully executed under the condition that a fault exists because the abnormal conditions such as power supply voltage, data flashing, a flashing flow, an upper computer and the like in the test process cannot be verified and checked; in order to prevent software-related bugs and improve testing efficiency, the situation must be considered comprehensively, and failure of the function of the test sample due to failure of Bootloader caused by abnormal situations is prevented.
Therefore, how to effectively solve the problem that the faults occurring in the testing process of the Bootloader cannot be detected when the Bootloader is tested is the problem to be solved by the technical personnel in the field.
Disclosure of Invention
The invention aims to provide a method and a device for testing a Bootloader and a readable storage medium, which solve the problem that faults in the testing process of the Bootloader cannot be detected when the Bootloader is tested.
In order to achieve the above purpose, the embodiment of the present invention provides the following technical solutions:
in one aspect, an embodiment of the present invention provides a method for testing Bootloader, including:
receiving a test instruction for testing the Bootloader so as to test the Bootloader;
acquiring test data of the Bootloader in a test process;
and matching the test data with corresponding fault data to obtain a test result of whether the Bootloader has faults or not.
Preferably, the matching the test data with the corresponding fault data includes:
sequentially matching each test data in the test process of the Bootloader with corresponding fault data;
and if any test data is matched with the corresponding fault data, stopping testing the Bootloader.
Preferably, the matching the test data with the corresponding fault data includes:
and matching the test data with fault refreshing process data, fault updating data and fault voltage data.
Preferably, after the matching the test data with the corresponding fault data to obtain the test result that the Bootloader has no fault, the method further includes:
receiving a change instruction of the fault data corresponding to the Bootloader;
and modifying the fault data according to the modification instruction to obtain target fault data corresponding to the Bootloader.
Preferably, the modifying the fault data according to the modification instruction to obtain target fault data corresponding to the Bootloader includes:
and according to the change instruction, changing the fault refreshing flow data and/or the fault updating data to obtain target fault refreshing flow data and/or target fault updating data corresponding to the Bootloader.
Preferably, after the matching the test data with the corresponding fault data to obtain a test result that the Bootloader has a fault, the method further includes:
and receiving an interrupt instruction of the Bootloader so as not to test the test sample piece through the interrupt instruction.
Preferably, after the step of matching the test data with the corresponding fault data to obtain a test result of whether the Bootloader has a fault, the method further includes:
and generating a test report corresponding to the test of the Bootloader according to the test data.
On the other hand, an embodiment of the present invention provides a Bootloader testing apparatus, including:
the test instruction receiving module is used for receiving a test instruction for testing the Bootloader so as to test the Bootloader;
the test data acquisition module is used for acquiring the test data of the Bootloader in the test process;
and the matching module is used for matching the test data with corresponding fault data to obtain a test result of whether the Bootloader has faults.
On the other hand, an embodiment of the present invention provides another Bootloader test apparatus, including:
a memory for storing a computer program;
a processor configured to execute a computer program stored in the memory to implement the steps of the Bootloader testing method as described in any of the above.
In another aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the Bootloader testing method as described in any one of the above.
In the scheme, the Bootloader is tested by receiving a test instruction for testing the Bootloader; acquiring test data of the Bootloader in a test process; and matching the test data with corresponding fault data to obtain a test result of whether the Bootloader has faults or not. Therefore, the test data generated in the test process of the Bootloader is matched with the fault data, so that whether the test process of the Bootloader has faults or not is detected through the matching result. Therefore, the method and the device can identify the faults in the testing process of the Bootloader, and software bugs caused by the fact that the Bootloader is successfully executed due to the fact that the faults in the testing process of the Bootloader cannot be identified are avoided. The invention also discloses a testing device and a readable storage medium of the Bootloader, and the technical effects can be realized.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a method for testing Bootloader according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a test system of the Bootloader disclosed in the embodiment of the present invention;
fig. 3 is a schematic diagram of a testing process of testing a Bootloader according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a Bootloader testing apparatus disclosed in the embodiment of the present invention;
fig. 5 is a schematic structural diagram of another Bootloader testing apparatus disclosed in the embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a method and a device for testing a Bootloader and a readable storage medium, which solve the problem that faults in the testing process of the Bootloader cannot be detected when the Bootloader is tested.
Referring to fig. 1, fig. 1 is a schematic flowchart of a method for testing Bootloader according to an embodiment of the present invention, including:
s101, receiving a test instruction for testing the Bootloader to test the Bootloader;
specifically, the test instruction in this embodiment is sent by a test control program in a computer program module, where the computer program module is connected to a test tool where the Bootloader is located to control the test tool to test the Bootloader, the test tool may be an upper computer, and the upper computer includes therein an upper computer
The Bootloader is correspondingly connected with the computer program module and also provided with a power supply module and a test sample piece; the power supply module is used for providing voltage input for the test tool and the test sample piece, and the computer program module controls the voltage output of the power supply module by running the test control program.
S102, obtaining test data in the test process of the Bootloader;
specifically, the test data in this embodiment is data in a test process of the Bootloader, and the test data is refresh flow data of the Bootloader, update data of the Bootloader, and voltage data generated by a power module that supplies voltage to the test Bootloader. Referring to fig. 2, fig. 2 is a schematic structural diagram of a test system of a Bootloader according to an embodiment of the present invention, in which a test tool and a power supply module are connected to a computer program module together to provide test conditions for the Bootloader through a test control program control voltage module and the test tool. The test control program controls the power supply module to provide normal voltage for the test tool and the test sample piece. And the power supply module can also be controlled to generate fault voltage data which is used as fault voltage data injection in the test process of the Bootloader, wherein the fault voltage data comprises voltage abnormal interruption data and high voltage/low voltage data. And the test control program controls a configuration file in the test tool to provide fault refreshing flow data for the test of the Bootloader and provide fault updating data for the test of the Bootloader by refreshing the data. And identifying a test fault through the acquired test data in the test process of the Bootloader.
S103, matching the test data with corresponding fault data to obtain a test result of whether the Bootloader has faults or not.
Specifically, the fault data in this embodiment is fault refresh flow data, fault update data, and fault voltage data of the Bootloader. The fault refresh flow data is execution flow data of the Bootloader, for example, the normal flow data of the Bootloader is 10xx, and the fault flow data of the Bootloader may be xx 10. And the fault updating data is data updated in the executive process of the Bootloader. The fault voltage data are voltage abnormal interruption data and high-voltage and low-voltage data; on one hand, the fault refreshing flow data of the Bootloader can be obtained by modifying the configuration file, the configuration file can be the normal refreshing flow data of the Bootloader, and the fault refreshing flow data can be obtained by modifying the normal refreshing flow data in the configuration file in the process of testing the Bootloader. The fault voltage data of the Bootloader can control the power module to generate the fault voltage data through the test control program. On the other hand, the fault refreshing flow data, the fault updating data and the fault voltage data can be injected into a test tool as faults so as to test the Bootloader through the test tool.
Referring to fig. 3, fig. 3 is a schematic diagram of a testing process of testing a Bootloader according to an embodiment of the present invention. The method comprises the steps that configuration files and refreshing data are imported into a test tool, wherein the configuration files comprise normal refreshing flow data and fault refreshing flow data; the method comprises the steps that refreshing data comprise a normal updating data packet and a fault updating data packet, fault voltage data are led into a testing tool, refreshing testing of the Bootloader is started after the three kinds of data are led in, firstly, whether testing voltage in the testing process of the Bootloader is correct or not is judged, and if the testing voltage is wrong, a refreshing report is generated; if the configuration file is correct, whether the configuration file in the testing process of the Bootloader is correct is continuously judged, namely whether the refreshing flow data in the testing process is matched with the normal refreshing flow in the imported configuration file, if the configuration file is matched, whether the refreshing flow data in the testing process of the Bootloader is correct is continuously judged, namely whether the updating data in the testing process of the Bootloader is matched with the normal updating data packet in the refreshing data is judged, and if the updating data is matched, the testing of the whole Bootloader is correct and a refreshing report is generated; if not, the test of the Bootloader fails and a test report is generated. Of course, the fault data may be other data according to the specific operating environment of the Bootloader, and is not limited herein.
It should be noted that, in this embodiment, the configuration file and the refresh data may be modified by a computer control program or a user, and for testing bootloaders in different environments, the configuration file and the refresh data may be modified correspondingly to detect faults occurring during testing bootloaders in different environments.
In this embodiment, the Bootloader is tested by receiving a test instruction for testing the Bootloader; acquiring test data of the Bootloader in a test process; and matching the test data with corresponding fault data to obtain a test result of whether the Bootloader has faults or not. Therefore, in the test of the Bootloader, the test data is matched with the fault data, so that whether a fault occurs in the test process of the Bootloader is detected through the matching result. Faults in the testing process of the Bootloader are identified, and software bugs caused by the fact that the Bootloader is successfully executed due to the fact that the faults in the testing process of the Bootloader cannot be identified are avoided.
Based on the above embodiment, the matching the test data and the fault data in this embodiment includes:
sequentially matching each test data in the test process of the Bootloader with corresponding fault data; and if any test data is matched with the corresponding fault data, stopping testing the Bootloader.
Specifically, each test data in this embodiment includes refresh flow data of the Bootloader, update data of the Bootloader, and voltage data generated by a power module that supplies voltage to the test Bootloader, and when any one of the refresh flow data of the Bootloader, the update data of the Bootloader, and the voltage data generated by the power module that supplies voltage to the test Bootloader matches with corresponding fault data, the test of the Bootloader is stopped.
In this embodiment, it can be seen that, in the test process of the Bootloader, each test data is sequentially matched with the corresponding fault data; and when any test data is detected to be matched with the corresponding fault data, stopping testing the Bootloader. Therefore, software bugs caused by the successful execution of Bootloader under the condition of fault are avoided. The testing efficiency of the Bootloader is improved.
Based on the foregoing embodiment, in this embodiment, matching the test data with the fault data includes:
and matching the test data with the fault refreshing flow data, the fault updating data and the fault voltage data.
Based on the foregoing embodiment, in this embodiment, if the matching between the test data and the failure data fails, the method further includes:
receiving a change instruction of fault data corresponding to the Bootloader;
and changing the fault data according to the change instruction to obtain target fault data corresponding to the Bootloader.
Specifically, the change instruction in this embodiment is sent by the computer program module, and if the matching between the test data and the first type of fault data fails, the first type of fault data does not exist in the test of the Bootloader, so that the first type of fault data is changed into the second type of fault data, and whether the second type of fault data exists in the test process of the Bootloader is determined again. For example, when the Bootloader is tested for the first time, the fault refresh flow data is 10xx, and when the fault refresh flow data is matched with the test data in error, the first test on the Bootloader is successful, and the Bootloader has no fault. Of course, the fault data may be other types of data, and is not limited herein.
It can be seen that, in this embodiment, a change instruction of fault data corresponding to the Bootloader is received, and the fault data is changed according to the change instruction to obtain target fault data corresponding to the Bootloader, so that after performing primary fault detection on the Bootloader, if the Bootloader has no test fault, the Bootloader can be subjected to secondary detection by changing the fault data, and accuracy of the Bootloader is improved.
Based on the foregoing embodiment, in this embodiment, modifying the fault data according to the modification instruction to obtain the target fault data corresponding to the Bootloader includes:
and according to the change instruction, changing the fault refresh flow data and/or the fault update data to obtain target fault refresh flow data and/or target fault update data corresponding to the Bootloader.
Based on the foregoing embodiment, in this embodiment, if the test data is successfully matched with the failure data, the method further includes, after the failure occurs in the test of the Bootloader:
and receiving an interrupt instruction of the Bootloader so as not to test the test sample piece through the interrupt instruction.
Specifically, the interrupt instruction in this embodiment is sent by the computer control program, and when the test of the Bootloader fails, the Bootloader is stopped from testing the test sample, where the test of the test sample includes updating software of an application APP of the test sample.
It should be noted that, if the matching of the test data and the fault data fails, the Bootloader is tested successfully, and the Bootloader is allowed to test the test sample.
Therefore, in the embodiment, the test sample is not tested through the interrupt instruction by receiving the interrupt instruction of the Bootloader, so that the test sample is prevented from being invalid due to software bugs updating the test sample after the Bootloader fails in testing.
Based on the foregoing embodiment, in this embodiment, after matching the test data with the fault data, the method further includes:
and generating a test report corresponding to the test of the Bootloader according to the test data.
Specifically, the test report in this embodiment includes test data, fault data corresponding to the test data, and other types of data related to the test of the Bootloader, and a corresponding refresh report is generated for success or failure of the test of the Bootloader after the test of the Bootloader is completed each time.
As can be seen, in this embodiment, the test report corresponding to the test data is generated so that the administrator can analyze the test report, thereby solving the fault quickly.
Referring to fig. 4, fig. 4 is a schematic diagram of a testing apparatus of a Bootloader according to an embodiment of the present invention, including:
the test instruction receiving module 100 is configured to receive a test instruction for testing the Bootloader so as to test the Bootloader;
a test data obtaining module 200, configured to obtain test data of the Bootloader during a test process;
and the matching module 300 is configured to match the test data with corresponding fault data to obtain a test result of whether the Bootloader has a fault.
In this embodiment, a test instruction for testing the Bootloader is received by the test instruction receiving module 100 to test the Bootloader; the test data acquisition module 200 acquires test data of the Bootloader in the test process; the matching module 300 matches the test data with the corresponding fault data to obtain a test result of whether the Bootloader has a fault. Therefore, in the test of the Bootloader, the test data is matched with the fault data, so that whether a fault occurs in the test process of the Bootloader is detected through the matching result. Faults in the testing process of the Bootloader are identified, and software bugs caused by the fact that the Bootloader is successfully executed due to the fact that the faults in the testing process of the Bootloader cannot be identified are avoided.
Based on the above embodiments, in the present embodiment, the matching module 300 includes:
the first matching unit is used for matching each kind of test data in the test process of the Bootloader with corresponding fault data in sequence;
and the stopping unit is used for stopping the test of the Bootloader if any test data is detected to be matched with the corresponding fault data.
Based on the above embodiments, in the present embodiment, the matching module 300 includes:
a second matching unit for matching the test data with the fault refresh flow data, the fault update data and the fault voltage data
Based on the foregoing embodiment, in this embodiment, the method further includes:
the change instruction receiving unit is used for receiving a change instruction of the fault data corresponding to the Bootloader;
and the changing unit is used for changing the fault data according to the changing instruction to obtain target fault data corresponding to the Bootloader.
Based on the above embodiment, in the present embodiment, the changing unit includes:
and the change subunit is used for changing the fault refresh flow data and/or the fault update data according to the change instruction to obtain target fault refresh flow data and/or target fault update data corresponding to the Bootloader.
Based on the foregoing embodiment, in this embodiment, the method further includes:
and the interrupt instruction receiving module is used for receiving an interrupt instruction of the Bootloader so as not to test the test sample piece through the interrupt instruction.
Based on the foregoing embodiment, in this embodiment, the method further includes:
and the test report generation module is used for generating a test report corresponding to the test of the Bootloader according to the test data.
Referring to fig. 5, fig. 5 is a schematic diagram of a testing apparatus of another Bootloader according to an embodiment of the present invention, including:
a memory 10 for storing a computer program;
a processor 20, configured to execute a computer program stored in the memory to implement the steps of the Bootloader testing method described in any one of the above.
For better understanding of the present invention, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the Bootloader testing method described in any one of the above.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A test method of Bootloader is characterized by being applied to a test tool and comprising the following steps:
receiving a configuration file, update data and voltage data, wherein the configuration file comprises normal refreshing flow data and fault refreshing flow data, the update data comprises a normal update data packet and a fault update data packet, and the voltage data comprises normal voltage data and fault voltage data;
receiving a test instruction for testing the Bootloader so as to test the Bootloader based on the configuration file, the refresh data and the voltage data;
acquiring test data of the Bootloader in a test process;
matching the test data with corresponding fault data to obtain a test result of whether the Bootloader has faults or not;
the matching the test data with the corresponding fault data comprises:
sequentially matching each test data in the test process of the Bootloader with corresponding fault data;
if any test data is detected to be matched with the corresponding fault data, stopping testing the Bootloader;
the matching the test data with the corresponding fault data comprises:
and matching the test data with fault refreshing process data, fault updating data and fault voltage data.
2. The method for testing the Bootloader according to claim 1, wherein the step of matching the test data with the corresponding fault data to obtain the test result that the Bootloader has no fault further comprises the steps of:
receiving a change instruction of the fault data corresponding to the Bootloader;
and modifying the fault data according to the modification instruction to obtain target fault data corresponding to the Bootloader.
3. The method for testing the Bootloader according to claim 2, wherein the modifying the fault data according to the modification instruction to obtain the target fault data corresponding to the Bootloader comprises:
and according to the change instruction, changing the fault refreshing flow data and/or the fault updating data to obtain target fault refreshing flow data and/or target fault updating data corresponding to the Bootloader.
4. The method for testing the Bootloader according to claim 2, wherein the step of matching the test data with the corresponding fault data to obtain the test result that the Bootloader has the fault further comprises the steps of:
and receiving an interrupt instruction of the Bootloader so as not to test the test sample piece through the interrupt instruction.
5. The method for testing the Bootloader according to any of claims 1-4, wherein the step of matching the test data with the corresponding fault data to obtain the test result of whether the Bootloader has a fault further comprises:
and generating a test report corresponding to the test of the Bootloader according to the test data.
6. A Bootloader testing apparatus, comprising:
the data receiving module is used for receiving a configuration file, updating data and voltage data, wherein the configuration file comprises normal refreshing flow data and fault refreshing flow data, the updating data comprises a normal updating data packet and a fault updating data packet, and the voltage data comprises normal voltage data and fault voltage data;
the test instruction receiving module is used for receiving a test instruction for testing the Bootloader so as to test the Bootloader based on the configuration file, the refresh data and the voltage data;
the test data acquisition module is used for acquiring the test data of the Bootloader in the test process;
the matching module is used for matching the test data with corresponding fault data to obtain a test result of whether the Bootloader has faults or not;
the first matching unit is used for matching each kind of test data in the test process of the Bootloader with corresponding fault data in sequence;
the stopping unit is used for stopping testing the Bootloader if any one of the test data is matched with the corresponding fault data;
and the second matching unit is used for matching the test data with the fault refreshing flow data, the fault updating data and the fault voltage data.
7. A Bootloader testing apparatus, comprising:
a memory for storing a computer program;
a processor for executing a computer program stored in the memory to implement the steps of the method of testing Bootloader according to any of claims 1 to 5.
8. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for testing Bootloader according to any of claims 1 to 5.
CN201710972564.5A 2017-10-18 2017-10-18 Method and device for testing Bootloader and readable storage medium Active CN107766247B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710972564.5A CN107766247B (en) 2017-10-18 2017-10-18 Method and device for testing Bootloader and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710972564.5A CN107766247B (en) 2017-10-18 2017-10-18 Method and device for testing Bootloader and readable storage medium

Publications (2)

Publication Number Publication Date
CN107766247A CN107766247A (en) 2018-03-06
CN107766247B true CN107766247B (en) 2021-06-04

Family

ID=61269397

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710972564.5A Active CN107766247B (en) 2017-10-18 2017-10-18 Method and device for testing Bootloader and readable storage medium

Country Status (1)

Country Link
CN (1) CN107766247B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112748713A (en) * 2019-10-31 2021-05-04 广州汽车集团股份有限公司 Vehicle-mounted ECU bus refreshing test system and method
CN110888414B (en) * 2019-11-25 2021-03-23 一汽解放汽车有限公司 Test method for upgrading vehicle controller
CN113315675B (en) * 2021-05-08 2023-02-24 山东英信计算机技术有限公司 White box switch U-Boot automatic testing method, system and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739022A (en) * 2008-11-24 2010-06-16 比亚迪股份有限公司 Performance test system and method for control unit of engine
CN103455025A (en) * 2013-08-15 2013-12-18 重庆邮电大学 Automobile fault diagnosis system based on Android platform
US8825991B2 (en) * 2011-03-28 2014-09-02 Samsung Electronics Co., Ltd. FOTA based data update method and mobile terminal supporting the same
CN104483959A (en) * 2014-11-04 2015-04-01 普华基础软件股份有限公司 Fault simulation and test system
CN104850114A (en) * 2014-12-19 2015-08-19 北汽福田汽车股份有限公司 Vehicle failure analyzing method and system
CN106371420A (en) * 2016-08-15 2017-02-01 上海科世达-华阳汽车电器有限公司 Vehicle's electronic control unit testing method and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739022A (en) * 2008-11-24 2010-06-16 比亚迪股份有限公司 Performance test system and method for control unit of engine
US8825991B2 (en) * 2011-03-28 2014-09-02 Samsung Electronics Co., Ltd. FOTA based data update method and mobile terminal supporting the same
CN103455025A (en) * 2013-08-15 2013-12-18 重庆邮电大学 Automobile fault diagnosis system based on Android platform
CN104483959A (en) * 2014-11-04 2015-04-01 普华基础软件股份有限公司 Fault simulation and test system
CN104850114A (en) * 2014-12-19 2015-08-19 北汽福田汽车股份有限公司 Vehicle failure analyzing method and system
CN106371420A (en) * 2016-08-15 2017-02-01 上海科世达-华阳汽车电器有限公司 Vehicle's electronic control unit testing method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于CAN诊断汽车控制器刷新软件的设计与实现;王涛;《中国优秀硕士学位论文全文数据库 信息科技辑》;20160315;正文第26-27页 *

Also Published As

Publication number Publication date
CN107766247A (en) 2018-03-06

Similar Documents

Publication Publication Date Title
US8370816B2 (en) Device, method and computer program product for evaluating a debugger script
US8756460B2 (en) Test selection based on an N-wise combinations coverage
CN107766247B (en) Method and device for testing Bootloader and readable storage medium
CN102622298B (en) Software testing system and method
US20160132420A1 (en) Backup method, pre-testing method for environment updating and system thereof
US9952855B2 (en) Software test automation
US9852038B2 (en) Debugging system and debugging method of multi-core processor
CN104657247A (en) System and method for realizing universal type fault injection based on JTAG (Joint Test Action Group) debug mode
CN104268052A (en) Memory Rank Spare testing method based on ITP tool
CN105528231A (en) Intermediate auxiliary function-based method and intermediate auxiliary function-based system for dynamically updating software
CN104391717A (en) Method for dynamically updating code during debugging
CN104360952A (en) Software test system and software test method
CN110119348B (en) Software upgrading test method and terminal
CN106294036A (en) A kind of hardware fault verification method, device and client
CN113805925A (en) Online upgrading method, device, equipment and medium for distributed cluster management software
CN103176903B (en) The test method and equipment of MapReduce distributed system program
CN107844395B (en) Reboot test control method and system
TW201527965A (en) System and method for detecting a BIOS test process of a computer
CN116126379A (en) BIOS firmware upgrading method, device, equipment and storage medium
CN115757099A (en) Automatic test method and device for platform firmware protection recovery function
CN108614704B (en) Code compiling method and device
US9141613B2 (en) Systems and methods for determining an address for a private function
CN105204929A (en) Batch processing scheduling method, device and system
CN106250266B (en) System repairing method and device
WO2017039588A1 (en) Software patch fix based on checksums

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