WO2021174860A1 - Special code-based method for batch upgrading multi-firmware distributed board card - Google Patents

Special code-based method for batch upgrading multi-firmware distributed board card Download PDF

Info

Publication number
WO2021174860A1
WO2021174860A1 PCT/CN2020/120805 CN2020120805W WO2021174860A1 WO 2021174860 A1 WO2021174860 A1 WO 2021174860A1 CN 2020120805 W CN2020120805 W CN 2020120805W WO 2021174860 A1 WO2021174860 A1 WO 2021174860A1
Authority
WO
WIPO (PCT)
Prior art keywords
firmware
bin
version
distributed
release version
Prior art date
Application number
PCT/CN2020/120805
Other languages
French (fr)
Chinese (zh)
Inventor
赵拯
Original Assignee
上海御渡半导体科技有限公司
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 上海御渡半导体科技有限公司 filed Critical 上海御渡半导体科技有限公司
Publication of WO2021174860A1 publication Critical patent/WO2021174860A1/en

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

Definitions

  • the invention relates to the field of semiconductor automatic test equipment (Automatic Test Equipment, ATE for short), and in particular to a method for batch upgrade of multi-firmware distributed boards based on special codes.
  • semiconductor automatic test equipment Auto Test Equipment, ATE for short
  • ATE Automatic Test Equipment
  • the distributed board may be a multi-channel resource board for low-voltage testing, a single-channel resource board for high-voltage testing, or a control board with a non-test channel type. It is clear to those skilled in the art that there are differences between the hardware firmware version, the logic version, or the software version of the distributed boards.
  • the version release update uploads the upgrade package to the server through the network, and the distributed board downloads the upgrade package from the server to complete the local upgrade.
  • the distributed board upgrade method of synchronous upgrade is relatively simple, and it can realize batch upgrade of multiple boards. This scheme is a set of solutions for the early use of distributed equipment. However, although this distributed batch version upgrade solution for boards of the same type is convenient and quick, it requires no or small differences in firmware between boards. It is clear to those skilled in the art that if the upgrade package version consistency is required, the differentiated upgrade of the boards cannot be completed, and the upgrade progress is not transparent, and visualization is relatively lacking.
  • the multi-board batch version upgrade plan for large-scale equipment in the semiconductor ATE testing field After the version is released and updated, the local PC module is uploaded, and the PC module triggers a one-click upgrade to complete the large-scale equipment distributed board upgrade.
  • the distributed board method of synchronous upgrade does not require the consistency of the upgrade package version, it needs to release the version at the same time as the distributed board upgrade version differentiation file to support the differentiated upgrade of the board.
  • the upgrade progress is relatively transparent and the visualization is relatively good. This scheme is a set of solutions being used by distributed equipment.
  • each version release requires the release of distributed board upgrade version differentiation files.
  • Large equipment version differences often increase version release work and release documents.
  • the internal structure and partial solutions of large-scale equipment will be disclosed. That is to say, other customers or enterprises can obtain the internal structure of large-scale equipment of the exclusive enterprise through distributed board upgrade version differentiation files, which undoubtedly increases the possibility of solution leakage.
  • the purpose of the present invention is to provide a method for batch upgrade of multi-firmware distributed boards based on special codes, which can complete the upgrade of ATE large-scale equipment more conveniently and safely, and increase the safety and reliability of version release information.
  • a device for batch upgrade of multi-firmware distributed boards based on special codes including:
  • the device side includes N firmwares, analysis units, and upgrade units that need to be upgraded on the distributed board; where N is a positive integer greater than or equal to 2;
  • the server side is used to store the N firmware release version bin packages on the distributed version card
  • Control PC module which includes:
  • the interface unit is used to obtain bin packages of each firmware release version to be upgraded on the distributed version card and enter the differentiated content of the N firmware release versions on the server side;
  • the processing unit is configured to combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version differences in the binary file of the release version bin package ;
  • a compiling unit configured to use an encryption algorithm to encode the binary file of the released version bin package to form an encrypted bin package
  • the parsing unit on the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the released version binary file in the encrypted bin package to form a distributed version card
  • the above N pieces of the firmware difference content; and the upgrade unit on the device side performs a differentiated adaptation and upgrade of each of the distributed version card firmware according to the N pieces of the firmware difference content and the N firmware types.
  • the device end also includes a storage module for storing bin packages of each firmware release version on the parsed distributed version card.
  • the device side maintains a heartbeat connection with the control PC module for displaying the upgrade progress of the device side.
  • a method for batch upgrade of multi-firmware distributed boards based on special codes which includes the following steps:
  • Step S1 Determine the N firmware types that need to be upgraded on the distributed board card on the device side, and obtain the bin package of each firmware release version and the difference content of each firmware release version that need to be upgraded on the distributed version card; where N is greater than or equal to 2 Positive integer;
  • Step S2 Combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version differences in the binary file of the release version bin package;
  • Step S3 Use an encryption algorithm to encode the binary file of the release version bin package to form an encrypted bin package
  • Step S4 During the upgrade process, the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the release version binary file in the encrypted bin package to form a distributed version card N pieces of the firmware difference content;
  • Step S5 Perform a differentiated adaptation upgrade of the firmware of each distributed version card according to the N pieces of firmware difference content and the N pieces of firmware types.
  • the bin package before encryption includes M sections, and each section is used to store a firmware release version bin package to be upgraded and its corresponding firmware release version difference content; where M It is a positive integer greater than or equal to N.
  • each section includes Bin Header, XML Header, and Bin Data;
  • the Bin Header includes distributed board information and the attributes of the bin package of the firmware release version to be upgraded, and the content of the XML Header is the board Card firmware difference;
  • step S2 embeds the differentiated content of the firmware release version into the binary file of the release version bin package according to the VDEP protocol
  • step S3 adopts a bit encryption algorithm to encode the binary file of the bin package of the release version to form an encrypted bin package.
  • the solution of the present invention can not only solve the problem of batch upgrade of multi-firmware distributed boards, but at the same time, the VDEP (Version-Difference-Embed-Protocol) protocol can complete the release of differentiated versions of ATE large-scale equipment firmware. , The reliability and scalability of binary files are increased, and even large-scale equipment only needs to release one binary file to complete the upgrade of the entire equipment. The present invention can better avoid the possibility of leakage of the internal structure of large-scale equipment. Increase information security and reliability.
  • Figure 1 is a schematic diagram of a distributed board upgrade framework in an embodiment of the present invention
  • Figure 2 is a schematic flow chart of a method for batch upgrade of multi-firmware distributed boards based on special codes in an embodiment of the present invention
  • Figure 3 is a schematic diagram showing the composition structure of a bin packet after encoding in an embodiment of the present invention
  • Figure 4 is a schematic diagram showing the composition structure of Bin Header in an embodiment of the present invention
  • Figure 5 is a schematic diagram showing the composition structure of bin packets after merging and encoding in an embodiment of the present invention
  • this special code-based multi-firmware distributed board batch upgrade solution is a relatively complete upgrade solution in the field of semiconductor ATE testing.
  • the firmware difference of the distributed version card is embedded in the binary file of the released version, and then protected by an encryption algorithm to complete the release of the encoded binary version.
  • the symmetrical decryption algorithm is used to analyze the firmware difference content to complete the upgrade of the multi-firmware distributed board of large-scale equipment.
  • FIG. 1 is a schematic diagram of a framework structure of a distributed board card upgrade in an embodiment of the present invention.
  • the distributed board card upgrade framework structure includes a server end, a control PC module (or PC end) and a device end.
  • the distributed board may be a multi-channel resource board for low-voltage testing, a single-channel resource board for high-voltage testing, or a control board with a non-test channel type, in the slot of the board.
  • Insert for example, CPU, CPLD, FPGA, etc.
  • firmware for example, CPU, CPLD, FPGA, etc.
  • the device end includes only one distributed board, and the device end may include N firmwares, analysis units, storage modules, and upgrade units that need to be upgraded on a distributed board; where N is a positive integer greater than or equal to 2;
  • the storage module is used to store the bin package of each firmware release version on the parsed distributed version card.
  • the server side is used to store the bin package of each firmware release version on the original distributed version card.
  • the control PC module includes an interface unit, a processing unit, and a compiling unit; the interface unit is used to obtain the differentiated content of each firmware release version from the server; to obtain the bin package of each firmware release version and each firmware that needs to be upgraded on the distributed version card Release version difference content; the processing unit is used to combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version difference content into the release version bin Inside the binary file of the package; the compiling unit is used to use an encryption algorithm to encode the binary file of the release version bin package to form an encrypted bin package.
  • the parsing unit on the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the released version binary file in the encrypted bin package to form a distributed version card
  • the upgrade unit on the device side performs a differentiated adaptation and upgrade of the firmware of each of the distributed version cards according to the N pieces of the firmware difference contents and the N firmware types; and
  • the device end maintains a heartbeat connection with the control PC module.
  • FIG. 2 is a schematic flowchart of a method for batch upgrade of multi-firmware distributed boards based on special codes in an embodiment of the present invention. As shown in the figure, the method includes the following steps:
  • Step S1 Determine the N firmware distribution locations to be upgraded on the distributed board on the device side, and obtain the bin package of each firmware release version to be upgraded on the distributed version card and the differentiated content of each firmware release version; where N is greater than or equal to A positive integer of 2. That is to say, in the embodiment of the present invention, there may be more than N firmwares on a distributed version card, but only N firmwares need to be upgraded.
  • Step S2 Combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version differences in the binary file of the release version bin package.
  • Step S3 Encode the binary file of the bin package of the release version with an encryption algorithm to form an encrypted bin package.
  • the device is updated and iteratively, the difference between the distributed boards becomes larger and larger, and it may happen that the version upgrade package contains more and more bin packages.
  • the version upgrade package contains more and more bin packages.
  • all bin packages are encoded into a complete binary file, which can greatly reduce the version upgrade work.
  • FIG. 3 is a schematic diagram of the composition structure of bin packets after combining and encoding in an embodiment of the present invention.
  • the binary file in the version release stage, can be divided into multiple sections according to the VDEP protocol, and the section location description is added to the header of the binary file.
  • the binary file embedded with the version firmware difference is only one section, the original The version binary file is also a section. Therefore, a firmware to be upgraded is embedded in the firmware difference version and the original version of the binary file occupies a section, but the content is different; and, in some embodiments of the present invention , You can also reserve MN Sections to increase the possibility of future solution expansion, where M is a positive integer greater than or equal to N.
  • a coding and decoding tool can be written by a python program, and the bin packages of each firmware release version of the board are coded according to the VDEP protocol, and the board firmware differences are embedded in the coded bin packages in the form of XML Header content.
  • the encoded bin includes Bin Header, XML Header and Bin Data.
  • Bin Header occupies 32 bytes, currently only the first 8 bytes are used, and the last 24 bytes are reserved. These 8 bytes are respectively for the location of XML Header and Bin Data in the current binary file.
  • FIG. 4 is a schematic diagram of the composition structure of Bin Header in an embodiment of the present invention.
  • Bin Header includes Xml Offset, Xml Length, Date Offset, Date Length and so on.
  • the Bin Header can also include multiple R storage units for expansion.
  • the XML Header is converted from XML to a string for placement, and the starting position Xml Offset and the length Xml Length can be read by Bin Header.
  • XML Header can be composed of multiple parts. Refer to Table 1 for specific content.
  • the content of the XML Header basically relates to the description of the board to which the bin package is applicable and the attributes of the bin package, such as board type, firmware name, version number, compilation date, and signature.
  • the XML Header part is only an XML string, there is still a risk of leakage of the internal structure of the ATE device. Therefore, the XML string needs to be encrypted and stored by a private encryption algorithm, so Xml Offset and Xml Length are actually the starting position of the encrypted content respectively. And length.
  • Table 1 shows the structure of XML Header:
  • Bin Data is the original bin packet data without any modification.
  • firmware versions of different boards of ATE equipment are coded to complete the version upgrade package production.
  • Step S4 During the upgrade process, the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the release version binary file in the encrypted bin package to form a distributed version card N pieces of the firmware difference content.
  • the background program of the current PC interface can completely match the downloaded upgrade package with the board firmware.
  • the encoded bin package is used for symmetrical decoding.
  • the advantage of directly decoding the bin package in the background of the PC is that there is no need to download all the upgrade packages to the board storage medium, because the upgrade package contains the firmware version of each version, it is very likely that most firmware versions are not owned by a certain board. Need, greatly reducing the network carrying capacity and duplication of work.
  • Step S5 Perform a differentiated adaptation upgrade of the firmware of each distributed version card according to the N pieces of firmware difference content and the N pieces of firmware types.
  • the ATE device maintains a heartbeat connection with the backend of the PC interface to meet the upgrade visualization requirements of the PC interface. It should be noted that the above-mentioned embodiments can be used in any combination according to needs.

