WO2010081323A1 - 一种单板应用版本的实现方法及系统 - Google Patents

一种单板应用版本的实现方法及系统 Download PDF

Info

Publication number
WO2010081323A1
WO2010081323A1 PCT/CN2009/073430 CN2009073430W WO2010081323A1 WO 2010081323 A1 WO2010081323 A1 WO 2010081323A1 CN 2009073430 W CN2009073430 W CN 2009073430W WO 2010081323 A1 WO2010081323 A1 WO 2010081323A1
Authority
WO
WIPO (PCT)
Prior art keywords
application version
version
board
memory
new application
Prior art date
Application number
PCT/CN2009/073430
Other languages
English (en)
French (fr)
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 WO2010081323A1 publication Critical patent/WO2010081323A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Definitions

  • the present invention relates to the field of computer and embedded device technologies, and in particular, to a method and system for implementing a single board application version.
  • the running process of the dual-version method can be divided into the following steps:
  • Step 101 The board is started from the BootRom.
  • Step 102 check whether the first software version in the flash memory is available, if available, proceed to step 105, otherwise proceed to step 103;
  • Step 103 checking whether the second software version in the flash memory is available, if yes, performing step 105, otherwise proceeding to step 104;
  • Step 104 if all the versions are unavailable, stop in the BootRom state and wait for the manual repair;
  • Step 105 starting normally from the available version.
  • the software version using the dual version method is used in both software versions. When it is damaged, it can only rely on manually opening the device, and re-downloading the software version to the flash after complicated operations. The maintenance efficiency is low. In addition, saving the dual version requires a large storage space, and the storage capacity of the flash is high, resulting in The cost increases; at the same time, the read and write access speed of the flash memory is relatively slow.
  • the technical problem to be solved by the present invention is to provide a method and a system for implementing a board application version.
  • the board application software is abnormal, the software version is restored, which can reduce product cost and maintenance cost, and improve maintenance efficiency.
  • the present invention provides a method for implementing a board application version, which includes:
  • the board After the board is started, check whether there is an application version available in the program memory, and if so, load and run the available application version in the program memory; otherwise, by starting a network protocol request to download a new application version, the new The application version file is downloaded to the memory of the board, and the new application version is parsed. After the parsing is successful, the loading and running are performed.
  • whether the application version is available in the check program memory includes: locating a location of the application version from the program memory, and verifying the legality and integrity of the application version.
  • the method further includes: after downloading the new application version file into the memory of the board, verifying the legality and integrity of the new application version.
  • verifying the legality and integrity of the application version includes: checking the integrity of the application version using a cyclic redundancy algorithm, and checking the validity of the application version using an RSA algorithm.
  • the downloading the new application version by starting the network protocol comprises: requesting an IP address and an application version file name by using a dynamic host allocation protocol DHCP protocol, and requesting by using a file transfer protocol according to the obtained IP address and the application version file name. Download the new app version file.
  • parsing the new application version comprises: finding a location of starting the kernel and the file system in the new application version.
  • the method further includes: after loading and running the new application version, downloading a new application version by using a network protocol, and writing a new application version downloaded through a network protocol into the program memory, to The version of the application in the program memory is updated.
  • the present invention also provides an implementation system for a board application version, which includes a board having a program memory and a server storing an application version, and the board memory is connected to the server.
  • the board is configured to check whether there is an available application version in the program memory after startup, and if there is an available application version, load and run the available application version in the program memory; otherwise, download a new request by starting a network protocol.
  • the application version file downloads the new application version file into the memory of the board, parses the new application version, and loads and runs after the parsing succeeds.
  • the board is further configured to:
  • the server includes an application version server and a DHCP server, and the memory of the board is respectively connected to the application version server and the DHCP server, where
  • the application version server is configured to store the application version
  • the DHCP server is configured to perform IP address distribution and application version file name deletion
  • the memory of the board is configured to request an IP address and an application version file name from the DHCP server by using a DHCP protocol, and download the file from the application version server by using a file transfer protocol according to the obtained IP address and the application version file name. New application version file.
  • the software version of the embedded device or the communication device in the memory is abnormal or faulty, the software version can be directly downloaded into the memory without opening the device, and the software version in the memory is run.
  • the software version in the faulty device memory is updated to restore the device to normal operation.
  • the invention can be used for emergency recovery of software versions, compared to traditional dual version or size versions, The product cost is reduced, and the maintenance efficiency is improved. Moreover, when the two versions of the conventional method fail simultaneously, the method of the present invention can also be used for recovery; meanwhile, the present invention can also be used to implement single-board diskless startup without Reading and writing software versions on flash memory improves efficiency. BRIEF abstract
  • FIG. 1 is a flowchart of operation of a software version of a dual version backup in the prior art
  • FIG. 2 is a schematic diagram of a memory-based security software version system according to an embodiment of the present invention
  • FIG. 3 is a flowchart of a method for memory-based security software version according to an embodiment of the present invention.
  • the present invention provides a memory-based application version of the board.
  • the core of the device is: connecting the device board to the network through the network.
  • the software version server so that when the software version of the board is abnormal or faulty, the software version is downloaded from the software version server to the memory by starting the network protocol, by running the software version in the memory, and updating the software in the faulty device memory. Version to bring the device back to normal operation.
  • Step 1 The board is powered on, and is booted from the BootRom;
  • Step 2 The program in the BootRom detects the program memory, such as the available application version (software version) in the flash memory. If yes, the available version in the flash is loaded, and the method starts normally; otherwise, the method starts the BootRom network protocol to the software.
  • the version server requests to download the software version and performs the next step;
  • Step 3 download the new software version into the memory, and check the integrity and legality of the downloaded software version file
  • Step 4 Parse the software version in the memory and start directly from the version.
  • the software version in the flash can be updated through a defined software interface to complete the device repair. Updating the software version in the flash includes: After the memory software version is started, download the new software version through the network protocol, and write the new software version downloaded through the network protocol. Enter the flash memory.
  • checking whether the flash memory has a software version may include: locating the location of the software version from the flash, verifying the software version by using a cyclic redundancy algorithm to confirm the integrity, and using RSA (an asymmetric encryption algorithm) The algorithm verifies the software version signature to confirm its legitimacy.
  • starting the network protocol to request the version software from the software version server includes: first requesting the IP address and the software version file name from the DHCP server through a DHCP (Dynamic Host Configuration Protocol) protocol, and then obtaining the IP address according to the acquired IP address. And the software version file name is requested to download the software version file from the software version server through the file transfer protocol.
  • DHCP Dynamic Host Configuration Protocol
  • checking the integrity and legality of the software version file includes: using the cyclic redundancy algorithm to complete the software version verification and confirm its integrity, and verifying the legality by using the RSA algorithm to verify the software version signature.
  • parsing the software version in memory includes: Finding the location of the boot kernel and file system in the memory software version.
  • the implementation system of the board application version of the embodiment of the present invention mainly includes: a device board, a software version server, and a DHCP server.
  • the device board is connected to the software version server and the DHCP server through the network connection.
  • the software version server is responsible for the storage device software version.
  • the DHCP server is responsible for the distribution of the IP address and the release of the software version file name.
  • the software version server and the DHCP server may also be combined into one physical device.
  • the specific implementation steps of the implementation method of the board application version in the embodiment of the present invention include:
  • Step 201 the board is powered on, and the device initialization is completed: device hardware initialization, including flash memory, memory, network device, etc.; software initialization, including network protocol stack initialization;
  • Step 202 After the device initialization is completed, the program in the BootRom starts to search for the existing software version from the flash, and after using the software version, the cyclic redundancy algorithm is used to check the integrity of the version, and the RSA is used. The algorithm checks the validity of the version, if the software version is available, proceeds to step 207, otherwise proceeds to step 203;
  • Step 203 The program in the BootRom starts the network protocol stack, and requests the IP address and the software version file name from the DHCP server through the DHCP protocol.
  • the DHCP server takes an IP address from the address pool and sends it to the device board, and uses the BootFile field to use the software.
  • the version name is sent to the device board.
  • Step 204 The device board downloads the software version to the memory of the device board through the file transfer protocol according to the received IP address and the software version file name.
  • Step 205 The BootRom program checks the integrity and legality of the software version file in the memory, including: checking the integrity of the version by using a cyclic redundancy algorithm, checking the validity of the version by using the RSA algorithm, and performing the next step;
  • Step 206 determining whether the memory software version is available, if yes, proceeding to step 207; otherwise, proceeding to step 204, attempting to re-download the software version into the memory;
  • Step 207 Find the location of the kernel and the file system in a certain way in the software version, load the kernel, and start the device software.
  • step 207 after the device is started, the software version in the flash may be updated by using a predefined software interface; if the device software fails to start, the software version in the server may be updated, and restarting from step 201.
  • the software version of the embedded device or the communication device in the memory is abnormal or faulty
  • the software version can be directly downloaded into the memory without opening the device, and the software version in the memory is run.
  • the software version in the faulty device memory is updated to restore the device to normal operation.
  • the technical solution of the present invention does not require saving multiple software versions in flash This reduces equipment costs; the process of updating the device software version is fully automated, without manual intervention. Compared with the traditional dual version or size version, it improves maintenance efficiency and reduces maintenance costs.

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)

