CN1252951C - Method of singleboard Node B software download and upgrade - Google Patents

Method of singleboard Node B software download and upgrade Download PDF

Info

Publication number
CN1252951C
CN1252951C CN 200310103988 CN200310103988A CN1252951C CN 1252951 C CN1252951 C CN 1252951C CN 200310103988 CN200310103988 CN 200310103988 CN 200310103988 A CN200310103988 A CN 200310103988A CN 1252951 C CN1252951 C CN 1252951C
Authority
CN
China
Prior art keywords
software
version
downloaded
veneer
download
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.)
Expired - Fee Related
Application number
CN 200310103988
Other languages
Chinese (zh)
Other versions
CN1543107A (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN 200310103988 priority Critical patent/CN1252951C/en
Publication of CN1543107A publication Critical patent/CN1543107A/en
Application granted granted Critical
Publication of CN1252951C publication Critical patent/CN1252951C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

The present invention provides a node B board software downloading and updating method. A node B board software downloading flow comprises the steps that 1. a system is initialized, and a software downloading program in an ROM is executed; 2. a process is downloaded, a software downloading request is sent to a BMC, and the BMC obtains the concrete information of software to be downloaded, which is sent to a board; 3. after the board receives a response message from the BMC, the software is downloaded to a temporary memory, and the downloaded software is checked; and 4. after checking success, a program pointer jumps to the address of the memory where the downloaded software is stored so that the software starts running officially. The method can overcome the disadvantages of high cost of system hardware and complex management of software versions existing in the prior art. When the management method is used, the peripheral board is updated through a simple processing flow, the board does not require a permanent storage device so that the cost is saved, and NODE B software can be downloaded remotely and updated conveniently and simply.

Description

The Node B board software is downloaded and upgrade method
Technical field
The present invention relates to broadband CDMA system (WCDMA, Wideband Code DivisionMultiple Access), relate in particular to the processing method that realizes the board software download and upgrade in the broadband CDMA system in the Node B (Node B).
Background technology
The expansion day by day of range of application in social every field along with mobile communcations system, people are also more and more higher for the requirement of mobile communcations system, from early stage analog communication technology, develop into the digital communication technology of present voice-over signal, then towards the third generation mobile system development of data service.The WCDMA system is divided into two parts: network portion and wireless access part.The wireless access part is by a plurality of RNS (RNS, RatioNetwork System) forms, each RNS comprises 1 radio network controller (RNC, Ratio Network Controller) and one or more Node B, Node B links to each other with RNC by Iub interface, the system information broadcast that reports RNC to provide, the access control that execution is issued by RNC, mobile management, RRM and control command are connected with UE (User Equipment) by the Uu interface and finish the transmission of radio links function.Node B is as a telecommunication apparatus, relatively disperses in geographical distribution and there is strict demand its off-grid time, and this just needs it to have reliable and effective remote software to download and upgrade function.In NODE B system; the general employing moved embedded real-time operating system such as serial central processing units such as Motorolas 850,8260; for these embedded real-time operating systems; owing to reasons such as system upgrade, software maintenances, often can face the problem of software version storage, upgrading.Method commonly used at present is that board software is placed in the storage device (as FLASH) of veneer, then by BOOT ROM (Read-only Memory) guiding operation.Owing to the storage device that said method need be fixed, not only increased the hardware cost of system, and because each veneer has all been preserved upgrade software, thereby increased the management cost of veneer to software version, also increased software complexity.
Summary of the invention
The objective of the invention is to overcome the system hardware cost height that exists in the prior art, the shortcoming of software version management complexity, download and upgrade method in the hope of a kind of Node B board software that can effectively avoid increasing the system hardware cost, simplifying software complexity is provided.
For achieving the above object, the invention provides a kind of Node B board software and download and upgrade method, it is characterized in that, may further comprise the steps:
The Node B board software is downloaded flow process:
(1) peripheral single board powers on, program start among the ROM, initialization register at first, then the code segment among the ROM and data segment are carried on the arm shellfish and unziped among the RAM and go, and navigate to RAM_HIGH_ADRS and begin in RAM to carry out residue code among the ROM, after system finished hardware device initialization, core library initialization and kernel initialization, erection unit drove, connect clock and interrupt, start downloading process at last;
(2) downloading process is sent the software download request to BMC (master control veneer, NODE B Main Control), after BMC receives request message, judge needs downloaded software type according to informed source, and Query Database, obtain to want the specifying information of downloaded software to send to veneer;
(3) after veneer receives receiveing the response of BMC, set up relevant file transfer link with BMC, download software to an interim internal memory, and the software of downloading is carried out verification according to the information that BMC returns;
(4) after the verification succeeds, program pointer jumped to deposit the memory address of the downloading software formal software that brings into operation.
Node B board software upgrading flow process:
(1) the daemon software handle wants downloaded software to copy assigned catalogue to, and reads the software type and the version number of this document;
(2) send software download message to BMC, BMC receives that setting up the file transfer link with the backstage after the message downloads file get off;
(3) BMC Query Database and carry out version relatively if there is not the version information of this document software type in the database, then inserts a new version information; If exist then version relatively, if version identical download time that just changes in the database, if version difference then current version is saved as latest edition and deletes original version information;
(4) BMC returns the software download success message to the backstage; After the backstage receives successfully download message, activate download version by the user, activation message is sent to BMC in the backstage then;
(5) after BMC receives and activates message, Query Database, according to the software type relevant release note in the new data more, the version that will activate as current version;
(6) BMC sends reset message to the veneer that all meet software type;
(7) after veneer is received reset message, restart.
The method of the invention changes the distributed banking system of board software into to board software centralized management, owing to generally have enough bandwidth between veneer in the NODE B system, software version passing time between plate can shorten to more than 10 seconds even several seconds, so just for adopting centralized software version management that a kind of possibility is provided.Adopt management method of the present invention, the upgrading processing flow process of peripheral single board is simple, and need not permanent storage device on veneer, has saved cost, can easily simply realize NODE B software remote download and upgrading.
Description of drawings
Fig. 1 is a Node B board software download message interaction figure of the present invention.
Fig. 2 is a Node B board software upgrading message interaction figure of the present invention.
Fig. 3 is a VxWorks embedded OS memory allocation map.
Fig. 4 be ROM start software and formal software the Memory Allocation schematic diagram.
Fig. 5 is ROM program and the formal loading schematic diagram of software in RAM.
Fig. 6 is that board software is downloaded flow chart.
Fig. 7 is the process chart of BMC to the back activation command.
Fig. 8 is that the backstage is to BMC download and upgrade software flow pattern.
Embodiment
Below in conjunction with embodiment the present invention is further described:
According to the design of NodeB system, the commencement of commercial operation software of intrasystem peripheral single board all leaves in the CF card of master control veneer BMC, and peripheral single board is by certain protocol and BMC communication, with each software download in internal memory separately, and with its startup.The present invention has then proposed a kind of processing scheme of downloading software and guiding startup and remote upgrade from BMC.Because the veneer of NodeB adopts embedded OS usually, and starts by BOOT ROM, so whole software can be divided into two parts: ROM start-up system and system's commencement of commercial operation.Wherein to start the function of software be the guiding single board starting to ROM and download formal software to specified memory, and the software that commencement of commercial operation software moves when being only whole normal working of single board.
After ROM powers on, program among the ROM is to the software download of BMC application veneer, and BMC wants downloaded software according to applicant's information decision, and the file transfer protocol (FTP) by veneer and BMC downloads software among the RAM of veneer, according to the characteristics of specific operating system, move the software of downloading then.Stored needed current operating software of all peripheral single board and backup software on the CF card of BMC plate, and with relevant information records at lane database.After peripheral single board powered on, the software in the peripheral single board BOOT ROM was applied for software download to BMC, and BMC needing to obtain the downloaded software specifying information and sends to the applicant according to applicant's information inquiry database.Then, by the file transfer protocol (FTP) between BMC and the peripheral single board software download is arrived in the internal memory of peripheral single board.
When software need be upgraded, remote control terminal notice BMC, file transfer protocol (FTP) by appointment after BMC responds downloads to software on the CF from remote control terminal, increases relevant record then and it is masked as backup in database, downloads successfully back BMC notice remote control terminal.The user can activate upgrading software by remote control terminal, BMC changes being masked as by backup of the related software in the database into operation after receiving activation command, the software of original running status is changed into Status of Backups, and BMC sends reset message to peripheral single board then.Veneer can restart after receiving reset message, and BOOT ROM powers on the back to BMC application software download, and the BMC Query Database goes the software download that is masked as operation to veneer.
Below by an example the present invention is described further: in example of the present invention, the user by daemon software BBP (Node B Base-band Processing, LTE Baseband Processing Unit) board software is downloaded on the CF card of BMC, is downloaded to from BMC by the BBP plate then again and goes the internal memory and start execution.In example, the used operating system of veneer is VxWorks, veneer and BMC adopt TCP/IP (Transfer Control Protocol, transmission control protocol/Internet Protocol, Internet protocol) agreement, file transfer adopts FTP (FileTransfer Protocol, file transfer protocol (FTP)) agreement.In fact, though embodiment adopts said system and agreement, in the system and agreement of other types, the method for the invention stands good.
Fig. 3 is the memory allocation map of vxworks operating system, and in VxWorks, after system powered on, processor began to carry out romInit (), and this program inhibition interrupts, and will start type (cold/heat) pop down, jumps to romStart () after doing the relevant hardware initialization.In romStart (), reflection among the system loads ROM is in RAM, if the reflection of the VxWorks among the ROM is a compressed version, then system carries the block among the ROM and data segment on the arm shellfish and unzips among the RAM, be positioned at RAM_HIGH_ADRS, jump to this address then and in RAM, carry out the remaining program of ROM.Because can being divided into ROM, whole software starts software and two parts of commencement of commercial operation.ROM starts the ROM program form (vxWorks_romCompress) that software is compression, and commencement of commercial operation software then is to exist with the binary file form.RAM_LOW_ADRS among Fig. 3 is that the BIN file of VxWorks acquiescence is carried out inlet, therefore the RAM_LOW_ADRS in the commencement of commercial operation software that generates the BIN file must with the BOOT program in to deposit the address of the formal software under the download consistent.
Conflict with the internal memory of depositing rom software for fear of the internal memory of depositing the formal software of downloading, the present invention is revised as the Memory Allocation of startup software among the ROM and formal software shown in Figure 4.In Fig. 4, the BOOTStartAddr that ROM starts software is a memory address of depositing the formal software of downloading, and it equals the RAM_LOW_ADRS in the formal software physically.Equally, the RAM_LOW_ADRS in the ROM startup software equals the RAM_HIGH_ADRS in the formal software.Like this, start the formal software download of software handle behind BOOTStartAddr at ROM, jump to when formal software is carried out in this address and redefine RAM_LOW_ADRS and RAM_HIGH_ADRS, be equivalent to directly jump to RAM_LOW_ADRS, thereby can normally move formal software.Program among the ROM and the formal loading of software in RAM are as shown in Figure 5.
Introduce whole example process in detail below in conjunction with embodiment.
The flow chart that the Node B board software is downloaded as shown in Figure 6, interacting message figure is as shown in Figure 1.The interacting message figure of Node B board software upgrading flow process as shown in Figure 2, the backstage to the flow chart of BMC download and upgrade software as shown in Figure 8, wherein BMC handles as shown in Figure 7 the activation command on backstage.
At first the user enables the software version management function in the consistency operation maintenance tool, and the backstage is by sending the software download request message to BMC, and the required information of software download: software type, software version number and FTP information all send to the software version management process.After the software version management process received the software download request message, then the FTP parameter by receiving connected to FTP SERVER, carry out software download, download successfully after, send the software download success message to the backstage, if failed download then sends the software download failed message.
The software version management process of BMC is by reading to download the file header of the BBP software that gets off, read software type and version number, inquiry " software version management table " then: if there is not the version information of this software in the database, then with the downloaded software version as current version, new database more; If there is the version information of this software in database, the then version of comparison database and the version of downloading software, if identical then save as current version and cover original current version software, and version download time in the new database more; If version is inequality, then with the version downloaded as backup version, if there has been part version then of being engaged in, and revise database with its deletion.At last, return the download success message to BMC.
The user activates the BBP software of downloading by daemon software, and the software arrangements process is decomposed the message body of the request message that is received; And according to message body content, the query software allocation list; Judge and whether have respective record in the software arrangements table; If record exists, then revise its software version number and setup time; If record does not exist, then insert new record; Query software version management table; Judge the software version number that exists in the software version management table; If the software version number that the software version management table exists is 2, then revising current version is backup version; The version that modification will activate is a current version; Send reset message to all veneers that move this software; Send the software activation success message to the backstage.
The BBP plate is after restarting, and BOOT is activated, and moves after will the program in ROM downloading to the high-end address of RAM.This program is at first set up the TCP/IP link with BMC, and the software download request is sent to BMC in the success back.BMC receives that it is the BBP plate that the applicant is judged according to PID in the request back, Query Database obtains the position at BBP plate software place, size and title, and with the IP of these information and ftp server, user name sends to BBP plate (if there be not the software of BBP plate on the BMC, then zero filling in the software size) with password.After the BBP plate is received the return messages of BMC, utilize these information at first to judge and want the downloaded software size, if size is zero, then think failed download, BBP plate system restarts; Otherwise in internal memory, hew out the interim internal memory of one section sizes related.And set up the FTP link with BMC, begin to download software to interim internal memory.After download finished, the software download module arrived the software decoding of downloading the low side address (BOOTStartAddr) of appointment.Carry out CRC (Cyclic Redundancy Check, cyclic redundancy check (CRC)) verification after decompress(ion) is finished, confirm to close after errorless auxiliary clock and interrupt, the Reset serial ports, MSR (Machine Status Register) register is put 0, jump to RAM_LOW_ADRS at last, the software commencement of commercial operation.
According to above narration, can download flow process to whole board software and be described below:
1, Board Power up, the program start among the ROM, initialization register is at first carried the code segment among the ROM and data segment shellfish on the arm and is unziped among the RAM then and goes, and navigates to RAM_HIGH_ADRS begin to carry out residue code among the ROM in RAM;
2, after system finished hardware device initialization, core library initialization and kernel initialization, erection unit drove, and connected clock and interrupted, and started downloading process at last;
3, downloading process is sent the software download request to BMC, after BMC received request message, the downloaded software type was wanted in judgement according to informed source, and Query Database, obtain to want downloaded software version, filename, deposit the path, these information are sent to veneer with relevant FTP information;
4, after veneer received receiveing the response of BMC, the information and the BMC that return according to BMC set up the FTP link, downloaded software to an interim internal memory, and it is unziped to BOOTStartAddr and carries out CRC check;
5, after the CRC check success, program pointer is jumped to the BOOTStartAddr formal software that brings into operation.
The flow chart that board software is downloaded as shown in Figure 6.
The flow process of software upgrading is as described below:
1, daemon software arrives assigned catalogue wanting downloaded software to carry shellfish on the arm, and the software type and the version number of reading this document;
2, send software download message to BMC, BMC receives that setting up the FTP link with the backstage after the message downloads file get off;
3, the BMC Query Database carries out version relatively, if do not have the version information of this document software type in the database then insert a new version information, if exist, then compare version, if version identical download time that just changes in the database, if version difference then current version is saved as latest edition and the oldest version information of deletion;
4, BMC returns the software download success message to the backstage.After the backstage received successfully download message, the user activated download version, and activation message is sent to BMC in the backstage;
5, after BMC receives and activates message, Query Database, according to the software type relevant release note in the new data more, the version that will activate as current version;
6, BMC sends reset message to the veneer that all meet software type;
7, after veneer is received reset message, restart.
Wherein, the backstage download flow chart from software to BMC as shown in Figure 8.The flow process of BMC processing backstage activation command as shown in Figure 7.

Claims (3)

1, a kind of Node B board software is downloaded and upgrade method, it is characterized in that, may further comprise the steps:
The Node B board software is downloaded flow process:
(1) peripheral single board powers on, program start among the ROM, initialization register at first, then the code segment among the ROM and data segment are carried on the arm shellfish and unziped among the RAM and go, and navigate to RAM_HIGH_ADRS and begin in RAM to carry out residue code among the ROM, after system finished hardware device initialization, core library initialization and kernel initialization, erection unit drove, connect clock and interrupt, start downloading process at last;
(2) downloading process is sent the software download request to master control veneer, after master control veneer is received request message, judges needs downloaded software type according to informed source, and Query Database, obtains to want the specifying information of downloaded software to send to veneer;
(3) after veneer receives receiveing the response of master control veneer, set up relevant file transfer link with master control veneer, download software to interim internal memory, and the software of downloading is carried out verification according to the information that master control veneer returns;
(4) after the verification succeeds, program pointer jumped to deposit the memory address of the downloading software formal software that brings into operation;
Node B board software upgrading flow process:
(1) the daemon software handle wants downloaded software to copy assigned catalogue to, and reads the software type and the version number of this document;
(2) send software download message to master control veneer, master control veneer receives that setting up the file transfer link with the backstage after the message downloads file get off;
(3) master control veneer Query Database and carry out version relatively if there is not the version information of this document software type in the database, then inserts a new version information; If exist then version relatively, if version identical download time that just changes in the database, if version difference then current version is saved as latest edition and deletes original version information;
(4) master control veneer returns the software download success message to the backstage; After the backstage receives successfully download message, activate download version by the user, activation message is sent to master control veneer in the backstage then;
(5) after master control veneer is received and is activated message, Query Database, according to the software type relevant release note in the new data more, the version that will activate as current version;
(6) master control veneer sends reset message to the veneer that all meet software type;
(7) after veneer is received reset message, restart.
2, Node B board software according to claim 1 is downloaded and upgrade method, it is characterized in that, the used operating system of veneer is that VxWorks system, veneer and master control veneer adopt ICP/IP protocol, file transfer to adopt file transfer protocol (FTP).
3, Node B board software according to claim 1 is downloaded and upgrade method, it is characterized in that the required information of software download comprises software type, software version number and file transfer protocol (FTP) information.
CN 200310103988 2003-11-04 2003-11-04 Method of singleboard Node B software download and upgrade Expired - Fee Related CN1252951C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200310103988 CN1252951C (en) 2003-11-04 2003-11-04 Method of singleboard Node B software download and upgrade

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200310103988 CN1252951C (en) 2003-11-04 2003-11-04 Method of singleboard Node B software download and upgrade

Publications (2)

Publication Number Publication Date
CN1543107A CN1543107A (en) 2004-11-03
CN1252951C true CN1252951C (en) 2006-04-19

Family

ID=34333378

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200310103988 Expired - Fee Related CN1252951C (en) 2003-11-04 2003-11-04 Method of singleboard Node B software download and upgrade

Country Status (1)

Country Link
CN (1) CN1252951C (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101267344B (en) * 2008-04-25 2011-07-13 中兴通讯股份有限公司 An upgrade method and device for network element single-board software

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100383737C (en) * 2005-01-12 2008-04-23 华为技术有限公司 SCM online loading and updating method and system
CN100370749C (en) * 2005-01-26 2008-02-20 华为技术有限公司 Method for assurng conformity of exchanger various monoboard software edition
CN100417266C (en) * 2005-03-24 2008-09-03 中兴通讯股份有限公司 Software downloading method for solving single plate bidirectional dependency in communication system
CN100384283C (en) * 2005-09-05 2008-04-23 上海华为技术有限公司 Base-station software-downloading method
CN100442739C (en) * 2005-11-10 2008-12-10 上海华为技术有限公司 Method for realizing transmission between boards
CN100384151C (en) * 2005-11-16 2008-04-23 华为技术有限公司 Upgrade maintaining method for Iu interface and its system
CN100403693C (en) * 2005-12-06 2008-07-16 上海华为技术有限公司 Upgrading method and its system for remote equipment in communication network
CN100450044C (en) * 2006-05-12 2009-01-07 华为技术有限公司 Monitor of rear card board in intelligent-platform management interface system
CN100446607C (en) * 2006-11-10 2008-12-24 华为技术有限公司 Upgrade method, device and system for wireless network controller
CN101267336B (en) * 2007-03-15 2011-05-11 中兴通讯股份有限公司 Software version management method and system
CN101299676B (en) * 2007-04-30 2010-12-29 中兴通讯股份有限公司 Method for upgrading veneer software and veneer system for implementing front-back ground checkout upgrade
CN101145844B (en) * 2007-07-23 2012-04-18 中兴通讯股份有限公司 A start method for single board without local application in synchronous digital series device
CN101145960B (en) * 2007-10-15 2010-04-21 中兴通讯股份有限公司 A method for realizing software version compatibility after single board hardware change
CN101488877B (en) * 2008-01-18 2012-07-18 中兴通讯股份有限公司 Method for on-line downloading monoboard programme
CN101882118B (en) * 2009-05-05 2013-01-23 华为技术有限公司 Single-board software acquiring and sending method, and single board, storage equipment and system
CN101631046B (en) * 2009-08-25 2012-01-11 中兴通讯股份有限公司 Method and device of automatic upgrade of one board
CN102075551A (en) * 2009-11-25 2011-05-25 中兴通讯股份有限公司 Software download method for wireless communication base station
CN101848108A (en) * 2010-05-25 2010-09-29 中兴通讯股份有限公司 Method and system for downloading software
CN102831183A (en) * 2012-07-31 2012-12-19 李建波 Database system capable of automatically tracking latest data
CN104423997A (en) * 2013-09-05 2015-03-18 中兴通讯股份有限公司 Remote base station version installing method and remote base station version installing device
CN105656661B (en) * 2014-12-03 2020-06-09 中兴通讯股份有限公司 Single board software management method and system
CN105354061A (en) * 2015-11-05 2016-02-24 邦彦技术股份有限公司 Method and system for protecting MCU working program
CN107404389A (en) * 2016-05-18 2017-11-28 中兴通讯股份有限公司 Service deployment methods, devices and systems
CN107957887A (en) * 2016-10-13 2018-04-24 阿里巴巴集团控股有限公司 A kind of component loading method of equipment, device and Internet of things system
CN111918155B (en) * 2020-07-10 2022-07-01 武汉长光科技有限公司 Method for loading ONU (optical network Unit) by using MPCP (Multi-Point protocol)
CN116339764A (en) * 2021-12-23 2023-06-27 中兴通讯股份有限公司 Method, system, equipment and storage medium for frame type equipment single board starting management
CN114661365A (en) * 2022-02-14 2022-06-24 阿里巴巴(中国)有限公司 Device running method, firmware management method and firmware management system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101267344B (en) * 2008-04-25 2011-07-13 中兴通讯股份有限公司 An upgrade method and device for network element single-board software

Also Published As

Publication number Publication date
CN1543107A (en) 2004-11-03

Similar Documents

Publication Publication Date Title
CN1252951C (en) Method of singleboard Node B software download and upgrade
EP1584007B1 (en) System to automatically process components on a device
US7934210B1 (en) System and method for updating one or more programs and their environment
US20050055595A1 (en) Software update method, apparatus and system
CN1427587A (en) Method and system for remote updating function of domestic apparatus
CN1887004A (en) Downloading and upgrading terminal software over the air of a wireless device
CN1364390A (en) Method and apparatus for downloading into radio terminal
CN1918932A (en) Updating of the preferred roaming list (prl) in a sim (subscriber identity module) / ruim (removable user identity module) card.
CN1710546A (en) Systems and methods for building a disk image
CN1287279C (en) A method for downloading software from server side on client side in distributed system
CN100350384C (en) Software download into a receiver
CN1798057A (en) Method for loading software
CN112527381A (en) Multi-platform software version management and updating system
US20040188510A1 (en) System for registry-based automatic installation and component handling on a device
EP1257915B1 (en) Method and apparatus for upgrading firmware in an embedded system
CN101556583B (en) Method for efficiently controlling embedded linux file system version
KR100318920B1 (en) How to install a terminal program in a private exchange system
KR20050072279A (en) Software upgrade method in communication system and system using the same
CN101069155A (en) Method, software and apparatus for application upgrade during execution
CA2498648A1 (en) Software update method, apparatus and system
JP2002108635A (en) Transfer system of program file
KR20050123360A (en) Software up-grade method for mobile handset
AU2002325748A1 (en) Software update method, apparatus and system
KR20030054863A (en) Method for Change Inter Processor Communication Protocol
TW200422869A (en) System for registry-based automatic installation and component handling on a device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20060419

Termination date: 20171104

CF01 Termination of patent right due to non-payment of annual fee