CN109062790B - Upgrading test method for Bluetooth firmware of vehicle-mounted terminal - Google Patents

Upgrading test method for Bluetooth firmware of vehicle-mounted terminal Download PDF

Info

Publication number
CN109062790B
CN109062790B CN201810797441.7A CN201810797441A CN109062790B CN 109062790 B CN109062790 B CN 109062790B CN 201810797441 A CN201810797441 A CN 201810797441A CN 109062790 B CN109062790 B CN 109062790B
Authority
CN
China
Prior art keywords
vehicle
bluetooth firmware
mounted terminal
version number
serial port
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
CN201810797441.7A
Other languages
Chinese (zh)
Other versions
CN109062790A (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.)
Beijing Shouqi Zhixing Technology Co Ltd
Original Assignee
Beijing Shouqi Zhixing 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 Beijing Shouqi Zhixing Technology Co Ltd filed Critical Beijing Shouqi Zhixing Technology Co Ltd
Priority to CN201810797441.7A priority Critical patent/CN109062790B/en
Publication of CN109062790A publication Critical patent/CN109062790A/en
Application granted granted Critical
Publication of CN109062790B publication Critical patent/CN109062790B/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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The invention discloses an upgrade test method of vehicle-mounted terminal Bluetooth firmware, which relates to the technical field of software test, and comprises the steps of reading the version number, name and upgrade sequence of each Bluetooth firmware upgrade package set in a configuration file by acquiring the vehicle-mounted terminal equipment number, server address, serial port number, serial port baud rate and test times set in the configuration file, acquiring the version number and name of the Bluetooth firmware upgrade package corresponding to the upgrade sequence according to the upgrade sequence, instructing a server corresponding to the server address to issue the Bluetooth firmware upgrade package corresponding to the Bluetooth firmware upgrade package and the name to a vehicle-mounted terminal corresponding to the vehicle-mounted terminal equipment number, receiving and reading a serial port returned by the vehicle-mounted terminal after the Bluetooth firmware upgrade is finished according to the serial port number and the serial port baud rate, and judging whether a serial port log contains the target version number of the vehicle-mounted terminal Bluetooth firmware upgrade, the automatic cycle test is realized, the test device can be used for pressure test, the test efficiency and the reliability of Bluetooth firmware upgrading are improved, and the human resources are saved.

Description

