EP3218804A1 - Mise à jour d'un microprogramme - Google Patents
Mise à jour d'un microprogrammeInfo
- Publication number
- EP3218804A1 EP3218804A1 EP15801313.6A EP15801313A EP3218804A1 EP 3218804 A1 EP3218804 A1 EP 3218804A1 EP 15801313 A EP15801313 A EP 15801313A EP 3218804 A1 EP3218804 A1 EP 3218804A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- firmware
- volatile memory
- firmware update
- computer system
- technical device
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
- G06F8/654—Updates using techniques specially adapted for alterable solid state memories, e.g. for EEPROM or flash memories
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B05—SPRAYING OR ATOMISING IN GENERAL; APPLYING FLUENT MATERIALS TO SURFACES, IN GENERAL
- B05B—SPRAYING APPARATUS; ATOMISING APPARATUS; NOZZLES
- B05B5/00—Electrostatic spraying apparatus; Spraying apparatus with means for charging the spray electrically; Apparatus for spraying liquids or other fluent materials by other electric means
- B05B5/025—Discharge apparatus, e.g. electrostatic spray guns
- B05B5/053—Arrangements for supplying power, e.g. charging power
- B05B5/0533—Electrodes specially adapted therefor; Arrangements of electrodes
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B05—SPRAYING OR ATOMISING IN GENERAL; APPLYING FLUENT MATERIALS TO SURFACES, IN GENERAL
- B05B—SPRAYING APPARATUS; ATOMISING APPARATUS; NOZZLES
- B05B5/00—Electrostatic spraying apparatus; Spraying apparatus with means for charging the spray electrically; Apparatus for spraying liquids or other fluent materials by other electric means
- B05B5/16—Arrangements for supplying liquids or other fluent material
- B05B5/1608—Arrangements for supplying liquids or other fluent material the liquid or other fluent material being electrically conductive
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B05—SPRAYING OR ATOMISING IN GENERAL; APPLYING FLUENT MATERIALS TO SURFACES, IN GENERAL
- B05B—SPRAYING APPARATUS; ATOMISING APPARATUS; NOZZLES
- B05B5/00—Electrostatic spraying apparatus; Spraying apparatus with means for charging the spray electrically; Apparatus for spraying liquids or other fluent materials by other electric means
- B05B5/16—Arrangements for supplying liquids or other fluent material
- B05B5/1683—Arrangements for supplying liquids or other fluent material specially adapted for particulate materials
-
- H—ELECTRICITY
- H05—ELECTRIC TECHNIQUES NOT OTHERWISE PROVIDED FOR
- H05K—PRINTED CIRCUITS; CASINGS OR CONSTRUCTIONAL DETAILS OF ELECTRIC APPARATUS; MANUFACTURE OF ASSEMBLAGES OF ELECTRICAL COMPONENTS
- H05K3/00—Apparatus or processes for manufacturing printed circuits
- H05K3/10—Apparatus or processes for manufacturing printed circuits in which conductive material is applied to the insulating support in such a manner as to form the desired conductive pattern
- H05K3/12—Apparatus or processes for manufacturing printed circuits in which conductive material is applied to the insulating support in such a manner as to form the desired conductive pattern using thick film techniques, e.g. printing techniques to apply the conductive material or similar techniques for applying conductive paste or ink patterns
- H05K3/1241—Apparatus or processes for manufacturing printed circuits in which conductive material is applied to the insulating support in such a manner as to form the desired conductive pattern using thick film techniques, e.g. printing techniques to apply the conductive material or similar techniques for applying conductive paste or ink patterns by ink-jet printing or drawing by dispensing
-
- H—ELECTRICITY
- H05—ELECTRIC TECHNIQUES NOT OTHERWISE PROVIDED FOR
- H05K—PRINTED CIRCUITS; CASINGS OR CONSTRUCTIONAL DETAILS OF ELECTRIC APPARATUS; MANUFACTURE OF ASSEMBLAGES OF ELECTRICAL COMPONENTS
- H05K2201/00—Indexing scheme relating to printed circuits covered by H05K1/00
- H05K2201/02—Fillers; Particles; Fibers; Reinforcement materials
- H05K2201/0203—Fillers and particles
- H05K2201/0242—Shape of an individual particle
- H05K2201/0257—Nanoparticles
-
- H—ELECTRICITY
- H05—ELECTRIC TECHNIQUES NOT OTHERWISE PROVIDED FOR
- H05K—PRINTED CIRCUITS; CASINGS OR CONSTRUCTIONAL DETAILS OF ELECTRIC APPARATUS; MANUFACTURE OF ASSEMBLAGES OF ELECTRICAL COMPONENTS
- H05K2203/00—Indexing scheme relating to apparatus or processes for manufacturing printed circuits covered by H05K3/00
- H05K2203/10—Using electric, magnetic and electromagnetic fields; Using laser light
- H05K2203/105—Using an electrical field; Special methods of applying an electric potential
Definitions
- the invention relates to a method for preparing an update of a firmware of a computer system according to the preamble of independent claim 1 and a method for updating a firmware of a computer system according to the preamble of independent claim 2.
- the invention also relates to a computer system with a Data storage on which a
- Such computer systems are also referred to as "embedded devices.”
- the computer systems are operated with a so-called firmware that includes all the necessary control and function data as well as control and functional specifications (processes) for the technical device to be operated.
- WO 2007 005 790 A2 discloses a method for updating a firmware of a technical device. Before the update, a local copy of the firmware data package is saved on the storage medium of the technical device. If the update fails, the update can be reattached using the copy.
- the object of the invention is to propose a reliable update of a firmware.
- Update procedure of a firmware The actual update procedure is prepared in an upstream process.
- Switches are known from network technology.
- firmware English, firm / solid '
- the firmware is functionally fixed to the hardware, which means that one can not be used without the other. It assumes an intermediate position between hardware (ie the physical parts of a device) and the application software (the possibly interchangeable programs of a device).
- a firmware update package is, for example, an extractable ZIP file, which is usually provided by the manufacturer of the associated technical device.
- the firmware update package proposed here includes files, protocols and scripts and associated checksums generated using the popular md5 algorithm.
- the invention-relevant firmware update package advantageously consists of three smaller packages.
- a first package contains all files relevant to the firmware.
- a second package consists of at least one so-called script file. From the script file individual commands are read out and
- the script file ensures that the files of the first package are copied to the intended destination folders.
- a third package consists of at least one checksum, which is assigned to a file of the first package and with the aid of which the correctness of this file can be checked.
- the firmware update package consists of two packages and this script file.
- the upstream method is used to prepare an update of a firmware of a computer system, which is embedded in a technical device.
- the technical device is with a volatile
- Memory device such as a RAM memory
- a non-volatile memory device such as a flash memory
- the firmware update package can for example be stored on a USB stick and fed to the technical device via a USB interface. - The firmware update package is then copied to the non-volatile memory block.
- an indicator file is created in the non-volatile memory block.
- the function of the indicator file is explained in more detail below.
- the technical device issues a request to a user with the content to restart the technical device.
- the downstream process refers to the actual
- Computer system which is embedded in a technical device, refers to a technical device with a volatile
- Memory module such as a RAM memory
- a non-volatile memory device such as a flash memory
- firmware update package is stored and the firmware update package contains individual files, logs and scripts and associated first checksums.
- the indicator file serves as an indicator that the individual files, logs and scripts of the firmware have been properly and completely downloaded and copied without errors.
- the function of the indicator file will be highlighted more clearly below. If the indicator file does not exist, the firmware of the technical device is started. The technical device is operated with the existing firmware or with the existing firmware files. In this case, the downstream update process would be finished.
- Firmware update package copied from non-volatile memory block to volatile memory device.
- the indicator file indicates that a firmware update package has been downloaded and an update can be performed.
- the firmware update package in the non-volatile memory device is deleted. Also, the indicator file in the non-volatile memory device is then cleared. This ensures that the startup of the technical device does not take place with a faulty or damaged firmware. The startup then takes place with a previous version, i. with the old firmware.
- Memory module stored firmware update packages in the non-volatile memory module copied. This step replaces the old firmware files, old logs, and old scripts with new ones.
- the firmware update procedure is ended.
- the indicator file and the firmware update package are retained. After the next restart, the update process is repeated.
- a counter can be installed here, which ends the process after first copying attempts by deleting the indicator file and the firmware update.
- the technical device starts up with the new firmware files, protocols and scripts.
- An essential part of the invention is a script file included in the firmware update package.
- This script file is also referred to below as the installation script.
- the firmware update is passed from the computer system to the installation script.
- the installation script will then do the following
- Fig. 1 is a flowchart of an upstream method for
- Fig. 2 is a flowchart of a downstream method for
- the upstream method in FIG. 1 is used to prepare an update of a firmware of a computer system which is embedded in a technical device.
- the technical device is equipped with a volatile memory module, for example a RAM memory, and with a non-volatile memory module, for example a flash memory.
- a volatile memory module for example a RAM memory
- a non-volatile memory module for example a flash memory.
- the start (A) of the firmware update is initiated, for example, by a so-called command, for example via a console.
- the firmware monitors, for example, a specific folder, if there is a new update.
- the firmware update package can for example be stored on a USB stick and fed to the technical device via a USB interface.
- the technical device issues a request to a user with the content to restart the technical device (E).
- a reboot a so-called reboot, the
- FIG. 2 shows a flowchart of a downstream method for actually updating the firmware of the computer system. The process goes through the following process steps in the order given:
- this can be done previously by the computer system, a request for a "restart" to the user.
- firmware update packages and the second checksums of the copied firmware update package are not identical, the firmware update package in the non-volatile memory device is deleted (0).
- the indicator file in the non-volatile memory module is also deleted (P).
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)
- Manufacturing & Machinery (AREA)
- Microelectronics & Electronic Packaging (AREA)
- Stored Programmes (AREA)
Abstract
L'invention concerne un premier procédé pour la mise à jour d'un microprogramme d'un système informatique, qui est intégré dans un appareil technique. L'appareil technique comprend un composant de mémoire volatil, par exemple une mémoire RAM, et comprend un composant de mémoire non volatil, par exemple une mémoire Flash, dans lequel est enregistré un progiciel de mise à jour de microprogramme, le progiciel de mise à jour de microprogramme contenant différents fichiers et des premières sommes de contrôle associées. Ledit procédé exécute les étapes suivantes dans l'ordre indiqué : - une remise sous tension (G), - un démarrage consécutif du système informatique (H) et - vérifier si un fichier indicateur existe dans le composant de mémoire non volatil (I). La présente invention concerne un second procédé pour la mise à jour d'un microprogramme du système informatique, qui est intégré dans un appareil technique. Ledit procédé exécute les étapes suivantes dans l'ordre indiqué : - une remise sous tension (G), - un démarrage consécutif du système informatique (H) et - une vérification si un fichier indicateur existe dans le composant de mémoire non volatil (I).
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
DE102014116321.4A DE102014116321A1 (de) | 2014-11-10 | 2014-11-10 | Update einer Firmware |
PCT/DE2015/100436 WO2016074663A1 (fr) | 2014-11-10 | 2015-10-21 | Mise à jour d'un microprogramme |
Publications (1)
Publication Number | Publication Date |
---|---|
EP3218804A1 true EP3218804A1 (fr) | 2017-09-20 |
Family
ID=54705332
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP15801313.6A Withdrawn EP3218804A1 (fr) | 2014-11-10 | 2015-10-21 | Mise à jour d'un microprogramme |
Country Status (9)
Country | Link |
---|---|
US (1) | US20170242685A1 (fr) |
EP (1) | EP3218804A1 (fr) |
JP (1) | JP2017534136A (fr) |
KR (1) | KR20170067826A (fr) |
CN (1) | CN107003876A (fr) |
CA (1) | CA2967098A1 (fr) |
DE (1) | DE102014116321A1 (fr) |
RU (1) | RU2017120292A (fr) |
WO (1) | WO2016074663A1 (fr) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20190087174A1 (en) * | 2017-09-21 | 2019-03-21 | Western Digital Technologies, Inc. | Background firmware update |
US10592232B2 (en) * | 2017-09-26 | 2020-03-17 | Quanta Computer Inc. | Preserving firmware setting during firmware update |
CN107783773B (zh) * | 2017-11-22 | 2021-01-12 | 广东乐心医疗电子股份有限公司 | 固件烧录方法及系统 |
CN109189426A (zh) * | 2018-08-29 | 2019-01-11 | 郑州云海信息技术有限公司 | 一种升级方法、装置、存储介质及电子设备 |
CN109284118B (zh) * | 2018-09-27 | 2021-08-31 | 郑州云海信息技术有限公司 | 一种固件刷新方法、系统、电子设备及计算机可读存储介质 |
US20200104118A1 (en) * | 2018-09-28 | 2020-04-02 | Bose Corporation | Systems and methods for providing staged updates in embedded devices |
WO2022036670A1 (fr) * | 2020-08-21 | 2022-02-24 | Intel Corporation | Procédés et appareil d'exécution d'un protocole s3 amélioré pour mettre à jour un micrologiciel à l'aide d'une mise à jour de script de démarrage |
US20230229417A1 (en) * | 2022-01-19 | 2023-07-20 | Calamp Corp. | Technologies for over-the-air updates for telematics systems |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130185548A1 (en) * | 2012-01-12 | 2013-07-18 | Gueorgui Djabarov | Multiple System Images for Over-The-Air Updates |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE19721786A1 (de) * | 1997-05-24 | 1998-11-26 | Schneider Automation Gmbh | Verfahren zum Betreiben eines Datenverarbeitungsgerätes, insbesondere Automatisierungsgerätes |
US6604238B1 (en) * | 1999-07-26 | 2003-08-05 | Hewlett-Packard Development Company, L.P. | Method and system for installing software |
US20030182414A1 (en) * | 2003-05-13 | 2003-09-25 | O'neill Patrick J. | System and method for updating and distributing information |
US8196130B2 (en) * | 2000-11-17 | 2012-06-05 | Hewlett-Packard Development Company, L.P. | Tri-phase boot process in electronic devices |
US20020083427A1 (en) * | 2000-12-26 | 2002-06-27 | Chen-Pang Li | Embedded system capable of rapidly updating software and method for rapidly updating software of embedded system |
US7093244B2 (en) * | 2001-04-18 | 2006-08-15 | Domosys Corporation | Method of remotely upgrading firmware in field-deployed devices |
US7089547B2 (en) * | 2002-09-13 | 2006-08-08 | International Business Machines Corporation | Firmware updating |
WO2005045671A1 (fr) * | 2003-10-27 | 2005-05-19 | American Power Conversion Corporation | Systeme et procede pour la mise a jour de logiciel |
US7895590B2 (en) * | 2004-09-03 | 2011-02-22 | Microsoft Corporation | Update at shutdown |
WO2007005790A2 (fr) | 2005-06-30 | 2007-01-11 | Sling Media, Inc. | Mise a jour de logiciel de dispositif electronique client |
US7716414B2 (en) * | 2006-03-31 | 2010-05-11 | Hewlett-Packard Development Company, L.P. | Method for updating a mobile device using an update package obtained from a remote server |
US8707297B2 (en) * | 2006-07-26 | 2014-04-22 | Dell Products L.P. | Apparatus and methods for updating firmware |
JP5040264B2 (ja) * | 2006-11-01 | 2012-10-03 | セイコーエプソン株式会社 | 情報処理装置、情報更新方法及びそのプログラム |
ATE522861T1 (de) * | 2007-12-13 | 2011-09-15 | Ericsson Telefon Ab L M | Firmware-aktualisierung bei einem elektronischen gerät |
US8661429B2 (en) * | 2012-02-28 | 2014-02-25 | Seagate Technology Llc | Updating peripheral device firmware via a portable device |
-
2014
- 2014-11-10 DE DE102014116321.4A patent/DE102014116321A1/de not_active Withdrawn
-
2015
- 2015-10-21 US US15/517,484 patent/US20170242685A1/en not_active Abandoned
- 2015-10-21 EP EP15801313.6A patent/EP3218804A1/fr not_active Withdrawn
- 2015-10-21 KR KR1020177012310A patent/KR20170067826A/ko not_active Application Discontinuation
- 2015-10-21 CN CN201580061143.6A patent/CN107003876A/zh active Pending
- 2015-10-21 WO PCT/DE2015/100436 patent/WO2016074663A1/fr active Application Filing
- 2015-10-21 RU RU2017120292A patent/RU2017120292A/ru unknown
- 2015-10-21 CA CA2967098A patent/CA2967098A1/fr not_active Abandoned
- 2015-10-21 JP JP2017543871A patent/JP2017534136A/ja not_active Withdrawn
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130185548A1 (en) * | 2012-01-12 | 2013-07-18 | Gueorgui Djabarov | Multiple System Images for Over-The-Air Updates |
Also Published As
Publication number | Publication date |
---|---|
DE102014116321A1 (de) | 2016-05-12 |
KR20170067826A (ko) | 2017-06-16 |
JP2017534136A (ja) | 2017-11-16 |
CN107003876A (zh) | 2017-08-01 |
WO2016074663A1 (fr) | 2016-05-19 |
CA2967098A1 (fr) | 2016-05-19 |
RU2017120292A (ru) | 2018-12-13 |
US20170242685A1 (en) | 2017-08-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP3218804A1 (fr) | Mise à jour d'un microprogramme | |
DE102006047979B4 (de) | Datenverarbeitungssystem, Verfahren und Computerprogrammprodukt zum Ausführen einer Testroutine in Verbindung mit einem Betriebssystem | |
DE69905946T2 (de) | Verfahren und vorrichtung zum laden von betriebssystemen in einer set-top box umgebung | |
DE102019109672A1 (de) | Rückgängigmachung nach einem teilausfall in mehreren elektronischen steuergeräten mittels over-the-air-updates | |
DE112009002207B4 (de) | Aktualisieren einer Firmware mit mehreren Prozessoren | |
EP1903436B1 (fr) | Système informatique et procédé destiné à l'actualisation de codes de programmes | |
DE102009020389A1 (de) | System zur Aktualisierung von Firmware und Verfahren dazu, und Verfahren zum Erzeugen von Firmware | |
WO2005004160A2 (fr) | Procede permettant la mise a jour d'un logiciel d'appareil de commande electronique par une programmation flash via une interface serielle et un automate d'etat correspondant | |
DE19839680A1 (de) | Verfahren und Vorrichtung zur Veränderung des Speicherinhalts von Steuergeräten | |
DE102015207795A1 (de) | Verfahren und Vorrichtung zum Aktualisieren von Software in einem Transportmittel | |
DE19931184A1 (de) | Verfahren und Vorrichtung zur Veränderung des Speicherinhalts von Steuergeräten | |
WO2005085993A2 (fr) | Procede et appareil de traitement de donnees pour la mise a jour de programmes informatiques par transmission de donnees | |
WO2017178211A1 (fr) | Procédé de mise en oeuvre d'un dispositif de commande d'un véhicule, dispositif de commande, système de mise en oeuvre, véhicule à moteur | |
DE202014010619U1 (de) | Update einer Firmware | |
WO2020099023A2 (fr) | Appareil de commande pour un composant de véhicule, kit comprenant un appareil de commande et un dispositif d'essai, véhicule, procédé pour la mise à jour d'un appareil de commande et support de stockage lisible par ordinateur | |
DE102012217312B4 (de) | Verfahren und System zur Aktualisierung von Code in Verarbeitungssystemen | |
EP3602274A1 (fr) | Mise à jour par radio d'un micrologiciel (fota) dans les équipements techniques du bâtiment | |
EP1876533A1 (fr) | Agencement et procédé destinés à charger des données dans une mémoire | |
EP3811203A1 (fr) | Procédé de mise à jour de logiciels sur un appareil de visée | |
WO2007087918A1 (fr) | Terminal et procede pour l'actualisation de codes de programme d'un terminal | |
DE102018211364A1 (de) | Verfahren zum Zurücksetzen eines Fahrzeugs, Verfahren zum Betreiben eines Fahrzeugs und System für ein Fahrzeug | |
DE102021002079B3 (de) | Verfahren zum effizienten Ablegen von Daten | |
DE112019004272T5 (de) | Installieren von anwendungsprogrammcode auf einem fahrzeugsteuerungssystem | |
WO2020025372A1 (fr) | Procédé, dispositif de commande, programme informatique et progiciel informatique destiné à actualiser un logiciel pour un dispositif de commande | |
WO2009103728A1 (fr) | Procédé et dispositif de stockage de données d’information |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 20170316 |
|
AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
AX | Request for extension of the european patent |
Extension state: BA ME |
|
DAV | Request for validation of the european patent (deleted) | ||
DAX | Request for extension of the european patent (deleted) | ||
17Q | First examination report despatched |
Effective date: 20180312 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
18D | Application deemed to be withdrawn |
Effective date: 20180925 |