CN109358882B - Method and device for upgrading firmware of television terminal - Google Patents

Method and device for upgrading firmware of television terminal Download PDF

Info

Publication number
CN109358882B
CN109358882B CN201811300405.1A CN201811300405A CN109358882B CN 109358882 B CN109358882 B CN 109358882B CN 201811300405 A CN201811300405 A CN 201811300405A CN 109358882 B CN109358882 B CN 109358882B
Authority
CN
China
Prior art keywords
firmware
file
new
flash memory
module
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
CN201811300405.1A
Other languages
Chinese (zh)
Other versions
CN109358882A (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.)
Vidaa Netherlands International Holdings BV
Original Assignee
Hisense Visual 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 Hisense Visual Technology Co Ltd filed Critical Hisense Visual Technology Co Ltd
Priority to CN201811300405.1A priority Critical patent/CN109358882B/en
Publication of CN109358882A publication Critical patent/CN109358882A/en
Application granted granted Critical
Publication of CN109358882B publication Critical patent/CN109358882B/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

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 and a device for upgrading firmware of a television terminal, which solve the problem that a new firmware file can only be written into a firmware module through an external memory for upgrading. The method comprises the following steps: through communication with a server, when a new firmware version file is detected, downloading the new firmware version file from the server and storing the new firmware version file in a preset storage area; when the firmware of the starting module is upgraded, reading the new version firmware file from the preset storage area; and upgrading the module firmware by using the read new version firmware file. The invention uses the transfer mode of the random access memory, can finish firmware updating in the background in the normal use process of the television, and does not influence the normal television watching of users.

Description

