KR100876295B1 - 역델타 파일 생성 방법 및 이를 이용한 펌웨어 복구 방법 - Google Patents
역델타 파일 생성 방법 및 이를 이용한 펌웨어 복구 방법 Download PDFInfo
- Publication number
- KR100876295B1 KR100876295B1 KR1020080037980A KR20080037980A KR100876295B1 KR 100876295 B1 KR100876295 B1 KR 100876295B1 KR 1020080037980 A KR1020080037980 A KR 1020080037980A KR 20080037980 A KR20080037980 A KR 20080037980A KR 100876295 B1 KR100876295 B1 KR 100876295B1
- Authority
- KR
- South Korea
- Prior art keywords
- block
- delta
- file
- data
- firmware
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/174—Redundancy elimination performed by the file system
- G06F16/1748—De-duplication implemented within the file system, e.g. based on file segments
- G06F16/1756—De-duplication implemented within the file system, e.g. based on file segments based on delta files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1223—Dedicated interfaces to print systems specifically adapted to use a particular technique
- G06F3/1229—Printer resources management or printer maintenance, e.g. device status, power levels
- G06F3/123—Software or firmware update, e.g. device firmware management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/22—Microcontrol or microprogram arrangements
- G06F9/26—Address formation of the next micro-instruction ; Microprogram storage or retrieval arrangements
- G06F9/262—Arrangements for next microinstruction selection
- G06F9/268—Microinstruction selection not based on processing results, e.g. interrupt, patch, first cycle store, diagnostic programs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30145—Instruction analysis, e.g. decoding, instruction word fields
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Quality & Reliability (AREA)
- Human Computer Interaction (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims (7)
- 소정의 원본 파일 블록에 대한 수정 작업을 지시하는 명령어 코드와, 데이터 옵셋과, 패치 길이 또는 패치 데이터를 포함하는 적어도 하나의 델타 블록으로 구성된 델타 파일을 이용한 펌웨어 업데이트 방법에 있어서,상기 델타 블록에 포함된 명령어 코드의 역명령어 코드를 파악하고, 상기 델타 블록의 데이터 옵셋에 기초하여 상기 역명령어 코드의 데이터 옵셋을 파악하고, 상기 델타 블록의 패치 길이 또는 패치 데이터에 기초하여 복구 길이 또는 복구 데이터를 파악하여 역델타 블록을 생성하는 단계;상기 델타 블록을 이용하여 상기 소정의 원본 파일 블록에 대한 수정 작업을 수행하는 단계; 및상기 델타 블록이 기록된 위치에 상기 생성된 역델타 블록을 기록하는 단계를 포함하는 역델타 파일 생성 방법.
- 제1항에 있어서, 상기 역델타 블록을 생성하는 단계는상기 생성된 역델타 블록을 버퍼에 임시 저장하는 단계를 포함하는 것을 특징으로 하는 역델타 파일 생성 방법.
- 제1항에 있어서, 상기 역델타 블록을 생성하는 단계는상기 명령어 코드, 상기 역명령어 코드, 상기 델타 블록에 포함된 패치 길이 또는 패치 데이터, 상기 델타 블록에 의해 수정되는 원본 파일 블록의 데이터 중 적어도 하나에 기초하여 상기 복구 길이 또는 복구 데이터가 결정되는 것을 특징으로 하는 역델타 파일 생성 방법.
- 적어도 하나의 델타 블록을 포함한 델타 파일을 이용한 펌웨어 업데이트 과정에서 펌웨어 업데이트가 성공적으로 수행되지 못한 경우-업데이트 취소 또는 실패-에 수정된 원본 파일 블록을 복구하기 위한 역델타 파일을 생성하는 방법에 있어서,소정의 델타 블록에 의해 수정될 소정의 원본 파일 블록을 버퍼에 저장하는 임시 저장 단계;상기 델타 블록을 적용하여 상기 소정의 원본 파일 블록을 수정하는 패치 단계;상기 수정된 원본 파일 블록을 원본 파일 블록으로 복원하기 위한 역델타 블록을 생성하는 역델타 블록 생성 단계; 및상기 패치 단계 및 역델타 블록 생성 단계 완료 후 상기 역델타 블록을 상기 델타 블록이 기록된 위치에 기록하여 역델타 파일을 생성하는 역델타 파일 생성 단계를 포함하는 역델타 파일 생성 방법.
- 제4항에 있어서, 상기 역델타 블록 생성 단계는,상기 수정된 원본 파일 블록과 상기 버퍼에 저장된 원본 파일 블록에 대해 차이 알고리즘을 적용하여 상기 역델타 블록을 생성하는 것을 특징으로 하는 역델타 파일 생성 방법.
- 제1항 또는 5항에 기재된 역델타 파일 생성 방법에 의하여 역델타 파일을 생성하면서 델타 파일을 이용하여 펌웨어를 업데이트 하는 과정에서,펌웨어 업데이트의 진행 중 또는 펌웨어 업데이트의 종료의 경우에, 펌웨어 업데이트 취소 또는 실패 여부를 판단하는 단계; 및펌웨어 업데이트가 취소 또는 실패인 경우, 상기 역델타 파일을 이용하여 원본 파일을 복구하는 단계를 포함한 역델파 파일을 이용한 펌웨어 복구 방법.
- 제6항에 있어서, 상기 펌웨어 업데이트 취소 또는 실패 여부를 판단하는 단계에서,상기 펌웨어 업데이트의 실패 여부 판단은, 업데이트된 펌웨어의 유효성을 검증하여 상기 펌웨어 업데이트의 실패 여부를 판단하는 것을 특징으로 하는 역델타 파일을 이용한 펌웨어 복구 방법.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020080037980A KR100876295B1 (ko) | 2008-04-24 | 2008-04-24 | 역델타 파일 생성 방법 및 이를 이용한 펌웨어 복구 방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020080037980A KR100876295B1 (ko) | 2008-04-24 | 2008-04-24 | 역델타 파일 생성 방법 및 이를 이용한 펌웨어 복구 방법 |
Publications (1)
Publication Number | Publication Date |
---|---|
KR100876295B1 true KR100876295B1 (ko) | 2008-12-31 |
Family
ID=40373287
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020080037980A KR100876295B1 (ko) | 2008-04-24 | 2008-04-24 | 역델타 파일 생성 방법 및 이를 이용한 펌웨어 복구 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100876295B1 (ko) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021040167A1 (ko) | 2019-08-27 | 2021-03-04 | 루나 주식회사 | 소프트웨어 업데이트 에이전트 장치 및 이를 통한 패치방법 |
CN112905221A (zh) * | 2021-02-20 | 2021-06-04 | 百度在线网络技术(北京)有限公司 | 一种版本回退方法、装置、电子设备及存储介质 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10307726A (ja) | 1997-05-02 | 1998-11-17 | Nec Corp | 起動エラー時におけるファームウェアリカバリ方式 |
US20060206537A1 (en) | 2002-09-30 | 2006-09-14 | Chiang Ying-Hsin R | Updating electronic files using byte-level file differencing and updating algorithms |
-
2008
- 2008-04-24 KR KR1020080037980A patent/KR100876295B1/ko active IP Right Grant
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10307726A (ja) | 1997-05-02 | 1998-11-17 | Nec Corp | 起動エラー時におけるファームウェアリカバリ方式 |
US20060206537A1 (en) | 2002-09-30 | 2006-09-14 | Chiang Ying-Hsin R | Updating electronic files using byte-level file differencing and updating algorithms |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021040167A1 (ko) | 2019-08-27 | 2021-03-04 | 루나 주식회사 | 소프트웨어 업데이트 에이전트 장치 및 이를 통한 패치방법 |
US11379216B2 (en) | 2019-08-27 | 2022-07-05 | Konamobility Company Limited | Software update agent device and software patching method through the same |
CN112905221A (zh) * | 2021-02-20 | 2021-06-04 | 百度在线网络技术(北京)有限公司 | 一种版本回退方法、装置、电子设备及存储介质 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107179909B (zh) | 软件升级方法、装置及计算机可读存储介质 | |
CN101377744B (zh) | 一种终端设备软件升级恢复方法及装置 | |
KR100584338B1 (ko) | 소프트웨어 업데이트 방법 및 시스템 | |
US8201054B2 (en) | Fault-tolerant method and apparatus for updating compressed read-only file systems | |
TWI384367B (zh) | 韌體更新系統及方法 | |
US20110004871A1 (en) | Embedded electronic device and firmware updating method thereof | |
US20070294686A1 (en) | Program upgrade system and method for ota-capable device | |
US20070055969A1 (en) | System and method for updating firmware | |
CN112424747B (zh) | 生成二进制目标文件的方法、处理系统和存储介质 | |
WO2003083647A1 (fr) | Procede de mise a jour d'un logiciel de terminaux de communication, terminal de communication et procede de mise a jour de logiciel | |
JP3864337B2 (ja) | バージョンアップ方法 | |
CN102004657B (zh) | 一种电子设备及其升级方法 | |
CN107003876A (zh) | 固件更新 | |
WO2008084488A2 (en) | Method and system for in-place updating content stored in a storage device | |
KR20080023841A (ko) | 펌웨어 업그레이드와 손상된 펌웨어 자동 복구 시스템 및방법 | |
KR100986487B1 (ko) | 고장 허용 갱신 에이전트를 구비한 모바일 핸드세트 | |
KR100876295B1 (ko) | 역델타 파일 생성 방법 및 이를 이용한 펌웨어 복구 방법 | |
CN106293621B (zh) | 一种固件升级方法及装置 | |
CN117608627A (zh) | 升级固件的方法、电子设备和存储介质 | |
CN111052075B (zh) | 提高在位固件更新稳健性的方法及装置 | |
WO2021012170A1 (zh) | 固件启动方法、设备及计算机可读存储介质 | |
JP2005215841A (ja) | ソフトウエア修正機能付き携帯電話端末装置 | |
KR20080037299A (ko) | 역델타 파일 생성 방법 및 이를 이용한 펌웨어 복구 방법 | |
JP2010079382A (ja) | ソフトウエア更新方法 | |
EP4113288B1 (en) | Systems and method for bootup activation of firmware images |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
A302 | Request for accelerated examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20121213 Year of fee payment: 5 |
|
FPAY | Annual fee payment |
Payment date: 20131031 Year of fee payment: 6 |
|
FPAY | Annual fee payment |
Payment date: 20141106 Year of fee payment: 7 |
|
FPAY | Annual fee payment |
Payment date: 20151104 Year of fee payment: 8 |
|
FPAY | Annual fee payment |
Payment date: 20170116 Year of fee payment: 9 |
|
FPAY | Annual fee payment |
Payment date: 20171222 Year of fee payment: 10 |
|
FPAY | Annual fee payment |
Payment date: 20181224 Year of fee payment: 11 |
|
FPAY | Annual fee payment |
Payment date: 20191205 Year of fee payment: 12 |