Abstract

A special code-based method for batch upgrading a multi-firmware distributed board card. The method comprises: the positions of N pieces of firmware on a device end distributed board card that require upgrading are determined, and various firmware release version bin packages and various pieces of firmware release version differentiated content are acquired; N firmware release version bin packages are combined to form one release version bin package that appears as a binary file, and N pieces of firmware release version differentiated content are embedded into the binary file of the release version bin package; the binary file of the release version bin package is encoded by using an encryption algorithm so as to form an encrypted bin package; and in an upgrade process, a device end receives the encrypted bin package, parses the release version binary file in the encrypted bin package by using a symmetric decryption algorithm, and acquires the N pieces of firmware differentiated content on the distributed board card; and a differential adaptation upgrade of each distributed board card firmware is performed according to the N pieces of firmware differentiated content and N firmware types. The attached figure is figure 2.

Description

一种基于特殊编码的多固件分布式板卡的批量升级方法Method for batch upgrading of multi-firmware distributed boards based on special coding
交叉引用cross reference
本申请要求2020年03月03日提交的申请号为CN 202010139562.X的中国专利申请的优先权。上述申请的内容以引用方式被包含于此。This application claims the priority of the Chinese patent application with the application number CN 202010139562.X filed on March 3, 2020. The content of the above application is included here by reference.
技术领域Technical field
本发明涉及半导体自动测试设备(Automatic Test Equipment,简称ATE)领域,尤其涉及一种基于特殊编码的多固件分布式板卡批量升级方法。The invention relates to the field of semiconductor automatic test equipment (Automatic Test Equipment, ATE for short), and in particular to a method for batch upgrade of multi-firmware distributed boards based on special codes.
背景技术Background technique
当前大型设备模型中,尤其ATE测试领域,分布式板卡居多。分布式板卡的优势在于测试通道的独立性。分布式板卡可能是低压测试多通道类型的资源板卡,可能是高压测试的单通道类型的资源板卡,也可能是非测试通道类型的控制板卡。本领域技术人员清楚,分布式板卡无论是硬件固件版本,还是逻辑版本或软件版本均存在差异。In the current large-scale equipment model, especially in the field of ATE testing, most of the distributed boards are distributed. The advantage of distributed boards lies in the independence of test channels. The distributed board may be a multi-channel resource board for low-voltage testing, a single-channel resource board for high-voltage testing, or a control board with a non-test channel type. It is clear to those skilled in the art that there are differences between the hardware firmware version, the logic version, or the software version of the distributed boards.
在半导体ATE测试领域的分布式同类型板卡批量版本升级过程中,版本发布更新通过网络把升级包上传服务器,分布式板卡从服务器下载升级包,完成本地升级。同步升级的分布式板卡升级方式相对简单,而且能够实现多板卡批量升级。该方案是分布式设备早期使用的一套解决方案。然而,该分布式同类型板卡批量版本升级方案虽然方便快捷,但是要求板卡间固件无差异或者差异小。本领域技术人员清楚,如果要求升级包版本一致性,不能完成板卡差异化升级,并且,升级进度不透明,可视化相对欠缺。In the batch version upgrade process of distributed boards of the same type in the semiconductor ATE testing field, the version release update uploads the upgrade package to the server through the network, and the distributed board downloads the upgrade package from the server to complete the local upgrade. The distributed board upgrade method of synchronous upgrade is relatively simple, and it can realize batch upgrade of multiple boards. This scheme is a set of solutions for the early use of distributed equipment. However, although this distributed batch version upgrade solution for boards of the same type is convenient and quick, it requires no or small differences in firmware between boards. It is clear to those skilled in the art that if the upgrade package version consistency is required, the differentiated upgrade of the boards cannot be completed, and the upgrade progress is not transparent, and visualization is relatively lacking.
目前,半导体ATE测试领域的大型设备多板卡批量版本升级方案,版本发布更新后上传本地PC模块,PC模块触发一键升级完成大型设备分布式板 卡升级。该同步升级的分布式板卡方法虽然无要求升级包版本一致性,但需要版本发布同时配套发布分布式板卡升级版本差异化文件,以支持板卡差异化升级。升级进度相对透明,可视化相对较好。该方案是分布式设备正在使用的一套解决方案。At present, the multi-board batch version upgrade plan for large-scale equipment in the semiconductor ATE testing field. After the version is released and updated, the local PC module is uploaded, and the PC module triggers a one-click upgrade to complete the large-scale equipment distributed board upgrade. Although the distributed board method of synchronous upgrade does not require the consistency of the upgrade package version, it needs to release the version at the same time as the distributed board upgrade version differentiation file to support the differentiated upgrade of the board. The upgrade progress is relatively transparent and the visualization is relatively good. This scheme is a set of solutions being used by distributed equipment.
然而,上述半导体ATE测试领域的大型设备批量多板卡升级方案,每次版本发布都需要配套发布分布式板卡升级版本差异化文件,大型设备版本差异大往往会增加版本发布工作,且发布文档会透露大型设备内部结构和部分解决方案,也就是说,其它客户或企业通过分布式板卡升级版本差异化文件获取专属企业的大型设备内部结构,这无疑增加了解决方案外泄的可能性。However, for the above-mentioned large-scale equipment batch multi-board upgrade solutions in the field of semiconductor ATE testing, each version release requires the release of distributed board upgrade version differentiation files. Large equipment version differences often increase version release work and release documents. The internal structure and partial solutions of large-scale equipment will be disclosed. That is to say, other customers or enterprises can obtain the internal structure of large-scale equipment of the exclusive enterprise through distributed board upgrade version differentiation files, which undoubtedly increases the possibility of solution leakage.
发明内容Summary of the invention
本发明的目的在于提供一种基于特殊编码的多固件分布式板卡批量升级方法,其能够更便捷和更安全地完成ATE大型设备升级工作,且增加了版本发布信息安全可靠性。The purpose of the present invention is to provide a method for batch upgrade of multi-firmware distributed boards based on special codes, which can complete the upgrade of ATE large-scale equipment more conveniently and safely, and increase the safety and reliability of version release information.
为实现上述目的,本发明的技术方案如下:In order to achieve the above objective, the technical solution of the present invention is as follows:
一种基于特殊编码的多固件分布式板卡批量升级的装置,包括:A device for batch upgrade of multi-firmware distributed boards based on special codes, including:
设备端,包括分布式板卡上需升级的N个固件、解析单元和升级单元;其中,N为大于等于2的正整数;The device side includes N firmwares, analysis units, and upgrade units that need to be upgraded on the distributed board; where N is a positive integer greater than or equal to 2;
服务器端,用于存储分布式版卡上所述N个固件发布版本bin包;The server side is used to store the N firmware release version bin packages on the distributed version card;
控制PC模块,其包括:Control PC module, which includes:
接口单元,用于获取分布式版卡上需升级的各固件发布版本bin包和录入所述服务器端的所述N个固件发布版本差异化内容;The interface unit is used to obtain bin packages of each firmware release version to be upgraded on the distributed version card and enter the differentiated content of the N firmware release versions on the server side;
处理单元,用于将所述N个固件发布版本bin包组合形成一个以二进制文件形式出现的发布版本bin包,并将N个固件发布版本差异化内容嵌入所述发布版本bin包的二进制文件内部;The processing unit is configured to combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version differences in the binary file of the release version bin package ;
编译单元,用于采用加密算法对所述发布版本bin包的二进制文件进行编码形成加密后的bin包;A compiling unit, configured to use an encryption algorithm to encode the binary file of the released version bin package to form an encrypted bin package;
其中,在升级过程中,所述设备端的解析单元接收所述加密后的bin包,采用对称的解密算法,解析所述加密后的bin包中的所述发布版本二进制文 件,形成分布式版卡上N个所述固件差异内容;以及所述设备端的升级单元根据N个所述固件差异内容和所述N个固件类型,进行每个所述分布式版卡固件的差异化适配升级。Wherein, during the upgrade process, the parsing unit on the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the released version binary file in the encrypted bin package to form a distributed version card The above N pieces of the firmware difference content; and the upgrade unit on the device side performs a differentiated adaptation and upgrade of each of the distributed version card firmware according to the N pieces of the firmware difference content and the N firmware types.
进一步地,所述设备端还包括存储模块,用于存储解析后的分布式版卡上各固件发布版本bin包。Further, the device end also includes a storage module for storing bin packages of each firmware release version on the parsed distributed version card.
进一步地,所述升级过程中,所述设备端与控制PC模块保持心跳连接,用于显示设备端升级进度。Further, during the upgrade process, the device side maintains a heartbeat connection with the control PC module for displaying the upgrade progress of the device side.
为实现上述目的,本发明又一技术方案如下:In order to achieve the above objective, another technical solution of the present invention is as follows:
一种基于特殊编码的多固件分布式板卡的批量升级方法,其包括如下步骤:A method for batch upgrade of multi-firmware distributed boards based on special codes, which includes the following steps:
步骤S1:确定设备端分布式板卡上需升级的N个固件类型,获取分布式版卡上需升级的各固件发布版本bin包和各固件发布版本差异化内容;其中,N为大于等于2的正整数;Step S1: Determine the N firmware types that need to be upgraded on the distributed board card on the device side, and obtain the bin package of each firmware release version and the difference content of each firmware release version that need to be upgraded on the distributed version card; where N is greater than or equal to 2 Positive integer;
步骤S2:将所述N个固件发布版本bin包组合形成一个以二进制文件形式出现的发布版本bin包,并将N个固件发布版本差异化内容嵌入所述发布版本bin包的二进制文件内部;Step S2: Combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version differences in the binary file of the release version bin package;
步骤S3:采用加密算法对所述发布版本bin包的二进制文件进行编码形成加密后的bin包;Step S3: Use an encryption algorithm to encode the binary file of the release version bin package to form an encrypted bin package;
步骤S4:在升级过程中,所述设备端接收所述加密后的bin包,采用对称的解密算法,解析所述加密后的bin包中的所述发布版本二进制文件,形成分布式版卡上N个所述固件差异内容;Step S4: During the upgrade process, the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the release version binary file in the encrypted bin package to form a distributed version card N pieces of the firmware difference content;
步骤S5:根据N个所述固件差异内容和所述N个固件类型,进行每个所述分布式版卡固件的差异化适配升级。Step S5: Perform a differentiated adaptation upgrade of the firmware of each distributed version card according to the N pieces of firmware difference content and the N pieces of firmware types.
进一步地,所述加密前的bin包包括M个分段Section,每个所述分段Section用于存储一个需升级的固件发布版本bin包和其相应的固件发布版本差异化内容;其中,M为大于等于N的正整数。Further, the bin package before encryption includes M sections, and each section is used to store a firmware release version bin package to be upgraded and its corresponding firmware release version difference content; where M It is a positive integer greater than or equal to N.
进一步地,每个所述分段Section包括Bin Header、XML Header和Bin Data;所述Bin Header包括分布式板卡信息和需升级的固件发布版本bin包的属性,所述XML Header的内容为板卡固件差异;Further, each section includes Bin Header, XML Header, and Bin Data; the Bin Header includes distributed board information and the attributes of the bin package of the firmware release version to be upgraded, and the content of the XML Header is the board Card firmware difference;
进一步地,所述步骤S2根据VDEP协议,将固件发布版本差异化内容 嵌入所述发布版本bin包的二进制文件内部;Further, the step S2 embeds the differentiated content of the firmware release version into the binary file of the release version bin package according to the VDEP protocol;
进一步地,所述步骤S3采用位加密算法,对所述发布版本bin包的二进制文件进行编码形成加密后的bin包。Further, the step S3 adopts a bit encryption algorithm to encode the binary file of the bin package of the release version to form an encrypted bin package.
从上述技术方案可以看出,本发明的解决方案不仅能够解决多固件分布式板卡批量升级问题,同时,VDEP(Version-Difference-Embed-Protocol)协议能够完成ATE大型设备固件差异化版本发布工作,增加了二进制文件的可靠性和可扩展性,甚至可以做到大型设备只需发布一个二进制文件,就可以完成整个设备升级,本发明能够较好地避免大型设备内部结构外泄的可能性,增加信息安全可靠性。It can be seen from the above technical solutions that the solution of the present invention can not only solve the problem of batch upgrade of multi-firmware distributed boards, but at the same time, the VDEP (Version-Difference-Embed-Protocol) protocol can complete the release of differentiated versions of ATE large-scale equipment firmware. , The reliability and scalability of binary files are increased, and even large-scale equipment only needs to release one binary file to complete the upgrade of the entire equipment. The present invention can better avoid the possibility of leakage of the internal structure of large-scale equipment. Increase information security and reliability.
附图说明Description of the drawings
图1所示为本发明实施例中分布式板卡升级框架的示意图Figure 1 is a schematic diagram of a distributed board upgrade framework in an embodiment of the present invention
图2为本发明实施例中基于特殊编码的多固件分布式板卡的批量升级方法的流程示意图Figure 2 is a schematic flow chart of a method for batch upgrade of multi-firmware distributed boards based on special codes in an embodiment of the present invention
图3所示为本发明实施例中编码后的bin包组成结构的示意图Figure 3 is a schematic diagram showing the composition structure of a bin packet after encoding in an embodiment of the present invention
图4所示为本发明实施例中Bin Header组成结构的示意图Figure 4 is a schematic diagram showing the composition structure of Bin Header in an embodiment of the present invention
图5所示为本发明实施例中合并编码后的bin包组成结构的示意图Figure 5 is a schematic diagram showing the composition structure of bin packets after merging and encoding in an embodiment of the present invention
具体实施方式Detailed ways
下面结合附图1-5,对本发明的具体实施方式作进一步的详细说明。The specific embodiments of the present invention will be further described in detail below with reference to FIGS. 1-5.
需要说明的是,在本发明的实施例中,该基于特殊编码的多固件分布式板卡批量升级解决方案,是半导体ATE测试领域的一种相对完备的升级解决方案。通过去除配套发布的分布式板卡升级版本差异化文件,将分布式版卡固件差异嵌入发布版本二进制文件内部,再通过加密算法保护,完成编码后的二进制版本发布工作。升级过程中,通过对称的解密算法,解析固件差异内容,完成对大型设备的多固件分布式板卡的升级。It should be noted that, in the embodiment of the present invention, this special code-based multi-firmware distributed board batch upgrade solution is a relatively complete upgrade solution in the field of semiconductor ATE testing. By removing the difference file of the distributed board card upgrade version that was released, the firmware difference of the distributed version card is embedded in the binary file of the released version, and then protected by an encryption algorithm to complete the release of the encoded binary version. During the upgrade process, the symmetrical decryption algorithm is used to analyze the firmware difference content to complete the upgrade of the multi-firmware distributed board of large-scale equipment.
请参阅图1,图1所示为本发明实施例中分布式板卡升级框架结构示意图。如图1所示,该分布式板卡升级框架结构包括服务器端、控制PC模块(或PC端)和设备端。在设备端,分布式板卡可能是低压测试多通道类型的资源板卡,可能是高压测试的单通道类型的资源板卡,也可能是非测试通 道类型的控制板卡,板卡的插槽中插有(例如,CPU、CPLD和FPGA等)多种固件。Please refer to FIG. 1, which is a schematic diagram of a framework structure of a distributed board card upgrade in an embodiment of the present invention. As shown in Figure 1, the distributed board card upgrade framework structure includes a server end, a control PC module (or PC end) and a device end. On the device side, the distributed board may be a multi-channel resource board for low-voltage testing, a single-channel resource board for high-voltage testing, or a control board with a non-test channel type, in the slot of the board. Insert (for example, CPU, CPLD, FPGA, etc.) a variety of firmware.
在本发明的实施例中,设备端仅以一个分布式板卡为例进行说明,多个分布式板卡的情况是相同的,在此不再赘述。即设备端仅包括一个分布式板卡,该设备端可以包括1个分布式板卡上需升级的N个固件、解析单元、存储模块和升级单元;其中,N为大于等于2的正整数;存储模块用于存储解析后的分布式版卡上各固件发布版本bin包。In the embodiment of the present invention, only one distributed board is used as an example for description on the device side, and the situation of multiple distributed boards is the same, so it is not repeated here. That is, the device end includes only one distributed board, and the device end may include N firmwares, analysis units, storage modules, and upgrade units that need to be upgraded on a distributed board; where N is a positive integer greater than or equal to 2; The storage module is used to store the bin package of each firmware release version on the parsed distributed version card.
服务器端用于存储原始的分布式版卡上各固件发布版本bin包。The server side is used to store the bin package of each firmware release version on the original distributed version card.
控制PC模块包括接口单元、处理单元和编译单元;接口单元用于从所述服务器端获取分各固件发布版本差异化内容;获取分布式版卡上需升级的各固件发布版本bin包和各固件发布版本差异化内容;处理单元用于将所述N个固件发布版本bin包组合形成一个以二进制文件形式出现的发布版本bin包,并将N个固件发布版本差异化内容嵌入所述发布版本bin包的二进制文件内部;编译单元用于采用加密算法对所述发布版本bin包的二进制文件进行编码形成加密后的bin包。The control PC module includes an interface unit, a processing unit, and a compiling unit; the interface unit is used to obtain the differentiated content of each firmware release version from the server; to obtain the bin package of each firmware release version and each firmware that needs to be upgraded on the distributed version card Release version difference content; the processing unit is used to combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version difference content into the release version bin Inside the binary file of the package; the compiling unit is used to use an encryption algorithm to encode the binary file of the release version bin package to form an encrypted bin package.
其中,在升级过程中,所述设备端的解析单元接收所述加密后的bin包,采用对称的解密算法,解析所述加密后的bin包中的所述发布版本二进制文件,形成分布式版卡上N个所述固件差异内容;以及所述设备端的升级单元根据N个所述固件差异内容和所述N个固件类型,进行每个所述分布式版卡固件的差异化适配升级;并且,所述升级过程中,所述设备端与控制PC模块保持心跳连接。Wherein, in the upgrade process, the parsing unit on the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the released version binary file in the encrypted bin package to form a distributed version card The above N pieces of the firmware difference content; and the upgrade unit on the device side performs a differentiated adaptation and upgrade of the firmware of each of the distributed version cards according to the N pieces of the firmware difference contents and the N firmware types; and During the upgrade process, the device end maintains a heartbeat connection with the control PC module.
请参阅图2,图2为本发明实施例中基于特殊编码的多固件分布式板卡的批量升级方法的流程示意图。如图所示,该方法包括如下步骤:Please refer to FIG. 2, which is a schematic flowchart of a method for batch upgrade of multi-firmware distributed boards based on special codes in an embodiment of the present invention. As shown in the figure, the method includes the following steps:
步骤S1:确定设备端分布式板卡上需升级的N个固件分布位置,获取分布式版卡上需升级的各固件发布版本bin包和各固件发布版本差异化内容;其中,N为大于等于2的正整数。也就是说,在本发明的实施例中,可能一块分布式版卡上有大于N的固件,但只有N个固件需要升级。Step S1: Determine the N firmware distribution locations to be upgraded on the distributed board on the device side, and obtain the bin package of each firmware release version to be upgraded on the distributed version card and the differentiated content of each firmware release version; where N is greater than or equal to A positive integer of 2. That is to say, in the embodiment of the present invention, there may be more than N firmwares on a distributed version card, but only N firmwares need to be upgraded.
步骤S2:将所述N个固件发布版本bin包组合形成一个以二进制文件形式出现的发布版本bin包,并将N个固件发布版本差异化内容嵌入所述发布版本bin包的二进制文件内部。Step S2: Combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version differences in the binary file of the release version bin package.
步骤S3:采用加密算法对所述发布版本bin包的二进制文件进行编码形成加密后的bin包。Step S3: Encode the binary file of the bin package of the release version with an encryption algorithm to form an encrypted bin package.
在本发明的一些较佳实施例中,随着设备更新迭代,分布式板卡差异越来越大,可能会出现版本升级包包含的bin包越来越多。通过VDEP协议,将所有的bin包编码成一个完整的二进制文件,可以大大降低版本升级工作。In some preferred embodiments of the present invention, as the device is updated and iteratively, the difference between the distributed boards becomes larger and larger, and it may happen that the version upgrade package contains more and more bin packages. Through the VDEP protocol, all bin packages are encoded into a complete binary file, which can greatly reduce the version upgrade work.
请参阅图3,图3所示为本发明实施例中合并编码后的bin包组成结构的示意图。如图3所示,在版本发布阶段,可以根据VDEP协议将二进制文件分割成多个Section,二进制文件头部增加Section的定位说明,其中,被嵌入版本固件差异的二进制文件只是一个Section,原始的版本二进制文件也是一个Section,因此,需升级的一个固件被嵌入固件差异的版本和原始的版本的二进制文件均是占用了一个Section,只是内容有所不同;并且,在本发明的一些实施例中,还可以通过M-N个Section预留为日后解决方案扩展增加了可能性,其中,M为大于等于N的正整数。Please refer to FIG. 3, which is a schematic diagram of the composition structure of bin packets after combining and encoding in an embodiment of the present invention. As shown in Figure 3, in the version release stage, the binary file can be divided into multiple sections according to the VDEP protocol, and the section location description is added to the header of the binary file. Among them, the binary file embedded with the version firmware difference is only one section, the original The version binary file is also a section. Therefore, a firmware to be upgraded is embedded in the firmware difference version and the original version of the binary file occupies a section, but the content is different; and, in some embodiments of the present invention , You can also reserve MN Sections to increase the possibility of future solution expansion, where M is a positive integer greater than or equal to N.
在本发明的实施例中,可以通过python程序编写编解码工具,将板卡各固件发布版本bin包根据VDEP协议进行编码,板卡固件差异以XML Header内容形式被嵌入编码后的bin包。In the embodiment of the present invention, a coding and decoding tool can be written by a python program, and the bin packages of each firmware release version of the board are coded according to the VDEP protocol, and the board firmware differences are embedded in the coded bin packages in the form of XML Header content.
编码后的bin包括Bin Header、XML Header和Bin Data。其中,Bin Header占用32个字节,当前只使用前8个字节,后面24个字节保留。这8个字节分别是给XML Header和Bin Data在当前二进制文件中的定位。The encoded bin includes Bin Header, XML Header and Bin Data. Among them, Bin Header occupies 32 bytes, currently only the first 8 bytes are used, and the last 24 bytes are reserved. These 8 bytes are respectively for the location of XML Header and Bin Data in the current binary file.
请参阅图4,图4所示为本发明实施例中Bin Header组成结构的示意图。如图所示,Bin Header包括Xml Offset、Xml Length、Date Offset和Date Length等。Bin Header还可以包括多个R存储单元,用于扩展用。Please refer to FIG. 4, which is a schematic diagram of the composition structure of Bin Header in an embodiment of the present invention. As shown in the figure, Bin Header includes Xml Offset, Xml Length, Date Offset, Date Length and so on. The Bin Header can also include multiple R storage units for expansion.
XML Header由XML转成字符串放置,位置起始Xml Offset和长度Xml Length通过Bin Header可以读取。XML Header可以由多个部分组成,具体内容参考表1。XML Header的内容基本涉及该bin包适用的板卡说明和bin包的属性,如板卡类型、固件名称、版本号、编译日期和签名等。The XML Header is converted from XML to a string for placement, and the starting position Xml Offset and the length Xml Length can be read by Bin Header. XML Header can be composed of multiple parts. Refer to Table 1 for specific content. The content of the XML Header basically relates to the description of the board to which the bin package is applicable and the attributes of the bin package, such as board type, firmware name, version number, compilation date, and signature.
由于XML Header部分只是XML字符串,仍然存在ATE设备内部结构外泄的风险,所以需要将XML字符串通过私有加密算法加密保存,所以Xml Offset和Xml Length实际分别为加密后的内容的起始位置和长度。Since the XML Header part is only an XML string, there is still a risk of leakage of the internal structure of the ATE device. Therefore, the XML string needs to be encrypted and stored by a private encryption algorithm, so Xml Offset and Xml Length are actually the starting position of the encrypted content respectively. And length.
请参阅下表1,表1为XML Header组成结构示意:Please refer to Table 1 below. Table 1 shows the structure of XML Header:
Figure PCTCN2020120805-appb-000001
Figure PCTCN2020120805-appb-000001
最后,Bin Data为原始bin包数据,不做任何修改。Finally, Bin Data is the original bin packet data without any modification.
以此类推,通过这种方式对ATE设备不同板卡的固件版本进行编码,完成版本升级包制作。By analogy, in this way, the firmware versions of different boards of ATE equipment are coded to complete the version upgrade package production.
步骤S4:在升级过程中,所述设备端接收所述加密后的bin包,采用对称的解密算法,解析所述加密后的bin包中的所述发布版本二进制文件,形成分布式版卡上N个所述固件差异内容。Step S4: During the upgrade process, the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the release version binary file in the encrypted bin package to form a distributed version card N pieces of the firmware difference content.
将制作好的版本升级包发布后,客户可以通过PC界面批量同步下载到ATE设备不同板卡,当前PC界面的后台程序完全可以完成出下载的升级包和板卡固件的匹配工作,只需要针对编码后的bin包做作对称的解码。After publishing the finished version upgrade package, customers can download them to different boards of ATE equipment in batches through the PC interface. The background program of the current PC interface can completely match the downloaded upgrade package with the board firmware. The encoded bin package is used for symmetrical decoding.
在PC后台直接完成bin包的解码好处在于不用将升级包全部下载到板卡存储介质中,因为升级包中包含了各个版本的固件版本,极有可能大多数固件版本并不被某板卡所需要,大大降低了网络承载能力和重复工作。The advantage of directly decoding the bin package in the background of the PC is that there is no need to download all the upgrade packages to the board storage medium, because the upgrade package contains the firmware version of each version, it is very likely that most firmware versions are not owned by a certain board. Need, greatly reducing the network carrying capacity and duplication of work.
步骤S5:根据N个所述固件差异内容和所述N个固件类型,进行每个所述分布式版卡固件的差异化适配升级。Step S5: Perform a differentiated adaptation upgrade of the firmware of each distributed version card according to the N pieces of firmware difference content and the N pieces of firmware types.
升级过程中,ATE设备与PC界面后台保持心跳连接,以此满足PC界面的升级可视化需求。需要说明的是,上述实施例可以根据需要任意搭配使用。During the upgrade process, the ATE device maintains a heartbeat connection with the backend of the PC interface to meet the upgrade visualization requirements of the PC interface. It should be noted that the above-mentioned embodiments can be used in any combination according to needs.
以上所述的仅为本发明的优选实施例,所述实施例并非用以限制本发明的专利保护范围,因此凡是运用本发明的说明书及附图内容所作的等同结构变化,同理均应包含在本发明的保护范围内The above are only the preferred embodiments of the present invention, and the described embodiments are not intended to limit the scope of patent protection of the present invention. Therefore, any equivalent structural changes made using the contents of the description and drawings of the present invention should also include Within the protection scope of the present invention