Method and device for upgrading firmware of television terminal
Technical Field
The invention relates to the field of firmware upgrading, in particular to a method and a device for upgrading firmware of a television terminal.
Background
With the enhancement of the functions of the smart television, on the smart television mainboard, various modules such as a frame frequency control chip, a screen driving board, a backlight driver and the like are more and more, and the updating and upgrading of the firmware of the modules are also very important requirements. Generally, a module firmware upgrading method in the industry places a firmware upgrading package in a usb disk, detects whether each firmware upgrading package exists in the usb disk at the start-up stage of an intelligent television, and a user cannot use the television during the upgrading process. If the requirement of updating the module firmware exists, the module firmware can only be updated by after-sales personnel, so that the labor cost is high and the real-time performance is poor.
The OTA upgrading function of the smart television is based on an Android recovery mode, only eMMC Flash partition data used by a system level chip can be updated and modified in the mode, and Flash of module firmware is separated from eMMC, so that the recovery mode cannot update module firmware Flash except an SOC main program, and a mode for solving the problem is urgently needed.
Disclosure of Invention
The invention provides a method and a device for upgrading firmware of a television terminal, which solve the problem that a new firmware file can only be written into a firmware module through an external memory for upgrading.
In order to solve the above technical problem, the present invention provides a method and an apparatus for upgrading firmware of a television terminal, which specifically include:
according to a first aspect of the present invention, there is provided a method for upgrading firmware of a television terminal, the method comprising:
through communication with a server, when a new firmware version file is detected, downloading the new firmware version file from the server and storing the new firmware version file in a preset storage area;
when the firmware of the starting module is upgraded, reading the new version firmware file from the preset storage area;
and upgrading the module firmware by using the read new version firmware file.
According to a second aspect of the present invention, there is provided a television terminal for performing firmware upgrade, the apparatus comprising a memory and a processor, the processor being configured to:
through communication with a server, when a new firmware version file is detected, downloading the new firmware version file from the server and storing the new firmware version file in a preset storage area;
when the firmware of the starting module is upgraded, reading the new version firmware file from the preset storage area;
and upgrading the module firmware by using the read new version firmware file.
According to a third aspect of the invention, there is provided a computer storage medium storing a computer program which, when executed, implements the method described above.
The method and the device for upgrading the firmware of the television terminal have the following advantages that:
because the upgrading is carried out after the television is completely started, the system-level chip and the module firmware can be subjected to multi-thread running, the firmware updating can be completed in the background in the normal use process of the television, and the normal television watching of a user is not influenced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments of the present invention will be briefly described below, and it is obvious that the drawings described below are only some embodiments of the present invention, and it is obvious for those skilled in the art to do so without inventive effort. Other figures can also be derived from these figures.
Fig. 1 is a schematic diagram of a method for upgrading firmware of a television terminal according to an embodiment of the present invention;
fig. 2 is a flowchart of a method for upgrading firmware of a television terminal according to an embodiment of the present invention;
fig. 3 is a distribution diagram of common modules of a main board of an intelligent television;
fig. 4 is a diagram of an apparatus for upgrading firmware of a television terminal according to a second embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, 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.
Example one
The embodiment provides a method for upgrading firmware of a television terminal, which is applied to an intelligent television terminal, where the intelligent television terminal, as shown in fig. 3, mainly includes: the system-level chip, the embedded eMMC memory, the double-rate synchronous dynamic random DDR memory, a communication module, a functional module, an interface module, a frame frequency control chip, a FLASH chip, a central control board and a backlight driving board.
The firmware upgrade of the method is performed in the television boot state, as shown in fig. 1, and includes:
step 101, through communication with a server, when a new firmware version file is detected, downloading the new firmware version file from the server and storing the new firmware version file in a preset storage area;
the firmware is a program that can be upgraded by a user through a specific refresh program, and refers to a device driver stored in the device, and is generally stored in an electrically erasable read-only memory EEPROM or a FLASH chip in the device. In this embodiment, the firmware refers specifically to module firmware other than the main program of the system-on-chip.
The system-on-chip integrates the CPU, analog IP core, digital signal processor DSP module, and embedded memory (or off-chip memory control interface) on a single chip, which is an integrated circuit with dedicated targets, containing the complete system and having all the contents of the embedded software.
The television terminal comprises a wireless network communication module and can perform information interaction with the server.
When the firmware is upgraded after the television is started, the firmware upgrading thread is newly established, the firmware upgrading can be carried out under the independent thread, and the execution of other threads is not influenced.
The firmware upgrading thread inquires whether the server has a new firmware version file through the wireless network communication module;
and if the new firmware file is inquired, judging whether the firmware needs to be upgraded, and if the existing module firmware version is lower than the new firmware file, downloading the new firmware file from the server by adopting an over-the-air technology OTA and storing the new firmware file in a preset storage area.
Optionally, the preset storage area may be, but is not limited to, a main board flash memory area;
and after the system-level chip stores the new version of the firmware file into the flash memory area of the mainboard, the system-level chip performs cyclic redundancy CRC (cyclic redundancy check) on the new version of the firmware file.
The new firmware version file has a new firmware version upgrading program.
The over-the-air downloading technology downloads the upgrading data packet through the mobile communication network, and the upgrading system is a standard software upgrading mode provided by the android system.
Cyclic redundancy check is a data transmission error detection function, which performs polynomial calculation on data, attaches the obtained result to the back of a frame, and the receiving device also executes a similar algorithm to ensure the correctness and integrity of data transmission.
Step 102, reading the new firmware version file from the preset storage area when the module firmware is started to be upgraded;
when the module firmware is started to be upgraded, a new version firmware file which passes the verification in a flash memory area of a mainboard is sent to the module firmware through a system-level chip;
after the verification is passed, the system-on-chip sends an upgrade instruction to the module firmware corresponding to the new firmware file through the integrated circuit bus I2C and sends the new firmware file.
And after an upgrading instruction is sent to the module firmware, judging whether the module firmware applies for a cache region in the RAM, if so, sending a new firmware file to the cache region of the module firmware applying in the RAM.
And 103, upgrading the module firmware by using the read new version firmware file.
After the module firmware receives the upgrading instruction, applying for a cache region in the RAM, and storing the received new firmware version file into the RAM by the module firmware;
performing cyclic redundancy CRC (cyclic redundancy check) on a new version firmware file in a Random Access Memory (RAM) through the module firmware;
and upgrading the module firmware by reading the new version firmware file in the RAM.
And the module firmware reads a new version firmware file in the RAM and stores the new version firmware file in a flash memory area corresponding to the module firmware through the SPI.
SPI is a synchronous serial peripheral interface that allows the mcu to communicate with various peripherals in a serial manner to exchange information.
The module firmware corresponds to a main flash memory area and a backup flash memory area, the main flash memory area is a flash memory area used by the module firmware in the current operation, a new version firmware file in a Random Access Memory (RAM) is read and stored in the flash memory area corresponding to the module firmware, and the method comprises the following steps:
and reading the new version firmware file in the RAM and storing the new version firmware file in a backup flash memory area corresponding to the module firmware. For example, the module firmware is started from the main flash memory area, the new version firmware file is written into the backup flash memory area when the upgrading requirement exists, the starting flag bit is changed after the upgrading is successful, and the module firmware is started from the backup flash memory area when the computer is started next time.
And reading the new firmware file from the corresponding flash memory area through the module firmware to update the firmware.
The system-level chip and the module firmware can be operated in a multithreading mode, the firmware updating can be finished in the background in the normal use process of the television by adopting the mode of transferring the new version firmware file by the RAM, and the normal television watching of a user is not influenced.
The over-the-air technology upgrading function of the smart television is based on an Android backup Android recovery mode, wherein the recovery mode refers to a mode capable of modifying data or systems inside an Android system, in the mode, only partition data of eMMC used by a system-level chip can be updated and modified, FLASH of module firmware is separated from the eMMC, and therefore the recovery mode cannot update module firmware FLASH except a main program of the system-level chip. The above scheme can only be adopted to realize the firmware upgrade by the over-the-air technology.
Taking the frame rate control chip FRC as an example, as shown in fig. 2, the frame rate control chip FRC includes a system-on-chip flow and a frame rate control chip flow.
The system-on-chip flow includes:
2101, after the system is determined to be started, a wireless network communication module is used for inquiring whether a server has a new firmware file, if yes, the server is executed 2102;
2102, downloading a new firmware version file from the server by adopting an over-the-air technology OTA, and storing the new firmware version file to a main board eMMC;
2103, performing Cyclic Redundancy Check (CRC) on the new version firmware file in the eMMC; if the verification fails, the upgrading fails, and if the verification succeeds, the execution is 2104;
2104, sending an upgrade instruction to the FRC informing the FRC to prepare for upgrade, so that the FRC applies for a cache in the random access memory RAM;
2105, acquiring whether the state of the FRC is ready for upgrading, if not, the upgrading fails, and if so, executing 2106;
2106, the new version firmware file is sent via the I2C bus to a cache area that FRC applies for in random access memory RAM.
The frame rate control chip side flow comprises the following steps:
2201, FRC is started from flash partition bank 0;
2202, I2C initializes the system on chip to send new firmware files over I2C bus;
2203, after receiving the upgrade instruction sent by the system-on-chip, the FRC applies for a cache area in the RAM for storing a new version firmware file sent by the system-on-chip;
2204, detecting whether the FRC is ready for upgrading, if not, failing to upgrade, if so, executing 2205;
2205, storing the new firmware file sent by the system-on-chip into a cache area applied in the RAM;
2206, performing cyclic redundancy CRC (cyclic redundancy check) on the new version firmware file in the RAM, failing to upgrade if the CRC is unsuccessful, and executing 2207 if the verification is successful;
2207, reading the new version firmware file successfully checked in the RAM, and storing the new version firmware file in the flash partition bank1 through the SPI, wherein if the storage is successful, the upgrade is successful, and if the storage is failed, the upgrade is failed.
And after the upgrade is successful, the starting flag bit is changed, and when the computer is started next time, the module firmware is started from the flash partition bank 1.
Example two
The present embodiment is a device for upgrading firmware of a television terminal, and the principle of the device for solving the problem is similar to that of the method described above, so the implementation of the device may refer to the implementation of the method, and repeated details are not described again.
The embodiment further provides a device for upgrading firmware of a television terminal, which includes a memory and a processor, where the processor is configured to:
through communication with a server, when a new firmware version file is detected, downloading the new firmware version file from the server and storing the new firmware version file in a preset storage area;
when the firmware of the starting module is upgraded, reading the new version firmware file from the preset storage area;
and upgrading the module firmware by using the read new version firmware file.
The processor is specifically configured to:
when the module firmware is started to be upgraded, a new version firmware file of a mainboard flash memory area is sent to the module firmware through a system level chip;
using the read new version firmware file to perform module firmware upgrade, including:
storing the received new firmware version file into a read Random Access Memory (RAM);
and upgrading the module firmware by reading the new version firmware file in the RAM.
Reading a new version firmware file in a Random Access Memory (RAM) and storing the new version firmware file in a flash memory area corresponding to the module firmware;
and reading the new firmware file from the corresponding flash memory area to update the module firmware.
The processor is further configured to:
and performing cyclic redundancy CRC (cyclic redundancy check) on the new firmware file in the main flash memory area.
The processor is further configured to:
and performing cyclic redundancy CRC (cyclic redundancy check) on the new version firmware file in the RAM through the module firmware.
The processor is configured to:
and downloading the new version firmware file from the server by adopting an over-the-air technology OTA and storing the new version firmware file in a preset storage area.
EXAMPLE III
This embodiment provides an apparatus for upgrading firmware of a television terminal, as shown in fig. 4, the apparatus includes:
a firmware file obtaining unit 401, configured to, when a new firmware file is detected through communication with a server, download the new firmware file from the server and store the new firmware file in a preset storage area;
a firmware upgrade starting unit 402, configured to read the new firmware version file from the preset storage area when a module firmware upgrade is started;
a firmware upgrading unit 403, configured to upgrade module firmware by using the read new version firmware file.
The preset storage area is a mainboard flash memory area used for storing the system upgrade file.
The firmware upgrade starting unit 402 is specifically configured to:
when the module firmware is started to be upgraded, a new version firmware file of a mainboard flash memory area is sent to the module firmware through a system level chip;
using the read new version firmware file to perform module firmware upgrade, including:
storing the received new firmware version file into a read Random Access Memory (RAM);
and upgrading the module firmware by reading the new version firmware file in the RAM.
The flash memory module is used for reading a new version firmware file in the RAM and storing the new version firmware file in the flash memory area corresponding to the firmware module;
and the method is used for reading the new firmware file from the corresponding flash memory area to carry out firmware upgrade.
The firmware upgrade starting unit 402 is further specifically configured to:
and performing cyclic redundancy CRC (cyclic redundancy check) on the new firmware file in the main flash memory area.
The firmware upgrade starting unit 402 is further specifically configured to:
and performing cyclic redundancy CRC (cyclic redundancy check) on the new version firmware file in the RAM (random access memory).
The firmware file obtaining unit 401 is specifically configured to download the new firmware file from the server and store the new firmware file in the preset storage area by using an over-the-air technology OTA.
Example four
The present embodiment is a computer storage medium, which stores a computer program that implements the contents of any one of the first to third embodiments when executed.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention 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, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. 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.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (6)

