From 3b56d718c6f8fb3a14c2bdb4cb4cfc01d686a0f4 Mon Sep 17 00:00:00 2001 From: Harald Pichler Date: Wed, 23 Aug 2017 13:19:42 +0200 Subject: [PATCH] bugfix make ota *.bin file --- examples/osd/ota-update/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/osd/ota-update/README.rst b/examples/osd/ota-update/README.rst index a2cde4c7b..0439a8e5a 100644 --- a/examples/osd/ota-update/README.rst +++ b/examples/osd/ota-update/README.rst @@ -41,11 +41,11 @@ To upload an image via OTA: - Create the ``.hex`` file with:: - make TARGET=osd-merkur-256 BOOTLOADER_PARTITION=1 ota.osd-merkur-256.0.hex + make TARGET=osd-merkur-256 BOOTLOADER_PARTITION=1 ota.osd-merkur-256.1.hex - Generate the ``.bin`` file with:: - ./ota_uploader.py x ota.osd-merkur-256.0.hex > ota.osd-merkur-256.0.bin + ./ota_uploader.py x ota.osd-merkur-256.1.hex > ota.osd-merkur-256.1.bin Note that the ``ota_uploader.py`` tool is intended to turn into a full-fledged upgrade tool. This is work in progress. The first