Claims (8)

  1. 一种基于特殊编码的多固件分布式板卡的批量升级装置,其特征在于,包括:A batch upgrade device for multi-firmware distributed boards based on special codes, which is characterized in that it includes:
    设备端,包括多个分布式板卡,所有所述分布式板卡上需升级的N个固件、解析单元和升级单元;其中,N为大于等于2的正整数;The device side includes multiple distributed boards, all N firmwares, analysis units, and upgrade units that need to be upgraded on the distributed boards; where N is a positive integer greater than or equal to 2;
    服务器端,用于存储分布式版卡上各固件发布版本bin包;The server side is used to store the bin package of each firmware release version on the distributed version card;
    控制PC模块,包括:Control PC module, including:
    接口单元,用于从所述服务器端获取分各固件发布版本差异化内容;获取分布式版卡上需升级的各固件发布版本bin包和各固件发布版本差异化内容;The interface unit is used to obtain the differentiated content of each firmware release version from the server; obtain the bin package of each firmware release version to be upgraded on the distributed version card and the differentiated content of each firmware release version;
    处理单元,用于将所述N个固件发布版本bin包组合形成一个以二进制文件形式出现的发布版本bin包,并将N个固件发布版本差异化内容嵌入所述发布版本bin包的二进制文件内部;The processing unit is configured to combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version differences in the binary file of the release version bin package ;
    编译单元,用于采用加密算法对所述发布版本bin包的二进制文件进行编码形成加密后的bin包;A compiling unit, configured to use an encryption algorithm to encode the binary file of the released version bin package to form an encrypted bin package;
    其中,在升级过程中,所述设备端的解析单元接收所述加密后的bin包,采用对称的解密算法,解析所述加密后的bin包中的所述发布版本二进制文件,形成分布式版卡上N个所述固件差异内容;以及所述设备端的升级单元根据N个所述固件差异内容和所述N个固件类型,进行每个所述分布式版卡固件的差异化适配升级。Wherein, in the upgrade process, the parsing unit on the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the released version binary file in the encrypted bin package to form a distributed version card The above N pieces of the firmware difference content; and the upgrade unit on the device side performs a differentiated adaptation and upgrade of each of the distributed version card firmware according to the N pieces of the firmware difference content and the N firmware types.
  2. 根据权利要求1所述的基于特殊编码的多固件分布式板卡的批量升级装置,其特征在于,所述设备端还包括存储模块,用于存储解析后的分布式版卡上各固件发布版本bin包。The device for batch upgrade of multi-firmware distributed boards based on special codes according to claim 1, characterized in that, the device side further comprises a storage module for storing the released versions of each firmware on the parsed distributed board bin package.
  3. 根据权利要求1所述的基于特殊编码的多固件分布式板卡的批量升级装置,其特征在于,所述升级过程中,所述设备端与控制PC模块保持心跳连接。The device for batch upgrade of multi-firmware distributed boards based on special codes according to claim 1, characterized in that, during the upgrade process, the device end maintains a heartbeat connection with the control PC module.
  4. 一种基于特殊编码的多固件分布式板卡的批量升级方法,其特征在于,包括如下步骤:A method for batch upgrade of multi-firmware distributed boards based on special codes, which is characterized in that it includes the following steps:
    步骤S1:确定设备端所有所述分布式板卡上需升级的N个固件类型, 获取分布式版卡上需升级的各固件发布版本bin包和各固件发布版本差异化内容;其中,N为大于等于2的正整数;Step S1: Determine the N firmware types to be upgraded on all the distributed boards on the device side, and obtain the bin package of each firmware release version and the difference content of each firmware release version to be upgraded on the distributed version card; where N is A positive integer greater than or equal to 2;
    步骤S2:将所述N个固件发布版本bin包组合形成一个以二进制文件形式出现的发布版本bin包,并将N个固件发布版本差异化内容嵌入所述发布版本bin包的二进制文件内部;Step S2: Combine the N firmware release version bin packages to form a release version bin package in the form of a binary file, and embed the N firmware release version differences in the binary file of the release version bin package;
    步骤S3:采用加密算法对所述发布版本bin包的二进制文件进行编码形成加密后的bin包;Step S3: Use an encryption algorithm to encode the binary file of the release version bin package to form an encrypted bin package;
    步骤S4:在升级过程中,所述设备端接收所述加密后的bin包,采用对称的解密算法,解析所述加密后的bin包中的所述发布版本二进制文件,形成分布式版卡上N个所述固件差异内容;Step S4: During the upgrade process, the device side receives the encrypted bin package, and uses a symmetric decryption algorithm to parse the release version binary file in the encrypted bin package to form a distributed version card N pieces of the firmware difference content;
    步骤S5:根据N个所述固件差异内容和所述N个固件类型,进行每个所述分布式版卡固件的差异化适配升级。Step S5: Perform a differentiated adaptation upgrade of the firmware of each distributed version card according to the N pieces of firmware difference content and the N pieces of firmware types.
  5. 根据权利要求4所述的基于特殊编码的多固件分布式板卡的批量升级方法,其特征在于,所述加密前的bin包包括M个分段Section,每个所述分段Section用于存储一个需升级的固件发布版本bin包和其相应的固件发布版本差异化内容;其中,M为大于等于N的正整数。The method for batch upgrade of multi-firmware distributed boards based on special encoding according to claim 4, wherein the bin package before encryption includes M sections, and each section is used for storing A firmware release version bin package to be upgraded and its corresponding firmware release version differentiation content; where M is a positive integer greater than or equal to N.
  6. 根据权利要求5所述的基于特殊编码的多固件分布式板卡的批量升级方法,其特征在于,每个所述分段Section包括Bin Header、XML Header和Bin Data;所述Bin Header包括分布式板卡信息和需升级的固件发布版本bin包的属性,所述XML Header的内容为板卡固件差异;The method for batch upgrade of multi-firmware distributed boards based on special codes according to claim 5, wherein each section includes Bin Header, XML Header and Bin Data; said Bin Header includes distributed The board information and the attributes of the bin package of the firmware release version to be upgraded, and the content of the XML Header is the board firmware difference;
  7. 根据权利要求6所述的基于特殊编码的多固件分布式板卡的批量升级方法,其特征在于,所述步骤S2根据VDEP协议,将固件发布版本差异化内容嵌入所述发布版本bin包的二进制文件内部;The method for batch upgrade of multi-firmware distributed boards based on special coding according to claim 6, wherein the step S2 embeds the differentiated content of the firmware release version into the binary of the release version bin package according to the VDEP protocol. Inside the file
  8. 根据权利要求6所述的基于特殊编码的多固件分布式板卡的批量升级方法,其特征在于,所述步骤S3中的加密算法为位加密算法,对所述发布版本bin包的二进制文件进行编码形成加密后的bin包。The method for batch upgrade of multi-firmware distributed boards based on special coding according to claim 6, wherein the encryption algorithm in step S3 is a bit encryption algorithm, and the binary file of the bin package of the release version is performed Encode to form an encrypted bin package.