1. A method for upgrading firmware of a television terminal is characterized by comprising the following steps:
through communication with a server, when a new firmware file is detected, downloading the new firmware file from the server through a firmware upgrading thread and storing the new firmware file in a preset storage area, wherein the preset storage area is a mainboard flash memory area for storing a system upgrading file;
when the module firmware is started to be upgraded, a new version firmware file of a mainboard flash memory area is sent to the module firmware through a system level chip;
storing the received new firmware version file in a read Random Access Memory (RAM);
reading the new firmware file in a Random Access Memory (RAM) and storing the new firmware file in a backup flash memory area corresponding to the firmware module, reading the new firmware file from the backup flash memory area to upgrade the module firmware when an upgrade instruction is received, changing a flash memory zone bit for starting the upgrade after the upgrade is successful, and starting the module firmware from the backup flash memory area when the computer is started next time;
the module firmware corresponds to a main flash memory area and a backup flash memory area, and the main flash memory area is a flash memory area currently used by the module firmware in operation.
2. The method of claim 1, wherein after downloading the new firmware file from the server and saving the new firmware file to the flash memory of the motherboard, further comprising:
and performing cyclic redundancy CRC (cyclic redundancy check) on the new firmware file in the main flash memory area.
3. The method of claim 1, wherein prior to performing a module firmware upgrade by reading a new version firmware file in Random Access Memory (RAM), further comprising:
and performing cyclic redundancy CRC (cyclic redundancy check) on the new version firmware file in the RAM (random access memory).
4. A television terminal for firmware upgrade, comprising a processor and a memory, the processor configured to:
through communication with a server, when a new firmware file is detected, downloading the new firmware file from the server through a firmware upgrading thread and storing the new firmware file in a preset storage area, wherein the preset storage area is a mainboard flash memory area for storing a system upgrading file;
when the module firmware is started to be upgraded, a new version firmware file of a mainboard flash memory area is sent to the module firmware through a system level chip;
storing the received new firmware version file in a read Random Access Memory (RAM);
reading the new firmware file in a Random Access Memory (RAM) and storing the new firmware file in a backup flash memory area corresponding to the firmware module, reading the new firmware file from the backup flash memory area to upgrade the module firmware when an upgrade instruction is received, changing a flash memory zone bit for starting the upgrade after the upgrade is successful, and starting the module firmware from the backup flash memory area when the computer is started next time;
the module firmware corresponds to a main flash memory area and a backup flash memory area, and the main flash memory area is a flash memory area currently used by the module firmware in operation.
5. A television terminal for performing firmware upgrades, the terminal comprising:
a memory for storing program instructions;
a processor for calling the program instructions stored in the memory and executing the method of any one of claims 1 to 3 according to the obtained program.
6. A computer storage medium, characterized in that the computer storage medium stores a computer program which, when executed, implements the method of any one of claims 1-3.
CN201811300405.1A 2018-11-02 2018-11-02 Method and device for upgrading firmware of television terminal Active CN109358882B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811300405.1A CN109358882B (en) 2018-11-02 2018-11-02 Method and device for upgrading firmware of television terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811300405.1A CN109358882B (en) 2018-11-02 2018-11-02 Method and device for upgrading firmware of television terminal