Upgrading test method for Bluetooth firmware of vehicle-mounted terminal
Technical Field
The invention relates to the field of software testing, in particular to an upgrading testing method for Bluetooth firmware of a vehicle-mounted terminal.
Background
At present, the shared automobile industry develops rapidly, and the key technology is realized through a mobile terminal APP/H5 webpage, a server, a vehicle-mounted terminal installed on a vehicle and communication between vehicles. When the mobile network signal of the vehicle-mounted terminal is poor, the control instruction of the vehicle cannot be normally executed, and the vehicle using experience of a user is influenced. The introduction of the Bluetooth communication module improves the reliability of the intelligent vehicle-mounted terminal communication, and has great significance for the development of shared automobiles.
Currently, the bluetooth firmware is mainly upgraded by adopting an over-the-air download technology, so that the aims of repairing the defects of the bluetooth communication module and improving the functions of the bluetooth communication module are fulfilled. In order to ensure the reliability of the vehicle-mounted terminal bluetooth firmware upgrade by adopting the over-the-air download technology, basic function test and pressure test are required to be carried out on the bluetooth firmware upgrade.
Disclosure of Invention
In order to overcome the defects in the prior art, an embodiment of the invention provides an upgrade test method for a bluetooth firmware of a vehicle-mounted terminal, which comprises the following steps:
step1, acquiring the number of the vehicle-mounted terminal equipment, the address of the server, the port number of the serial port, the baud rate of the serial port and the test times set in the configuration file;
step2, reading the version number, name and upgrading sequence of each Bluetooth firmware upgrading packet set in the configuration file;
step3, acquiring the version number and name of the Bluetooth firmware upgrade package corresponding to the upgrade sequence according to the upgrade sequence, and instructing the server corresponding to the server address to issue the Bluetooth firmware upgrade package corresponding to the version number and name of the Bluetooth firmware upgrade package to the vehicle-mounted terminal corresponding to the vehicle-mounted terminal equipment number;
step4, receiving and reading a serial port log returned by the vehicle-mounted terminal after the Bluetooth firmware is upgraded according to the serial port number and the serial port baud rate;
step5, judging whether the serial port log contains the target version number of the upgrading of the vehicle-mounted terminal Bluetooth firmware, if so, indicating that the test is passed;
step6, judging whether the current test times are larger than the set test times in the configuration file, if so, ending the test, and if not, judging whether the version number of the vehicle-mounted terminal Bluetooth firmware which is upgraded at this time is the last version number of the Bluetooth firmware upgrade package in the configuration file.
Preferably, the step of judging whether the version number of the vehicle-mounted terminal bluetooth firmware finished by the upgrade is the version number of the last bluetooth firmware upgrade package in the configuration file includes:
and if the version number of the Bluetooth firmware of the vehicle-mounted terminal after the upgrade is the last version number of the Bluetooth firmware upgrade package in the configuration module, repeating the Step2-Step6, starting the next test, if not, jumping to the Step3, reading the version number and the name of the next Bluetooth firmware upgrade package in the configuration file, and repeating the Step of Step4-Step 6.
The upgrading test method for the Bluetooth firmware of the vehicle-mounted terminal provided by the embodiment of the invention has the following beneficial effects:
the automatic cycle test is realized, the test device can be used for pressure test, the test efficiency and the reliability of Bluetooth firmware upgrading are improved, and the human resources are saved.
Drawings
Fig. 1 is a schematic flowchart of an upgrade testing method for bluetooth firmware of a vehicle-mounted terminal according to an embodiment of the present invention.
Detailed Description
The invention is described in detail below with reference to the figures and the embodiments.
Referring to fig. 1, the method for upgrading and testing the bluetooth firmware of the vehicle-mounted terminal provided by the embodiment of the invention comprises the following steps:
step1, acquiring the number of the vehicle-mounted terminal equipment, the address of the server, the port number of the serial port, the baud rate of the serial port and the test times set in the configuration file.
In one example, the current bluetooth firmware version is 1.1, the bluetooth firmware upgrade package has three versions, 1.2, 1.3 and 1.1, and in the configuration file, the upgrade sequence is set to upgrade to the 1.2 version first, then upgrade to the 1.3 version, and finally restore to the 1.1 version, and the number of tests is set to be 3.
Step2, reading the version number, name and upgrading sequence of each Bluetooth firmware upgrading package set in the configuration file.
In one example, according to the configuration file, the version number and the bluetooth name of the acquired bluetooth firmware upgrade package are respectively: 1.2, a Bluetooth firmware upgrade package 2; 1.3, a Bluetooth firmware upgrade package 3; 1.1 and a Bluetooth firmware upgrade package 1.
Step3, acquiring the version number and the name of the Bluetooth firmware upgrade package corresponding to the upgrade sequence according to the upgrade sequence, and instructing the server corresponding to the server address to issue the Bluetooth firmware upgrade package corresponding to the version number and the name of the Bluetooth firmware upgrade package to the vehicle-mounted terminal corresponding to the vehicle-mounted terminal equipment number.
In one example, the main control module sends a control instruction to the server according to the upgrading sequence set in the configuration file, after receiving the control instruction, the server issues a bluetooth firmware upgrading packet corresponding to the upgrading sequence to the vehicle-mounted terminal, and the vehicle-mounted terminal performs upgrading operation.
And Step4, receiving and reading a serial port log returned by the vehicle-mounted terminal after the Bluetooth firmware is upgraded according to the serial port number and the serial port baud rate.
Step5, judging whether the serial port log contains the target version number of the upgrading of the vehicle-mounted terminal Bluetooth firmware, if so, indicating that the test is passed.
In an example, according to the configuration file, the target version number of the current terminal bluetooth firmware upgrade is 1.2, and after the upgrade is completed, if the bluetooth firmware version number in the serial log is 1.2, it indicates that the current bluetooth firmware upgrade is successful, and the current test is passed.
Step6, judging whether the current test times are larger than the set test times in the configuration file, if so, ending the test, and if not, judging whether the version number of the vehicle-mounted terminal Bluetooth firmware which is upgraded at this time is the last version number of the Bluetooth firmware upgrade package in the configuration file.
In one example, according to the configuration file, the set number of times of testing is 3, and if the current number of times of testing is 1 or 2, it is determined whether the version number of the vehicle-mounted terminal bluetooth firmware finished by the upgrade is the version number of the last bluetooth firmware upgrade package in the configuration module.
Optionally, the determining whether the version number of the vehicle-mounted terminal bluetooth firmware finished by the upgrade is the version number of the last bluetooth firmware upgrade package in the configuration file includes:
if the version number of the Bluetooth firmware of the vehicle-mounted terminal after the upgrade is the last Bluetooth firmware upgrade package version number in the configuration module, repeating the Step2-Step6, if not, jumping to the Step3, reading the version number and the name of the next Bluetooth firmware upgrade package in the configuration file, and repeating the Step4-Step 6.
In one example, according to the configuration file, if the upgraded bluetooth firmware of the vehicle-mounted terminal is 1.1, jumping to the Step2 and repeatedly executing the steps Step3-Step 6; and if the version number of the vehicle-mounted terminal Bluetooth firmware which is upgraded at this time is 1.2, jumping to Step3, finding a Bluetooth firmware upgrade package with the version number of 1.3, and repeatedly executing the steps of Step4-Step 6.
The upgrading test method of the vehicle-mounted terminal Bluetooth firmware provided by the embodiment of the invention reads the version number, the name and the upgrading sequence of each Bluetooth firmware upgrading packet set in the configuration file by acquiring the vehicle-mounted terminal equipment number, the server address, the serial port number, the serial port baud rate and the test times set in the configuration file, acquires the version number and the name of the Bluetooth firmware upgrading packet corresponding to the upgrading sequence according to the upgrading sequence, instructs a server corresponding to the server address to issue the Bluetooth firmware upgrading packet corresponding to the version number and the name of the Bluetooth firmware upgrading packet to a vehicle-mounted terminal corresponding to the vehicle-mounted terminal equipment number, receives and reads a serial port log returned by the vehicle-mounted terminal after the Bluetooth firmware upgrading is finished according to the serial port number and the serial port baud rate, and judges whether the serial port log contains the target version number of the vehicle-mounted terminal Bluetooth firmware upgrading, if the number of the test is greater than the set number of the test in the configuration file, the test is finished, and if the number of the test is not greater than the set number of the test in the configuration file, the number of the vehicle-mounted terminal Bluetooth firmware upgraded is determined to be the last Bluetooth firmware upgrade package number in the configuration file.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
It will be appreciated that the relevant features of the method and apparatus described above are referred to one another. In addition, "first", "second", and the like in the above embodiments are for distinguishing the embodiments, and do not represent merits of the embodiments.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The algorithms and displays presented herein are not inherently related to any particular computer, virtual machine, or other apparatus. Various general purpose systems may also be used with the teachings herein. The required structure for constructing such a system will be apparent from the description above. Moreover, the present invention is not directed to any particular programming language. It is appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any descriptions of specific languages are provided above to disclose the best mode of the invention.
In addition, the memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (1)