PCT/CN2020/120805 2020-03-03 2020-10-14 Special code-based method for batch upgrading multi-firmware distributed board card WO2021174860A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010139562.X 2020-03-03
CN202010139562.XA CN111381851B (en) 2020-03-03 2020-03-03 Batch upgrading method of multi-firmware distributed board card based on special codes

Publications (1)

Publication Number Publication Date
WO2021174860A1 true WO2021174860A1 (en) 2021-09-10

Family

ID=71218561

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/120805 WO2021174860A1 (en) 2020-03-03 2020-10-14 Special code-based method for batch upgrading multi-firmware distributed board card

Country Status (2)

Country Link
CN (1) CN111381851B (en)
WO (1) WO2021174860A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116431189A (en) * 2023-06-12 2023-07-14 广州万协通信息技术有限公司 Board card upgrading method, device, equipment and storage medium based on PCIE link

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111381851B (en) * 2020-03-03 2023-11-24 上海御渡半导体科技有限公司 Batch upgrading method of multi-firmware distributed board card based on special codes
CN116909608A (en) * 2023-09-12 2023-10-20 深圳市首航新能源股份有限公司 Function updating method and device for battery product, battery product and energy storage system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101436141A (en) * 2008-11-21 2009-05-20 深圳创维数字技术股份有限公司 Firmware upgrading and encapsulating method and device based on digital signing
CN109491679A (en) * 2017-09-08 2019-03-19 迈普通信技术股份有限公司 A kind of CPLD online upgrading method and device
CN109582334A (en) * 2018-11-29 2019-04-05 杭州迪普科技股份有限公司 The upgrade method and device of programmable logic device
CN110764797A (en) * 2018-11-19 2020-02-07 哈尔滨安天科技集团股份有限公司 Method, device and system for upgrading file in chip and server
CN111381851A (en) * 2020-03-03 2020-07-07 上海御渡半导体科技有限公司 Batch upgrading method of multi-firmware distributed board card based on special codes

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10664262B2 (en) * 2017-08-29 2020-05-26 Crowdstrike, Inc. Binary suppression and modification for software upgrades
CN107506219A (en) * 2017-09-21 2017-12-22 烽火通信科技股份有限公司 A kind of general version upgrade method based on android system
CN110096300B (en) * 2019-04-08 2023-03-14 上海赛治信息技术有限公司 FPGA program file backup management system, operation method and upgrading method
CN110837393A (en) * 2019-11-14 2020-02-25 北京知道创宇信息技术股份有限公司 Method and device for manufacturing firmware differential upgrade package and readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101436141A (en) * 2008-11-21 2009-05-20 深圳创维数字技术股份有限公司 Firmware upgrading and encapsulating method and device based on digital signing
CN109491679A (en) * 2017-09-08 2019-03-19 迈普通信技术股份有限公司 A kind of CPLD online upgrading method and device
CN110764797A (en) * 2018-11-19 2020-02-07 哈尔滨安天科技集团股份有限公司 Method, device and system for upgrading file in chip and server
CN109582334A (en) * 2018-11-29 2019-04-05 杭州迪普科技股份有限公司 The upgrade method and device of programmable logic device
CN111381851A (en) * 2020-03-03 2020-07-07 上海御渡半导体科技有限公司 Batch upgrading method of multi-firmware distributed board card based on special codes

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116431189A (en) * 2023-06-12 2023-07-14 广州万协通信息技术有限公司 Board card upgrading method, device, equipment and storage medium based on PCIE link
CN116431189B (en) * 2023-06-12 2024-02-27 广州万协通信息技术有限公司 Board card upgrading method, device, equipment and storage medium based on PCIE link