Description

一种单板应用版本的实现方法及系统
技术领域
本发明涉及计算机与嵌入式设备技术领域, 尤其涉及一种单板应用版本 的实现方法及系统。
背景技术
目前各种嵌入式设备、 通信设备的应用版本, 如启动软件或升级软件版 本等, 通常保存在非易失性存储器(Non- Volatile Memory )如 flash (闪存) 中, 一旦 flash中的软件版本被破坏或者出现软件故障, 将导致无法继续访问 flash, 从而造成整个设备将无法正常运行或者无法升级。 相互备份的方法; 或者釆用大小版本的方法, 小版本用于紧急恢复, 大版本 用于正常运行。 两种方法的工作原理基本相同: 单板首先从 BootRom (启动 芯片)启动, 然后检查 flash存储器中的第一个软件版本, 如果该第一个软件 版本可用, 则正常启动; 如果第一个软件版本不可用, 则检查第二个版本是 否可用, 如果第二个版本可用则正常启动, 不可用则只能停止运行, 等待人 工干预对设备进行修复。
如图 1所示, 釆用双版本方法的运行流程可分为如下步骤:
步骤 101 , 单板从 BootRom启动;
步骤 102, 检查 flash存储器中的第一个软件版本是否可用, 如果可用, 则执行步骤 105 , 否则进入步骤 103;
步骤 103 , 检查 flash存储器中的第二个软件版本是否可用, 如果可用则 执行步骤 105 , 否则进入步骤 104;
步骤 104, 如果所有的版本都不可用, 则停止在 BootRom状态, 等待人 工修复; 以及
步骤 105 , 从该可用版本正常启动。
从以上流程可以看出, 釆用双版本方法的软件版本在两个软件版本都被 破坏时,只能依赖于人工打开设备,经过复杂的操作重新下载软件版本到 flash 中, 维护效率低; 此外, 保存双版本需要占用较大的存储空间, 对 flash的存 储容量要求较高, 导致成本增加; 同时, 还使得 flash存储器的读写访问速度 都比较慢。
发明内容
本发明要解决的技术问题是提供一种单板应用版本的实现方法及系统, 当单板应用软件出现异常时对软件版本进行恢复, 能够降低产品成本和维护 费用, 提高维护效率。
为了解决上述问题, 本发明提供了一种单板应用版本的实现方法, 其包 括:
单板启动后, 检查程序存储器中有无可用的应用版本, 若有, 则加载运 行所述程序存储器中的该可用应用版本; 否则通过启动网络协议请求下载新 的应用版本, 将所述新的应用版本文件下载到单板内存中, 并对所述新的应 用版本进行解析, 解析成功后加载运行。
进一步地, 所述检查程序存储器中有无可用的应用版本包括: 从所述程 序存储器中定位应用版本的位置,以及校验所述应用版本的合法性和完整性。
进一步地, 所述方法还包括: 将所述新的应用版本文件下载到所述单板 内存中后, 校验所述新的应用版本的合法性和完整性。
进一步地, 所述校验应用版本的合法性和完整性包括: 使用循环冗余算 法检查所述应用版本的完整性, 以及使用 RSA算法检查所述应用版本的合法 性。
进一步地, 所述通过启动网络协议下载新的应用版本包括: 通过动态主 机分配协议 DHCP协议请求 IP地址和应用版本文件名称 ,并根据获取的所述 IP地址和应用版本文件名称通过文件传输协议请求下载新的应用版本文件。
进一步地, 若对所述新的应用版本解析不成功, 则重新请求下载, 其中, 对所述新的应用版本进行解析包括: 在所述新的应用版本中找到启动内核和 文件系统的位置。 进一步地, 所述方法还包括: 加载运行所述新的应用版本完毕后, 通过 网络协议下载新的应用版本, 并将通过网络协议下载的新的应用版本写入所 述程序存储器中, 以对所述程序存储器中的应用版本进行更新。
本发明还提供了一种单板应用版本的实现系统, 其包括具有程序存储器 的单板及存储有应用版本的服务器, 所述单板内存与所述服务器相连。
所述单板设置为在启动后检查所述程序存储器中有无可用的应用版本, 若有可用应用版本, 则加载运行所述程序存储器中的该可用应用版本; 否则 通过启动网络协议请求下载新的应用版本文件, 将所述新的应用版本文件下 载到单板内存中, 并对所述新的应用版本进行解析, 解析成功后加载运行。
进一步地, 所述单板还设置为:
将所述新的应用版本文件下载到所述单板的内存中后, 校验所述新的应 用版本的合法性和完整性; 以及,
在加载运行所述新的应用版本完毕后,通过网络协议下载新的应用版本, 并将通过网络协议下载的新的应用版本写入所述程序存储器中, 以对所述程 序存储器中的应用版本进行更新。
进一步地, 所述服务器包括应用版本服务器和 DHCP服务器, 所述单板 的内存分别与所述应用版本服务器及所述 DHCP服务器相连, 其中,
所述应用版本服务器设置为存储所述应用版本;
所述 DHCP服务器设置为进行 IP地址的分发及应用版本文件名称的下 发;
所述单板的内存设置为通过 DHCP协议向所述 DHCP服务器请求 IP地址 和应用版本文件名称, 并根据获取的所述 IP地址和应用版本文件名称通过文 件传输协议从所述应用版本服务器上下载新的应用版本文件。
釆用本发明方法及系统, 使得嵌入式设备、 通信设备在存储器上的软件 版本出现异常或故障的情况下, 无须打开设备, 可直接下载软件版本到内存 中, 通过运行内存中的软件版本, 并更新故障设备存储器中的软件版本, 使 设备恢复正常运行。
本发明可以用于软件版本的紧急恢复,与传统的双版本或大小版本相比, 降低了产品成本, 提高了维护效率; 并且, 当传统的方法中两个版本同时失 效时, 也可以利用本发明的方法进行恢复; 同时, 本发明也可以用于实现单 板无盘启动, 无须在 flash存储器上读写软件版本, 提高了效率。 附图概述
图 1为现有技术中釆用双版本备份的软件版本的运行流程图;
图 2为本发明实施例的基于内存的安全软件版本系统的示意图; 以及 图 3为本发明实施例的基于内存的安全软件版本的方法流程图。 本发明的较佳实施方式
针对目前基于 flash存储软件的设备,一旦设备软件出现异常则设备将无 法启动或升级的问题, 本发明提出了一种基于内存的单板应用版本, 其核心 是: 将设备单板通过网络连接到软件版本服务器, 这样, 当单板软件版本出 现异常或故障的情况时, 通过启动网络协议从软件版本服务器下载软件版本 到内存中, 通过运行内存中的软件版本, 并更新故障设备存储器中的软件版 本, 使设备恢复正常运行。
具体地, 本发明的单板应用版本的实现方法主要釆用以下技术方案: 步骤一, 单板上电, 从 BootRom启动;
步骤二, BootRom内程序检测程序存储器, 如 flash存储器中有无可用的 应用版本(软件版本) , 若有, 则加载 flash中的可用版本, 正常启动, 本方 法结束; 否则 BootRom启动网络协议向软件版本服务器请求下载软件版本, 并执行下一步;
步骤三, 下载新的软件版本到内存中, 并检查所下载的软件版本文件的 完整性和合法性; 以及
步骤四, 解析内存中的该软件版本, 从该版本直接启动。
在完成上述步骤之后 ,可以通过定义的软件接口更新 flash中的软件版本, 从而完成设备修复。更新 flash中的软件版本包括: 内存软件版本启动完成后, 通过网络协议下载新的软件版本, 并将通过网络协议下载的新的软件版本写 入到 flash存储器中。
其中, 上述步骤二中, 检查 flash存储器有无软件版本可用包括: 从 flash 中定位软件版本的位置, 使用循环冗余算法校验软件版本以确认其完整性, 使用 RSA (—种非对称加密算法)算法校验软件版本签名以确认其合法性。
上述步骤二中, 启动网络协议向软件版本服务器请求版本软件包括: 首 先通过 DHCP ( Dynamic Host Configuration Protocol, 动态主机分配协议 )协 议向 DHCP服务器请求 IP地址和软件版本文件名称, 再根据获取的 IP地址 和软件版本文件名称通过文件传输协议从软件版本服务器上请求下载软件版 本文件。
上述步骤三中, 检查软件版本文件的完整性和合法性包括: 使用循环冗 余算法完成软件版本校验和确认其完整性, 以及使用 RSA算法校验软件版本 签名确认其合法性。
上述步骤四中, 解析内存中的软件版本包括: 在内存软件版本中找到启 动内核和文件系统的位置。
下面结合附图和具体实施例对本发明作进一步详细描述, 以使本领域的 技术人员可以更好的理解本发明并能予以实施, 但所举实施例不作为对本发 明的限定。
如图 2所示, 本发明实施例的单板应用版本的实现系统主要包括: 设备 单板、 软件版本服务器和 DHCP服务器。 设备单板通过网络连接与软件版本 服务器及 DHCP服务器相连,软件版本服务器负责存储设备软件版本, DHCP 服务器负责 IP地址的分发和软件版本文件名称的下发。在本发明的其它实施 例中, 软件版本服务器和 DHCP服务器也可以合并为一个物理设备。
如图 3所示, 本发明实施例的单板应用版本的实现方法的具体实施步骤 包括:
步骤 201 , 单板上电, 完成设备初始化: 设备硬件初始化, 包括 flash存 储器、 内存、 网络设备等; 软件初始化, 包括网络协议栈初始化;
步骤 202, 设备初始化完成后, BootRom内程序开始从 flash中搜索已有 的软件版本,找到软件版本后使用循环冗余算法检查版本的完整性,使用 RSA 算法检查版本的合法性, 如果软件版本可用, 则进入步骤 207, 否则执行步 骤 203;
步骤 203 , BootRom内程序启动网络协议栈, 通过 DHCP协议向 DHCP 服务器请求 IP地址和软件版本文件名称, DHCP服务器从地址池中取一个 IP 地址并下发给设备单板, 同时利用 BootFile字段将软件版本名称发给设备单 板;
步骤 204 , 设备单板根据收到的上述 IP地址和软件版本文件名称, 通过 文件传输协议将软件版本下载到设备单板内存中;
步骤 205, BootRom 内程序检查内存中的软件版本文件的完整性和合法 性, 包括: 使用循环冗余算法检查版本的完整性, 使用 RSA算法检查版本的 合法性, 并进行下一步;
步骤 206, 判断内存软件版本是否可用, 如果可用, 则进入步骤 207; 否 则进入步骤 204, 尝试重新下载软件版本到内存中; 以及
步骤 207 , 在软件版本中通过一定的方法找到内核和文件系统的位置, 加载内核, 启动设备软件。
可选地, 步骤 207中, 设备启动完成后, 可以使用预先定义的软件接口, 更新 flash中的软件版本; 如果设备软件启动失败, 可以更新服务器中的软件 版本, 并从步骤 201重新开始。
以上所述实施例仅是为充分说明本发明而所举的较佳的实施例, 本发明 的保护范围不限于此。 本技术领域的技术人员在本发明基础上所作的等同替 代或变换, 均在本发明的保护范围之内。 本发明的保护范围以权利要求书为 准。
工业实用性
釆用本发明方法及系统, 使得嵌入式设备、 通信设备在存储器上的软件 版本出现异常或故障的情况下, 无须打开设备, 可直接下载软件版本到内存 中, 通过运行内存中的软件版本, 并更新故障设备存储器中的软件版本, 使 设备恢复正常运行。釆用本发明的技术方案不需要在 flash中保存多个软件版 本, 减少了设备成本; 更新设备软件版本过程全部自动化完成, 不需要人工 干预。 与传统的双版本或大小版本相比, 提高了维护效率, 减小了维护成本。