1. An upgrade test method for Bluetooth firmware of a vehicle-mounted terminal is characterized by comprising the following steps:
step1, acquiring the number of the vehicle-mounted terminal equipment, the address of the server, the port number of the serial port, the baud rate of the serial port and the test times set in the configuration file;
step2, reading the version number, name and upgrading sequence of each Bluetooth firmware upgrading packet set in the configuration file;
step3, acquiring the version number and the name of the Bluetooth firmware upgrade package corresponding to the upgrade sequence according to the upgrade sequence, and instructing the server corresponding to the server address to issue the Bluetooth firmware upgrade package corresponding to the version number and the name of the Bluetooth firmware upgrade package to the vehicle-mounted terminal corresponding to the vehicle-mounted terminal equipment number;
step4, receiving and reading a serial port log returned by the vehicle-mounted terminal after the Bluetooth firmware is upgraded according to the serial port number and the serial port baud rate;
step5, judging whether the serial port log contains the target version number of the upgrading of the vehicle-mounted terminal Bluetooth firmware, if so, indicating that the test is passed;
step6, judging whether the current test times are larger than the set test times in the configuration file, if so, ending the test, and if not, judging whether the version number of the vehicle-mounted terminal Bluetooth firmware which is upgraded at this time is the version number of the last Bluetooth firmware upgrade package in the configuration file;
if the version number of the Bluetooth firmware of the vehicle-mounted terminal after the upgrade is the last Bluetooth firmware upgrade package version number in the configuration file, repeating the Step2-Step6, starting the next round of test, if not, jumping to the Step3, reading the version number and the name of the next Bluetooth firmware upgrade package in the configuration file, and repeating the Step of Step4-Step 6.
CN201810797441.7A 2018-07-19 2018-07-19 Upgrading test method for Bluetooth firmware of vehicle-mounted terminal Active CN109062790B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810797441.7A CN109062790B (en) 2018-07-19 2018-07-19 Upgrading test method for Bluetooth firmware of vehicle-mounted terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810797441.7A CN109062790B (en) 2018-07-19 2018-07-19 Upgrading test method for Bluetooth firmware of vehicle-mounted terminal

