KR100720274B1 - 임베디드 시스템의 펌웨어 업데이트 방법 - Google Patents
임베디드 시스템의 펌웨어 업데이트 방법 Download PDFInfo
- Publication number
- KR100720274B1 KR100720274B1 KR1020050097004A KR20050097004A KR100720274B1 KR 100720274 B1 KR100720274 B1 KR 100720274B1 KR 1020050097004 A KR1020050097004 A KR 1020050097004A KR 20050097004 A KR20050097004 A KR 20050097004A KR 100720274 B1 KR100720274 B1 KR 100720274B1
- Authority
- KR
- South Korea
- Prior art keywords
- kernel
- image
- new
- unit
- compressed
- 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
Links
- 238000000034 method Methods 0.000 claims abstract description 27
- 230000008859 change Effects 0.000 claims abstract description 7
- 230000006835 compression Effects 0.000 claims description 3
- 238000007906 compression Methods 0.000 claims description 3
- 230000008569 process Effects 0.000 description 8
- 230000006837 decompression Effects 0.000 description 4
- 238000010586 diagram Methods 0.000 description 2
- 241001071864 Lethrinus laticaudis Species 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
Images
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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W8/00—Network data management
- H04W8/22—Processing or transfer of terminal data, e.g. status or physical capabilities
- H04W8/24—Transfer of terminal data
- H04W8/245—Transfer of terminal data from a network towards a terminal
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims (5)
- 임베디드 시스템의 펌웨어 업데이트 방법에 있어서,(a) 외부의 서버로부터 생성된 업데이트 패키지를 무선으로 제공받는 단계;(b) 임베디드 리눅스를 운영 시스템(OS)으로 사용하는 임베디드 시스템 내에 설치된 기존 커널이미지를 헤더부와 부분 압축된 커널부로 분리하는 단계;(c) 상기 부분 압축된 커널부를 압축해제하여 상기 기존 커널이미지의 헤더부와 병합한 후, 상기 제공된 업데이트 패키지와 변경 패칭(Delta Patching)을 수행하여 새로운 커널이미지를 생성하는 단계;(d) 상기 생성된 새로운 커널이미지를 헤더부와 커널부로 분리한 후, 상기 분리된 커널부를 압축하는 단계; 및(e) 상기 압축된 커널부와 상기 새로운 커널이미지의 헤더부를 병합하여 상기 기존 커널이미지 영역에 기록하는 단계를 포함하되,상기 단계(a)에서 상기 업데이트 패키지의 생성은,(a-1) 기존 및 새로운 커널이미지를 각각 헤더부와 압축된 커널부로 분리하는 단계;(a-2) 상기 기존 및 새로운 커널이미지의 압축된 커널부를 압축해제하여 상기 기존 및 새로운 커널이미지의 헤더와 각각 병합하는 단계; 및(a-3) 상기 병합된 기존 커널이미지와 새로운 커널이미지를 이용하여 변경 생성(Delta Generating)을 수행하는 단계를 포함하는 것을 특징으로 하는 임베디드 시스템의 펌웨어 업데이트 방법.
- 삭제
- 제 1 항에 있어서, 상기 단계(d)에서, 상기 분리된 커널부는 gzip 압축방식을 이용하여 압축하는 것을 특징으로 하는 임베디드 시스템의 펌웨어 업데이트 방법.
- 삭제
- 제 1 항 또는 제 3 항의 방법을 컴퓨터로 실행시킬 수 있는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020050097004A KR100720274B1 (ko) | 2005-10-14 | 2005-10-14 | 임베디드 시스템의 펌웨어 업데이트 방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020050097004A KR100720274B1 (ko) | 2005-10-14 | 2005-10-14 | 임베디드 시스템의 펌웨어 업데이트 방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20070041155A KR20070041155A (ko) | 2007-04-18 |
KR100720274B1 true KR100720274B1 (ko) | 2007-05-22 |
Family
ID=38176667
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020050097004A Expired - Fee Related KR100720274B1 (ko) | 2005-10-14 | 2005-10-14 | 임베디드 시스템의 펌웨어 업데이트 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100720274B1 (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108595199A (zh) * | 2018-04-19 | 2018-09-28 | 济南浪潮高新科技投资发展有限公司 | 一种一键升级嵌入式系统固件的方法 |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100860753B1 (ko) * | 2007-01-03 | 2008-09-29 | 삼성전자주식회사 | 펌웨어 업그레이드를 위한 장치 및 방법 |
WO2015034490A1 (en) * | 2013-09-04 | 2015-03-12 | Hewlett-Packard Development Company, L.P. | Header section download of package |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20040071063A (ko) * | 2003-02-05 | 2004-08-11 | 삼성전자주식회사 | 무선 단말에 있어서 델타 파일에 따른 무선(ota)소프트웨어 업그레이드 시스템 및 방법 |
-
2005
- 2005-10-14 KR KR1020050097004A patent/KR100720274B1/ko not_active Expired - Fee Related
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20040071063A (ko) * | 2003-02-05 | 2004-08-11 | 삼성전자주식회사 | 무선 단말에 있어서 델타 파일에 따른 무선(ota)소프트웨어 업그레이드 시스템 및 방법 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108595199A (zh) * | 2018-04-19 | 2018-09-28 | 济南浪潮高新科技投资发展有限公司 | 一种一键升级嵌入式系统固件的方法 |
Also Published As
Publication number | Publication date |
---|---|
KR20070041155A (ko) | 2007-04-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7669195B1 (en) | Electronic device network supporting compression and decompression in electronic devices and update generator | |
US8698657B2 (en) | Methods and systems for compressing and decompressing data | |
JP4814292B2 (ja) | データ圧縮及び復元装置、並びに方法 | |
US20130167133A1 (en) | Method, terminal and system for upgrading software version | |
US12003580B2 (en) | Techniques for updating files | |
US20060200502A1 (en) | Differential data creating device and method, updated data recovery device and method, and program | |
US7605721B2 (en) | Adaptive entropy coding compression output formats | |
CN114337678A (zh) | 数据压缩方法、装置、设备及存储介质 | |
CN110870287A (zh) | 对部分压缩固件的空中(ota)更新 | |
JP2018521537A (ja) | 仮想メモリシステムにおける圧縮されたキャッシングの改善 | |
CN108880559B (zh) | 数据压缩方法、数据解压缩方法、压缩设备及解压缩设备 | |
KR100720274B1 (ko) | 임베디드 시스템의 펌웨어 업데이트 방법 | |
KR100601626B1 (ko) | 소프트웨어 업그레이드 방법 및 이를 위한 기록 매체 | |
CN113744744A (zh) | 一种音频编码方法、装置、电子设备及存储介质 | |
CN114095037B (zh) | 应用程序的更新方法、更新数据的压缩方法、装置及设备 | |
JP5100500B2 (ja) | データ書き換えシステム及び新版データ作成装置及び差分データ作成装置及び新版データ作成プログラム及び差分データ作成プログラム | |
JP2016134808A (ja) | データ圧縮プログラム、データ復元プログラム、データ圧縮装置、及びデータ復元装置 | |
US11789708B2 (en) | Compression of firmware updates | |
US20140292546A1 (en) | Decompression circuit and associated decompression method | |
CN111970161B (zh) | 一种基于地址预测的物联网应用差分升级方法 | |
CN113014551B (zh) | 数据解压缩方法和基于其的数据传输方法、计算机设备和可读存储介质 | |
US20150242433A1 (en) | Data compression apparatus and data compression method | |
US7564383B2 (en) | Compression ratio of adaptive compression algorithms | |
KR101909500B1 (ko) | 로그 데이터 관리 디바이스 및 로그 관리 시스템 | |
CN119473929B (zh) | 一种二进制数据处理方法、设备、介质及产品 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20051014 |
|
PA0201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20061107 Patent event code: PE09021S01D |
|
PG1501 | Laying open of application | ||
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20070430 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20070514 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20070514 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
G170 | Re-publication after modification of scope of protection [patent] | ||
PG1701 | Publication of correction | ||
PR1001 | Payment of annual fee |
Payment date: 20100325 Start annual number: 4 End annual number: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20110411 Start annual number: 5 End annual number: 5 |
|
FPAY | Annual fee payment |
Payment date: 20120404 Year of fee payment: 6 |
|
PR1001 | Payment of annual fee |
Payment date: 20120404 Start annual number: 6 End annual number: 6 |
|
FPAY | Annual fee payment |
Payment date: 20130408 Year of fee payment: 7 |
|
PR1001 | Payment of annual fee |
Payment date: 20130408 Start annual number: 7 End annual number: 7 |
|
FPAY | Annual fee payment |
Payment date: 20150305 Year of fee payment: 9 |
|
PR1001 | Payment of annual fee |
Payment date: 20150305 Start annual number: 9 End annual number: 9 |
|
FPAY | Annual fee payment |
Payment date: 20160330 Year of fee payment: 10 |
|
PR1001 | Payment of annual fee |
Payment date: 20160330 Start annual number: 10 End annual number: 10 |
|
LAPS | Lapse due to unpaid annual fee | ||
PC1903 | Unpaid annual fee |
Termination category: Default of registration fee Termination date: 20180225 |