Mender with python app

Hello people,
I am trying to understand how Mender works. I found an amazing platform and I’m checking if it can fit my needs.
I have difficulty understanding the concept of artifacts and how they are constructed.
Leanly, what I have is raspberry pi devices running pyhon-written applications and would like to implement OTA updates. Does anyone have examples or could they help me?
For now I have no need for .deb system and package upgrades as, from what I saw, Mender can offer, but it’s interesting for the near future.
Thanks in advance.

Hello @bonini_lucas. Welcome to the community.

It sounds like what you are most interested in are file based updates. Take a look at these two links in particular:

Those should get you started on deploying your Python code to a running system.

Drew

Hello @drewmoseley,

Thank you for your help. I successfully created a mender server but I was unable to connect a device.
Do all devices need to have .iso or .img modified by mender? Even to run the modules of the links you sent?
I am using the open source tools but I believe I am having difficulties to setup the devices. I feel it’s easier than it sounds but I’m missing something, some authentication failure …

Do all devices need to have .iso or .img modified by mender? Even to run the modules of the links you sent?

This is not necessary if you are only interested in trying Update Modules.

I would recommend you to walk trough,

https://docs.mender.io/2.1/getting-started/create-a-test-environment

and then follow the on-boarding that is shown on the server to connect a device. You should see a “CONNECT A DEVICE” button on the Mender server dashboard, which will walk you trough how to do it.

Ok, I finally managed to connect an SBC to the local mender server.
Now the challenge is to deploy using the directory module through the links @drewmoseley sent.

I managed to create the .mender file but when uploading to the server the button to create the deploy remains inactive.


image

The “Device types” must match what you set on your device.

You can check what your device is reporting in the Devices tab, and the regenerate the .mender file with that information

I finally did it. Thanks a lot for the help.

Is there a security session on mender that could direct me to read? Mostly on the client side.

Hi, @bonini_lucas, there are a couple of resources to get started:

Hope this helps.

-OO

You can start with:

  1. https://docs.mender.io/2.1/artifacts/signing-and-verification

And can find more details of usage in

  1. https://docs.mender.io/2.1/artifacts/yocto-project/building-for-production#artifact-signing-and-verification-keys

  2. https://docs.mender.io/2.1/artifacts/yocto-project/variables#mender_artifact_verify_key