Publications (2)

Publication Number Publication Date
CN109062790A CN109062790A (en) 2018-12-21
CN109062790B true CN109062790B (en) 2022-04-05

Family

ID=64817545

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810797441.7A Active CN109062790B (en) 2018-07-19 2018-07-19 Upgrading test method for Bluetooth firmware of vehicle-mounted terminal

Country Status (1)

Country Link
CN (1) CN109062790B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109857433B (en) * 2019-01-15 2022-08-19 四川虹美智能科技有限公司 Single chip microcomputer software upgrading tool and method
CN109640353B (en) * 2019-01-17 2023-10-03 Tcl移动通信科技(宁波)有限公司 Bluetooth equipment testing method, intelligent terminal and storage medium
CN110703726B (en) * 2019-09-26 2021-07-30 上海赫千电子科技有限公司 Automatic upgrading test method applied to locomotive
CN111104186A (en) * 2019-12-26 2020-05-05 惠州Tcl移动通信有限公司 Bluetooth configuration file loading method and device, storage medium and terminal equipment
CN111866825A (en) * 2019-12-30 2020-10-30 北京骑胜科技有限公司 Bluetooth firmware upgrading method and device, airborne terminal and storage medium
CN111400183A (en) * 2020-03-16 2020-07-10 北京首汽智行科技有限公司 Automatic testing method for vehicle-mounted terminal
CN113099439A (en) * 2021-03-29 2021-07-09 上海闻泰信息技术有限公司 OTA upgrade pressure test method, device, computer equipment and storage medium
CN113721957B (en) * 2021-08-30 2023-10-31 四川虹美智能科技有限公司 Automatic test method, device and system for firmware deployment upgrade of embedded equipment
CN115408304A (en) * 2022-11-02 2022-11-29 深圳市华曦达科技股份有限公司 Method, device, equipment and storage medium for automatic pressure test of software upgrading

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1809809A (en) * 2003-06-20 2006-07-26 索尼株式会社 Software update system, software providing device, software processing device, and software update method
WO2011162901A3 (en) * 2010-06-21 2012-01-26 Litepoint Corporation System and method of providing driver software to test controller to facilitate testing by wireless transceiver tester of a device under test
CN101515967B (en) * 2009-03-18 2012-10-10 中兴通讯股份有限公司 Over-the-air downloader of terminal firmware and method thereof
CN105260307A (en) * 2015-10-21 2016-01-20 浪潮电子信息产业股份有限公司 BMC upgrading method and apparatus
CN106708517A (en) * 2016-12-09 2017-05-24 上海斐讯数据通信技术有限公司 Software automatic upgrading test system and method
CN106802814A (en) * 2016-12-14 2017-06-06 智车优行科技(北京)有限公司 For the method and device of software release upgrade
CN107220060A (en) * 2017-06-15 2017-09-29 福州汇思博信息技术有限公司 It is a kind of while supporting the method and system of multiple OTA AKUs upgrading
CN107483241A (en) * 2017-08-08 2017-12-15 聚好看科技股份有限公司 A kind of method and apparatus that upgrade image version is downloaded during network element updating

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007018563A (en) * 2005-07-05 2007-01-25 Toshiba Corp Information storage medium, method and device for recording information, method and device for reproducing information
US9858176B2 (en) * 2013-08-12 2018-01-02 Nec Corporation Software aging test system, software aging test method, and program for software aging test
CN104811979B (en) * 2015-04-16 2016-08-17 努比亚技术有限公司 Method for testing pressure based on FOTA upgrading and device
CN107483146A (en) * 2017-07-10 2017-12-15 国网福建省电力有限公司泉州供电公司 The remote upgrade and information transmitting methods of a kind of wireless terminal
CN107770279B (en) * 2017-10-31 2020-12-29 深圳市银河风云网络系统股份有限公司 Remote upgrading method and system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1809809A (en) * 2003-06-20 2006-07-26 索尼株式会社 Software update system, software providing device, software processing device, and software update method
CN101515967B (en) * 2009-03-18 2012-10-10 中兴通讯股份有限公司 Over-the-air downloader of terminal firmware and method thereof
WO2011162901A3 (en) * 2010-06-21 2012-01-26 Litepoint Corporation System and method of providing driver software to test controller to facilitate testing by wireless transceiver tester of a device under test
CN105260307A (en) * 2015-10-21 2016-01-20 浪潮电子信息产业股份有限公司 BMC upgrading method and apparatus
CN106708517A (en) * 2016-12-09 2017-05-24 上海斐讯数据通信技术有限公司 Software automatic upgrading test system and method
CN106802814A (en) * 2016-12-14 2017-06-06 智车优行科技(北京)有限公司 For the method and device of software release upgrade
CN107220060A (en) * 2017-06-15 2017-09-29 福州汇思博信息技术有限公司 It is a kind of while supporting the method and system of multiple OTA AKUs upgrading
CN107483241A (en) * 2017-08-08 2017-12-15 聚好看科技股份有限公司 A kind of method and apparatus that upgrade image version is downloaded during network element updating