Publications (2)

Publication Number Publication Date
CN109358882A CN109358882A (en) 2019-02-19
CN109358882B true CN109358882B (en) 2022-04-01

Family

ID=65344007

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811300405.1A Active CN109358882B (en) 2018-11-02 2018-11-02 Method and device for upgrading firmware of television terminal

Country Status (1)

Country Link
CN (1) CN109358882B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109947445A (en) * 2019-02-21 2019-06-28 广州小鹏汽车科技有限公司 A kind of firmware upgrade method and system
CN109885332A (en) * 2019-02-27 2019-06-14 深圳创维-Rgb电子有限公司 Image quality chip software upgrade method, device, display equipment and storage medium
CN110502262A (en) * 2019-08-16 2019-11-26 苏州浪潮智能科技有限公司 A kind of firmware upgrade method, system, device and computer readable storage medium
CN110688139A (en) * 2019-09-29 2020-01-14 深圳市艾威图技术有限公司 Servo driver, firmware updating method thereof and computer readable storage medium
CN112732286B (en) * 2019-10-14 2024-05-24 纬联电子科技(中山)有限公司 Display device and firmware updating method thereof
CN110727454A (en) * 2019-10-24 2020-01-24 北京云迹科技有限公司 Updating method and device of intelligent equipment, electronic equipment and storage medium
CN111309353B (en) * 2020-01-20 2023-05-23 超越科技股份有限公司 Method and equipment for updating operation board FPGA firmware based on server control board
CN112261630B (en) * 2020-09-24 2023-03-28 易兆微电子(杭州)股份有限公司 System and method for realizing OTA (over the air) upgrading of keyboard based on BNEP (Bluetooth technology attachment)
CN113407377B (en) * 2021-06-21 2023-09-08 英博超算(南京)科技有限公司 Method for rollback version in failure of OTA upgrading

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103248424A (en) * 2012-02-14 2013-08-14 深圳市卓翼科技股份有限公司 Optical module firmware upgrading method and system
CN104199706A (en) * 2014-09-11 2014-12-10 福州瑞芯微电子有限公司 Firmware upgrade method and device for eMMC
CN106303717A (en) * 2016-11-08 2017-01-04 深圳创维数字技术有限公司 Set Top Box WiFi module upgrade method, device, Set Top Box and system
CN107168739A (en) * 2017-05-15 2017-09-15 万达百汇科技(深圳)有限公司 POS, POS wireless communication module firmware upgrade method and device
CN107291489A (en) * 2017-04-24 2017-10-24 乐视控股(北京)有限公司 A kind of firmware upgrade method of functional module, device and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103248424A (en) * 2012-02-14 2013-08-14 深圳市卓翼科技股份有限公司 Optical module firmware upgrading method and system
CN104199706A (en) * 2014-09-11 2014-12-10 福州瑞芯微电子有限公司 Firmware upgrade method and device for eMMC
CN106303717A (en) * 2016-11-08 2017-01-04 深圳创维数字技术有限公司 Set Top Box WiFi module upgrade method, device, Set Top Box and system
CN107291489A (en) * 2017-04-24 2017-10-24 乐视控股(北京)有限公司 A kind of firmware upgrade method of functional module, device and electronic equipment
CN107168739A (en) * 2017-05-15 2017-09-15 万达百汇科技(深圳)有限公司 POS, POS wireless communication module firmware upgrade method and device