Claims

权 利 要 求 书
1、 一种单板应用版本的实现方法, 其包括:
单板启动后, 检查程序存储器中有无可用的应用版本, 若有可用应用版 本, 则加载运行所述程序存储器中的所述可用应用版本; 否则通过启动网络 协议请求下载新的应用版本文件, 将所述新的应用版本文件下载到单板内存 中, 并对新的应用版本进行解析, 解析成功后加载运行。
2、 如权利要求 1所述的方法, 其中, 所述检查程序存储器中有无可用的 应用版本包括:
从所述程序存储器中定位所述应用版本的位置, 以及校验所述应用版本 的合法性和完整性。
3、如权利要求 1所述的方法, 其中在将所述新的应用版本文件下载到所 述单板内存中的所述步骤后, 所述方法还包括以下步骤:
校验所述新的应用版本的合法性和完整性。
4、 如权利要求 2或 3所述的方法, 其中, 所述校验应用版本的合法性和 完整性包括:
使用循环冗余算法检查所述应用版本的完整性, 以及使用 RSA算法检查 所述应用版本的合法性。
5、 如权利要求 1所述的方法, 其中, 所述通过启动网络协议下载新的应 用版本包括: 根据获取的所述 IP地址和应用版本文件名称通过文件传输协议请求下载新的 应用版本文件。
6、 如权利要求 1所述的方法, 其还包括:
若对所述新的应用版本解析不成功, 则重新请求下载;
其中, 对所述新的应用版本进行解析包括: 在所述新的应用版本中找到 启动内核和文件系统的位置。
7、 如权利要求 1所述的方法, 其还包括: 加载运行所述新的应用版本完 毕后, 通过网络协议下载新的应用版本, 并将所述通过网络协议下载的新的 应用版本写入所述程序存储器中, 以对所述程序存储器中的应用版本进行更 新。
8、一种单板应用版本的实现系统, 其包括具有程序存储器的单板及存储 有应用版本的服务器, 所述单板的内存与所述服务器相连;
所述单板设置为在启动后检查所述程序存储器中有无可用的应用版本, 若有可用应用版本, 则加载运行所述程序存储器中的所述可用应用版本; 否 则通过启动网络协议请求下载新的应用版本文件, 将所述新的应用版本文件 下载到所述单板的内存中, 并对所述新的应用版本进行解析, 解析成功后加 载运行。
9、 如权利要求 8所述的系统, 其中, 所述单板还设置为:
将所述新的应用版本文件下载到所述单板的内存中后, 校验所述新的应 用版本的合法性和完整性; 以及,
在加载运行所述新的应用版本完毕后,通过网络协议下载新的应用版本, 并将所述通过网络协议下载的新的应用版本写入所述程序存储器中, 以对所 述程序存储器中的应用版本进行更新。
10、 如权利要求 8或 9所述的系统, 其中, 所述服务器包括应用版本服 务器和 DHCP服务器, 所述单板的内存分别与所述应用版本服务器及所述 DHCP服务器相连, 其中,
所述应用版本服务器设置为存储所述应用版本;
所述 DHCP服务器设置为进行 IP地址的分发及应用版本文件名称的下 发;
所述单板的内存设置为通过 DHCP协议向所述 DHCP服务器请求 IP地址 和应用版本文件名称, 并根据获取的所述 IP地址和应用版本文件名称通过文 件传输协议从所述应用版本服务器上下载新的应用版本文件。
PCT/CN2009/073430 2009-01-19 2009-08-21 一种单板应用版本的实现方法及系统 WO2010081323A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910003096.6 2009-01-19
CN 200910003096 CN101482823A (zh) 2009-01-19 2009-01-19 一种单板应用版本的实现方法及系统

