IoT Firmware Upgrade Packet Segmentation for Device-Specific Security

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing security management solutions for firmware upgrades in Internet of Things (IoT) devices with limited computing power and storage resources are inadequate, leading to security risks during the upgrade process.

Innovation Solution

A firmware upgrade method that splits upgrade packets based on unique identification codes for each device, adjusts packet sequences, and performs security verification to prevent unauthorized access and tampering.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional security management solutions (firewall, application store) are used for firmware upgrades in IoT devices, then the upgrade process is simple and fast, but the security of the upgrade process cannot be guaranteed due to limited computing power and storage resources

Engineering Contradiction:
Improvesecurity of firmware upgrade processVSAvoidcomplexity of security management solution
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The firmware upgrade packet is segmented into multiple sub-upgrade packets for transmission. Each sub-upgrade packet is independently encrypted and authenticated. The terminal device receives and assembles these packets in sequence, ensuring secure incremental updates without requiring the entire firmware to be processed at once, which is suitable for devices with limited resources.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The server performs preliminary security operations including generating encryption keys, signing the firmware upgrade packet, and preparing authentication data before transmission. The terminal device pre-allocates storage space and prepares the reception buffer before receiving upgrade packets, reducing runtime complexity and ensuring security checks are ready in advance.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If firmware upgrade packets are transmitted in original form without splitting, then transmission is faster and simpler, but security risks increase as attackers can more easily intercept or tamper with the complete packet

Engineering Contradiction:
Improvesecurity against interception and tamperingVSAvoidfirmware upgrade speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The firmware upgrade packet is divided into multiple sub-upgrade packets of manageable size. Each sub-packet is independently transmitted and secured, allowing parallel download paths and resumable transfers. This segmentation enhances security by limiting the impact of any single packet compromise while maintaining efficient transmission through optimized chunked protocols.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The firmware upgrade process uses periodic acknowledgment and confirmation mechanisms where the terminal device verifies each received sub-upgrade packet and sends status updates to the server. This periodic verification ensures data integrity throughout transmission and allows for efficient error recovery without requiring complete retransmission, maintaining productivity despite security checks.

Inventive Principle:
Principle #19Periodic action

3Reliability

If each terminal device receives customized sub-upgrade packets based on unique identification codes, then security is enhanced through device-specific updates, but the complexity of packet management and distribution increases

Engineering Contradiction:
Improvedevice-specific security verificationVSAvoidcomplexity of packet splitting and distribution system
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The terminal device sends its identification code to the server, which uses this feedback to generate and transmit the appropriate customized sub-upgrade packets. The device also provides feedback on reception status and verification results, enabling the server to manage distribution efficiently without requiring complex client-side packet assembly logic.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

Each terminal device independently verifies the authenticity and integrity of its customized sub-upgrade packets using its unique identification code and associated cryptographic keys. The device autonomously assembles and applies the upgrade packets in the correct sequence without requiring complex coordination with other devices, simplifying the overall distribution system while maintaining strong device-specific security.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20260030015A1Firmware Upgrade Method and Device, Server, Terminal Device and Storage Medium
Publication Date: 2026.01.29 BOE TECHNOLOGY GROUP CO LTD
  • US20260030015A1 patent drawing
  • US20260030015A1 patent drawing
  • US20260030015A1 patent drawing

AI summary

A firmware upgrade method and device, a server, a terminal device, and a storage medium. The firmware upgrade method includes: acquiring a target firmware upgrade package; receiving an identification code of a target terminal device; splitting the target firmware upgrade package into sub-upgrade packages on the basis of the identification code of the target terminal device; and storing the sub-upgrade packages and/or sending the sub-upgrade packages to the target terminal device.