Also Published As

Publication number Publication date
CN109358882A (en) 2019-02-19

Similar Documents

Publication Publication Date Title
CN109358882B (en) Method and device for upgrading firmware of television terminal
CN109933348B (en) Method and device for updating Bootloader in electronic control unit
US9471435B2 (en) Information processing device, information processing method, and computer program
US20090094450A1 (en) Firmware image update and management
CN106708543B (en) OTA (over the air) upgrading method and device of operating system
US20110302572A1 (en) Embedded network device and firmware upgrading method
CN109358887B (en) On-line upgrading method, device and system for single chip microcomputer program
CN107193593B (en) Upgrading method of upgradable file, set top box and storage medium
CN102945173A (en) User program on-line upgrading system and method
CN107704258B (en) Uboot upgrading method, system and terminal equipment
CN103365676B (en) The method for upgrading software of communication equipment and device
CN110597542A (en) Automatic OTA (over the air) software upgrading method and device and electronic equipment
CN109753299A (en) A kind of method for upgrading system, device and computer storage medium
CN110874237A (en) Software upgrading method, device, terminal and readable storage medium
CN109582332B (en) System upgrading method and device for Internet camera
CN110515671B (en) Initialization method, initialization device, terminal device and readable storage medium
CN103455750B (en) The high peace verification method of a kind of embedded device and device
CN106708569B (en) Hot loading method and device for VOBC configuration file in over-the-line train
CN106933604B (en) System upgrading method and device
CN115951920A (en) Mobile equipment upgrading method and device, storage unit and mobile equipment
CN116088914A (en) Multi-core heterogeneous system-on-chip upgrading method and device
CN106293620B (en) The method of parameter in intel detection of platform Flash Rom
CN113867823A (en) Method and device for setting configuration parameters of vehicle-mounted terminal and electronic equipment
CN114115958A (en) Program starting method and terminal equipment
CN114546455A (en) MCU software upgrading method and device for double partitions

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
CB02 Change of applicant information

Address after: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Applicant after: Hisense Video Technology Co.,Ltd.

Address before: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Applicant before: QINGDAO HISENSE ELECTRONICS Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20221020

Address after: 83 Intekte Street, Devon, Netherlands

Patentee after: VIDAA (Netherlands) International Holdings Ltd.

Address before: 266555, No. 218, Bay Road, Qingdao economic and Technological Development Zone, Shandong

Patentee before: Hisense Video Technology Co.,Ltd.

TR01 Transfer of patent right