Publications (1)

Publication Number Publication Date
WO2010081323A1 true WO2010081323A1 (zh) 2010-07-22

Family

ID=40879949

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/073430 WO2010081323A1 (zh) 2009-01-19 2009-08-21 一种单板应用版本的实现方法及系统

Country Status (2)

Country Link
CN (1) CN101482823A (zh)
WO (1) WO2010081323A1 (zh)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104503811A (zh) * 2015-01-09 2015-04-08 烽火通信科技股份有限公司 基于单存储区的通信设备升级方法及系统
CN104536738A (zh) * 2014-12-16 2015-04-22 北京锐安科技有限公司 Atca平台主控卡自动配置业务卡的方法和装置
CN109960523A (zh) * 2017-12-22 2019-07-02 浙江宇视科技有限公司 一种嵌入式设备的固件升级方法及装置
CN111813427A (zh) * 2019-04-12 2020-10-23 杭州海康威视数字技术股份有限公司 设备修复方法、装置、电子设备及存储介质

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101482823A (zh) * 2009-01-19 2009-07-15 中兴通讯股份有限公司 一种单板应用版本的实现方法及系统
CN101615128B (zh) * 2009-07-31 2012-05-23 北京华环电子股份有限公司 一种单片机在线升级的方法及装置
CN102436402B (zh) * 2011-03-29 2014-12-10 奇智软件(北京)有限公司 一种软件中的模块修复方法及该软件设备
CN105204900A (zh) * 2015-09-23 2015-12-30 小米科技有限责任公司 嵌入式芯片的运行方法、装置、嵌入式芯片及终端设备
CN106055341A (zh) * 2016-06-14 2016-10-26 北京奇虎科技有限公司 应用程序安装包的校验方法及装置
CN107967160B (zh) * 2017-12-22 2021-04-27 杭州迪普科技股份有限公司 一种通过Boot Loader更新操作系统文件的方法及装置
CN111475220B (zh) * 2019-01-23 2023-04-25 阿里巴巴集团控股有限公司 冷启动方法、装置、电子设备及计算机存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1752940A (zh) * 2004-09-24 2006-03-29 华为技术有限公司 恢复单板软件版本的方法
CN101017435A (zh) * 2006-04-14 2007-08-15 北京瑞星国际软件有限公司 一种用于软件升级的方法及装置
CN101163055A (zh) * 2007-11-21 2008-04-16 浪潮电子信息产业股份有限公司 一种自动探测服务器硬件信息的方法
CN101482823A (zh) * 2009-01-19 2009-07-15 中兴通讯股份有限公司 一种单板应用版本的实现方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1752940A (zh) * 2004-09-24 2006-03-29 华为技术有限公司 恢复单板软件版本的方法
CN101017435A (zh) * 2006-04-14 2007-08-15 北京瑞星国际软件有限公司 一种用于软件升级的方法及装置
CN101163055A (zh) * 2007-11-21 2008-04-16 浪潮电子信息产业股份有限公司 一种自动探测服务器硬件信息的方法
CN101482823A (zh) * 2009-01-19 2009-07-15 中兴通讯股份有限公司 一种单板应用版本的实现方法及系统

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104536738A (zh) * 2014-12-16 2015-04-22 北京锐安科技有限公司 Atca平台主控卡自动配置业务卡的方法和装置
CN104503811A (zh) * 2015-01-09 2015-04-08 烽火通信科技股份有限公司 基于单存储区的通信设备升级方法及系统
CN109960523A (zh) * 2017-12-22 2019-07-02 浙江宇视科技有限公司 一种嵌入式设备的固件升级方法及装置
CN109960523B (zh) * 2017-12-22 2023-07-21 浙江宇视科技有限公司 一种嵌入式设备的固件升级方法及装置
CN111813427A (zh) * 2019-04-12 2020-10-23 杭州海康威视数字技术股份有限公司 设备修复方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN101482823A (zh) 2009-07-15

