From 7961980ada0fa5f957c3719953801c473fbab751 Mon Sep 17 00:00:00 2001 From: pankore <86098180+pankore@users.noreply.github.com> Date: Thu, 20 Jan 2022 10:32:47 +0800 Subject: [PATCH] Replace term 'otar' to 'ota_requestor' --- examples/ota-requestor-app/ameba/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ota-requestor-app/ameba/README.md b/examples/ota-requestor-app/ameba/README.md index 12935b112a06f0..3a54b80efdd399 100644 --- a/examples/ota-requestor-app/ameba/README.md +++ b/examples/ota-requestor-app/ameba/README.md @@ -18,13 +18,13 @@ A prototype application that demonstrates OTA Requestor capabilities. - To build the demo application: - $ ./scripts/build/build_examples.py --target ameba-amebad-otar build + $ ./scripts/build/build_examples.py --target ameba-amebad-ota-requestor build - The output image files are stored in `out/ameba-amebad-otar/asdk/image` + The output image files are stored in `out/ameba-amebad-ota-requestor/asdk/image` folder. The bootloader image files are stored in - `out/ameba-amebad-otar/asdk/bootloader` folder. + `out/ameba-amebad-ota-requestor/asdk/bootloader` folder. - After building the application, **Ameba Image Tool** is used to flash it to Ameba board.