Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kanto-dev] Reg - Kanto's update manager
  • From: "Gostev Kristiyan (BD/PAD-DDA-ES1)" <Kristiyan.Gostev@xxxxxxxxx>
  • Date: Wed, 3 Jan 2024 09:26:52 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bosch.com; dmarc=pass action=none header.from=bosch.com; dkim=pass header.d=bosch.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=aM8y4e8Otu/Gx8XxXfWSwUZL2eDuM0AIozVu1jBzuQ0=; b=a3wE/MtvFqchv1/T0T//T0DVBedmTF79LYHt5oH0FAAFQGpLpcnRKoRqzRE4hBzfdQeqL1bs550P/D8BefvMuvlMJ9yuqnbeP1Df6itOKAMUyu/yGaf8ige9PTxqWoceyrku9nI0L1zmC3wYO4+4BbQJYzo2VktNnkL6rxTzD6dENbLz8ND0sgPsq8xH5mDUPVK4fLEs9EDXIzBbqLWftbw2b0Wi5Er3F+djhwXjCdj0ajUC6Mpott/ck0WdC9hol9ZJ+BrnI+Gtj9hdxAW80G+tJGXjHZ8hx6s1MpPYD5yU0vQsRcGpmBSs7YJcInA7wwAPc/XgSboMekncguAhjA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dP8GU5MkqH2rAqtgVQlbr0x7b7b3kngN5QhjTwjRgvV8LMzP9GQUbui602Bx8lFLx+BOGOvNaMBB9Ft8Gk+jkmyMJy41PqQMuFcxUwYdqJ0jaN1waXqDIxDwYK8akjLaPeEbR6U7+yf1F3il20+mRZ2hwh4EZV6qPCxS4tPpSBnVKW74KhC04Pj+QvgwTUwtnx6lnWRLWMMtXNEkoBPsiRvmN00YuCJLlu0ElW/o6rhhy3cjElca7NHElTkLatLXt+Vi1Qqmy+9D9quioUKI+Cd3F9G6vupFp/JJJ8PpBuCWkIBCOsPzC38KD8ZKdFV8Tizgrt14T7iw43XVkn2pCQ==
  • Delivered-to: kanto-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/kanto-dev/>
  • List-help: <mailto:kanto-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/kanto-dev>, <mailto:kanto-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/kanto-dev>, <mailto:kanto-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaN9tOe2+fq3yKV0iAd3v4SU+EAbDGIfmAgAG4vh4=
  • Thread-topic: [kanto-dev] Reg - Kanto's update manager

Hello,

 

  1. Option One: You can check how to use the Software Update component: https://eclipse.dev/kanto/docs/how-to-guides/update-software/ . In the python scripts you will see what kind of messages you need to send from the cloud.
  2. Option Two: You can check https://github.com/eclipse-kanto/kanto/blob/m4-docs/web/site/content/docs/how-to-guides/perform-ota-update.md. This documentation is yet to be released on the official site, but it is still relevant and accurate. For this you will need get the Update Manager recipe from: https://github.com/eclipse-kanto/meta-kanto/tree/main/recipes-management/update-manager. Also you will need the latest changes on the container management component (not tagged yet).

In terms of cloud connectivity you can use the AWS Connector for AWS IoT Hub https://github.com/eclipse-kanto/meta-kanto/tree/main/recipes-connectivity/aws-connector, the Suite Connector for Hono, or just MQTT connectivity, or the Azure connector (no yocto recipe yet). Once connected to the cloud you have to send messages to the proper MQTT topics. You can check the python scripts in the how-to guides. More documentation on the subject is pending.

Also, check out the Ditto documentation for more information about the Things, Features and Messages: https://eclipse.dev/ditto/intro-overview.html

 

For more convenience, please open an issue in Github, to make this discussion more available to the public.

 

Best regards,

Kristiyan

 

From: kanto-dev <kanto-dev-bounces@xxxxxxxxxxx> on behalf of PRATIK GANER via kanto-dev <kanto-dev@xxxxxxxxxxx>
Date: Tuesday, 2 January 2024, 8:57
To: kanto-dev@xxxxxxxxxxx <kanto-dev@xxxxxxxxxxx>
Cc: PRATIK GANER <pratik.ganer13@xxxxxxxxx>
Subject: Re: [kanto-dev] Reg - Kanto's update manager

I have sent you a mail last week and haven't heard from you. Can you reply to that mail with the solution.

 

On Tue, Dec 26, 2023, 2:39 PM PRATIK GANER <pratik.ganer13@xxxxxxxxx> wrote:

I am running leda in raspberry Pi 4. We figured out how to perform container updates locally in the device level. Can you provide us some information about how to do container update remotely using azure IoT hub or some other means. Is cloud connector needed for performing remote updates? We see that it is disabled in the M3 release. Is there an alternate for cloud connector to have the cloud connectivity?


Back to the top