Similar Documents

Publication Publication Date Title
WO2010081323A1 (zh) 一种单板应用版本的实现方法及系统
JP4426736B2 (ja) プログラム修正方法およびプログラム
WO2017067448A1 (zh) 一种无线固件升级方法、系统及计算机存储介质
US9858067B2 (en) Electronic system with update control mechanism and method of operation thereof
TWI571800B (zh) 電腦開機之方法與電腦系統
JP5307706B2 (ja) オペレーティングシステムの段階的ブート処理
CN101232397B (zh) 多控制器系统修复的方法和装置
US20100132042A1 (en) Method for upgrading antivirus software and terminal and system thereof
US20110004871A1 (en) Embedded electronic device and firmware updating method thereof
US20040255106A1 (en) Recovery of operating system configuration data by firmware of computer system
US10635428B2 (en) System and method for in-service update of software
WO2011088701A1 (zh) 一种跨平台版本在线升级的方法及装置
TW201019110A (en) Managing cache data and metadata
WO2014194865A1 (zh) 一种固件升级方法、装置及通信设备
TW201232401A (en) BIOS updating system and method, computer readable recording medium having BIOS updating program stored therein, and its computer program products
US11886886B2 (en) System and method for runtime synchronization and authentication of pre-boot device drivers for a rescue operating system
WO2011095074A1 (zh) 一种终端设备系统升级方法及终端设备
WO2016078060A1 (zh) 用于多系统终端的系统升级方法、升级装置和终端
WO2015127730A1 (zh) 版本文件的运行方法及装置
WO2015154538A1 (zh) 存储器的启动方法及装置
WO2017016282A1 (zh) 软件升级方法及装置、计算机存储介质
CN109375953B (zh) 一种操作系统启动方法及装置
JP6599725B2 (ja) 情報処理装置およびログ管理方法、並びにコンピュータ・プログラム
WO2011110097A1 (zh) 一种软件下载方法和装置
WO2015154578A1 (zh) 单板的boot程序远程升级方法、装置及系统

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: 09838110

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: 09838110

Country of ref document: EP

Kind code of ref document: A1