Subset Firmware Updates With Hash Authentication for Remote Devices

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Networked devices face challenges in software and firmware updates due to low data-transfer rates, network burden, battery power constraints, and potential for data corruption or malicious changes, which can lead to reduced performance and security risks.

Innovation Solution

The use of delta files that include subsets of files with associated manifests and hash values for integrity verification, allowing selective updates and ensuring authenticity by comparing expected and calculated hash values, with mechanisms to handle unauthorized changes and battery-efficient transmission.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If full firmware updates are transmitted over the network, then device security and integrity are improved, but network burden and data-transfer requirements increase

Engineering Contradiction:
Improvefirmware integrityVSAvoiddata transfer volume
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The firmware update is divided into a baseline image and delta files containing only the differences. This segmentation allows transmitting minimal data (only changed portions) while maintaining complete firmware integrity through the combination of baseline and deltas.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The baseline firmware image is pre-installed on the device before updates. This preliminary action eliminates the need to transmit the entire firmware repeatedly, reducing network burden while ensuring the device has a complete, verified firmware foundation.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If complete firmware images are downloaded for updates, then update reliability is improved, but battery power consumption increases

Engineering Contradiction:
Improveupdate authenticityVSAvoidbattery consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

By segmenting the update into delta files rather than complete images, the data transmission and processing volume is minimized, directly reducing the energy required for network communication and firmware application while maintaining update authenticity through cryptographic verification.

Inventive Principle:
Principle #1Segmentation

3Reliability

If all firmware files are verified for integrity, then security is improved, but processing time and complexity increase

Engineering Contradiction:
Improvemalware preventionVSAvoidverification complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The verification mechanism extracts and checks only the critical integrity information (hash values, digital signatures) from the delta files and manifests, rather than analyzing every byte of firmware content. This extraction approach maintains security while reducing processing complexity.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

Integrity verification data (hashes, signatures) is pre-computed and embedded in the delta files and manifests during creation. This preliminary preparation eliminates the need for complex real-time analysis, allowing efficient verification at update time while maintaining strong security.

Inventive Principle:
Principle #10Preliminary action

4Manufacturing precision

If version information is tracked for all files, then update accuracy is improved, but device memory requirements increase

Engineering Contradiction:
Improvefile version controlVSAvoidmemory usage
Core Design Contradiction:
Manufacturing precisionVSVolume of stationary object

Solution Approach 1:

Version control is segmented to track only the baseline version and delta sequence numbers rather than maintaining detailed version information for every individual firmware file. This segmentation reduces memory requirements while preserving accurate update tracking through the structured manifest system.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentEP3888327B1System subset version and authentication for remotely connected devices
Publication Date: 2025.10.15 ITRON INC
  • EP3888327B1 patent drawingFigure 1
  • EP3888327B1 patent drawingFigure 2
  • EP3888327B1 patent drawingFigure 3

AI summary

A method of creating an update for distribution to network endpoints (108, 110, 112, 114, 116, 118, 120, 122), comprising under control of one or more processors configured with executable instructions: selecting a subset of files (132, 134, 136) to update a plurality of files stored in a memory device of a network endpoint (108, 110, 112, 114, 116, 118, 120, 122) to be updated; generating a hash of the subset of files (132, 134, 136); creating a delta file (124) comprising the subset of files (132, 134, 136) and the hash of the subset of files; and sending, to the network endpoint (108, 110, 112, 114, 116, 118, 120, 122), the subset of files (132, 134, 136), wherein the subset of files (132, 134, 136) is less than a number of the plurality of files stored in the memory device of the network endpoint (108, 110, 112, 114, 116, 118, 120, 122).