Also Published As

Publication number Publication date
CN111381851A (en) 2020-07-07
CN111381851B (en) 2023-11-24

Similar Documents

Publication Publication Date Title
WO2021174860A1 (en) Special code-based method for batch upgrading multi-firmware distributed board card
US8392824B2 (en) Method and apparatus for hardware XML acceleration
US7596745B2 (en) Programmable hardware finite state machine for facilitating tokenization of an XML document
US7665015B2 (en) Hardware unit for parsing an XML document
WO2007058948A2 (en) Method and apparatus for virtualized xml parsing
JP5204070B2 (en) Method for generating a tool for merging customizations made to a first version of a software product when migrating to a second version of the software product, a computer usable medium and a data processing system
US8984502B2 (en) Systems and methods for composing or decomposing a composite image for firmware update images
US7962919B2 (en) Apparatus and method for modifying an initial event queue for extending an XML processor's feature set
CN101295332A (en) DICOM file patient information anonymization processing method
CN108595187A (en) Method, device and the storage medium of Android installation kit integrated software development kit
WO2022179121A1 (en) Automatic script generation method and apparatus, electronic device and storage medium
CN103761095B (en) Method for generating universal upgrade file head data information
WO2021164462A1 (en) Data encryption method, data decryption method, computer device, and medium
US20170242673A1 (en) Methods and systems of generating ease of use interfaces for legacy system management facilities
CN107305495A (en) Realize the method and terminal of software installation packet function modification
Kangasharju et al. Xebu: A binary format with schema-based optimizations for XML data
US20120246264A1 (en) Data Exchange Between Communicating Computing Equipment Using Differential Information
US10956659B1 (en) System for generating templates from webpages
WO2023125038A1 (en) Data table preprocessing method and apparatus, and electronic device and storage medium
US9201838B2 (en) Systems and methods for the efficient exchange of hierarchical data
CN107992311A (en) A kind of method of rapid batch packing generation APK file
CN107402885A (en) A kind of program debugging method and device
CN106293862B (en) A kind of analysis method and device of expandable mark language XML data
CN105760202A (en) Server, computing equipment, software compression pack processing device and method
CN104657184A (en) Upgrading method by corresponding files to multi-embedded equipment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20922885

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20922885

Country of ref document: EP

Kind code of ref document: A1