From c94752a8b2e636ee66b218b9f8581f85dc5b2bdb Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Thu, 8 Feb 2024 11:07:32 -0600 Subject: [PATCH] docs: update Golioth URLs Update outdated links. This includes a new repository address for the Golioth OTA sample and an updated path for the OTA documentation. (cherry picked from commit e81acafe53a8d039a0c58b02ffb0a63d6da0e1e5) Original-Signed-off-by: Mike Szczys GitOrigin-RevId: e81acafe53a8d039a0c58b02ffb0a63d6da0e1e5 Change-Id: Ic01bca7dd92b685d13488ffb353f9857b5d4860b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5281900 Tested-by: ChromeOS Prod (Robot) Tested-by: Al Semjonovs Commit-Queue: Al Semjonovs Reviewed-by: Al Semjonovs --- doc/services/device_mgmt/ota.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/services/device_mgmt/ota.rst b/doc/services/device_mgmt/ota.rst index 30a6a5b7cbc..a61e1c7f545 100644 --- a/doc/services/device_mgmt/ota.rst +++ b/doc/services/device_mgmt/ota.rst @@ -32,7 +32,7 @@ this implementation, the connection between cloud and device is secured using TLS/DTLS, and the signed firmware binary is confirmed by MCUboot before the upgrade occurs. -1. A working sample can be found on the `Golioth Zephyr-SDK repository`_ +1. A working sample can be found on the `Golioth Firmware SDK repository`_ 2. The `Golioth OTA documentation`_ includes complete information about the versioning process @@ -79,7 +79,7 @@ available but it does not demonstrate the firmware update feature. .. _MCUboot bootloader: https://mcuboot.com/ .. _Golioth: https://golioth.io/ -.. _Golioth Zephyr-SDK repository: https://github.com/golioth/zephyr-sdk/tree/main/samples/dfu -.. _Golioth OTA documentation: https://docs.golioth.io/cloud/services/ota +.. _Golioth Firmware SDK repository: https://github.com/golioth/golioth-firmware-sdk/tree/main/examples/zephyr/fw_update +.. _Golioth OTA documentation: https://docs.golioth.io/device-management/ota .. _Eclipse hawkBit: https://www.eclipse.org/hawkbit/ .. _UpdateHub: https://updatehub.io/