Also Published As

Publication number Publication date
CN109062790A (en) 2018-12-21

Similar Documents

Publication Publication Date Title
CN109062790B (en) Upgrading test method for Bluetooth firmware of vehicle-mounted terminal
CN109032912B (en) Pressure testing method for vehicle-mounted terminal firmware upgrading
CN110058873B (en) Application page updating method, device, equipment and storage medium
CN107193593B (en) Upgrading method of upgradable file, set top box and storage medium
CN109358882B (en) Method and device for upgrading firmware of television terminal
CN108335718B (en) Test method and device
CN109710286B (en) System upgrading method, device, equipment and storage medium
CN111124871A (en) Interface test method and device
CN111026080A (en) Hardware-in-loop test method and device for controller
CN115328853A (en) AUTOSAR-based file configuration method and device
CN110838955B (en) Method and device for debugging ETC online application function
CN113641592B (en) Test sequence generation method and device
CN111400183A (en) Automatic testing method for vehicle-mounted terminal
CN108268369B (en) Test data acquisition method and device
CN112286796A (en) Software testing method, device and storage medium
CN109542775B (en) Test script generation and execution method and device
CN112559313A (en) Test case setting method and device, storage medium and electronic equipment
CN109582396B (en) Task state processing method, device and system and storage medium
CN116383021A (en) Software package performance testing method, system, computing device and readable storage medium
CN107291439B (en) Target incremental data construction method and device
CN112328288A (en) Method, system, equipment and storage medium for updating server component
CN111427620A (en) Starting method and device of embedded system
CN110908876B (en) Method and device for acquiring hardware performance data
CN111367540B (en) eMMC firmware upgrading method and device
CN110086867B (en) Vehicle returning network point pushing method

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