From 9e3e7021ddd59ddb7b3258e6f4745a432cdbf638 Mon Sep 17 00:00:00 2001 From: Amit Kucheria Date: Mon, 3 Jan 2022 07:51:59 +0000 Subject: [PATCH] update en/device-dev/subsystems/subsys-ota-guide.md: Fix VFAT acronym VFAT stands for Virtual File Allocation Table --- en/device-dev/subsystems/subsys-ota-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-ota-guide.md b/en/device-dev/subsystems/subsys-ota-guide.md index dac093e437e..a32b92340a2 100644 --- a/en/device-dev/subsystems/subsys-ota-guide.md +++ b/en/device-dev/subsystems/subsys-ota-guide.md @@ -27,7 +27,7 @@ Over the Air \(OTA\) is a technology that makes it easier for you to remotely up ## Constraints - Only the open-source suites for devices powered by Hi3861, Hi3518E V300, and Hi3516D V300 are supported. -- Devices developed based on Hi3518E V300 and Hi3516D V300 must support the SD card in the Virtual Festival of Aerobatic Teams \(VFAT\) format. +- Devices developed based on Hi3518E V300 and Hi3516D V300 must support the SD card in the Virtual File Allocation Table \(VFAT\) format. >![](../public_sys-resources/icon-note.gif) **NOTE:** >Generation of update packages can only be performed on the Linux system. -- Gitee