From 7635d99849dc5290dd357669f7b5e06a5055e786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BD=AC=E5=BD=AC?= Date: Thu, 28 Aug 2025 15:06:23 +0800 Subject: [PATCH 1/2] The English document of Firmware OTA Delta Package Making Guide has been supplemented. --- .../firmware-ota-delta-package-making.md | 49 +++++++++++++++++-- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/docs/Application_guide/en/firmware-upgrade/firmware-ota-delta-package-making.md b/docs/Application_guide/en/firmware-upgrade/firmware-ota-delta-package-making.md index 85d98991..13e72cee 100644 --- a/docs/Application_guide/en/firmware-upgrade/firmware-ota-delta-package-making.md +++ b/docs/Application_guide/en/firmware-upgrade/firmware-ota-delta-package-making.md @@ -2,9 +2,9 @@ This document introduces the method of making QuecPython FOTA upgrade packages. -## EG91xN Series +## ECx00N & EG91xN Series -### DFOTA Upgrade Solution +### DFOTA Upgrade Solution 1. Click the "upgrade" icon and select "**ASR Fota**". @@ -20,6 +20,37 @@ This document introduces the method of making QuecPython FOTA upgrade packages. ![](../media/firmware-upgrade/firmware-ota/ota_package_make_1.png) + + +## ECx00M&EGx00M Series + +### MiniFOTA Upgrade Solution + +1、Click the "upgrade" icon and select "**ASR Fota**". + +2、In the pop-up window, select "**Minimum system Fota**". + +3、Select the current firmware file. + +4、Select the target firmware file. + +5、Select the file system bin file, i.e., the partition storing user files. You need to select the `customer_fs.bin` from the firmware package after merging user files. Refer to the following steps for how to obtain it. (Optional) + +6、Select the output folder for the upgrade package. + +7、Click "**OK**" to generate the upgrade package. + +![](../media/firmware-upgrade/firmware-ota/OTA7.png) +Method to Obtain the File System Bin File from the Firmware Package: + +1.If the merged firmware has a `.bin` suffix, manually rename it to a `.zip` suffix. If it is already a `.zip` file, skip this step. + +2.Use decompression software to extract the firmware package with the `.zip` suffix. + +3.Obtain the `customer_fs.bin` file from the firmware package, which serves as the file system bin file. + +![](../media/firmware-upgrade/firmware-ota/OTA11.png) + ## EC200A Series ### DFOTA Upgrade Solution @@ -36,9 +67,9 @@ This document introduces the method of making QuecPython FOTA upgrade packages. ![](../media/firmware-upgrade/firmware-ota/ota_package_make_2.png) -## EC200U Series +## ECx00U & EGx00U &ECx00G Series -### DFOTA Upgrade Solution +### DFOTA Upgrade Solution 1. Click the "upgrade" icon and select "**Unisoc Fota**". 2. Select the *.pac* file in the current firmware folder. @@ -51,6 +82,16 @@ This document introduces the method of making QuecPython FOTA upgrade packages. ![](../media/firmware-upgrade/firmware-ota/ota_package_make_3.png) + + +## ECx00E Series + +### DFOTA Upgrade Solution + +To be supplemented after QPYCOM tool support. + + + ## BG95&BG600L Series ### DFOTA Upgrade Solution -- Gitee From dc190b94e8b56ebaf0e31ceea1306b97d75d6b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BD=AC=E5=BD=AC?= Date: Thu, 28 Aug 2025 15:11:26 +0800 Subject: [PATCH 2/2] Firmware OTA Delta Package Making Guid Document Supplement --- .../en/firmware-upgrade/firmware-ota-delta-package-making.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Application_guide/en/firmware-upgrade/firmware-ota-delta-package-making.md b/docs/Application_guide/en/firmware-upgrade/firmware-ota-delta-package-making.md index 13e72cee..ac5f5fb0 100644 --- a/docs/Application_guide/en/firmware-upgrade/firmware-ota-delta-package-making.md +++ b/docs/Application_guide/en/firmware-upgrade/firmware-ota-delta-package-making.md @@ -96,4 +96,4 @@ To be supplemented after QPYCOM tool support. ### DFOTA Upgrade Solution -There is a specific tool for making DFOTA upgrade packages, which is not open to the public. You can apply to Quectel for the upgrade package of the corresponding version. \ No newline at end of file +There is a specific tool for making DFOTA upgrade packages, which is not open to the public. You can apply to Quectel for the upgrade package of the corresponding version \ No newline at end of file -- Gitee