Category
All
How to work with Python applications and modules in Yocto
Python is one of the most popular programming languages used today and it has been around for more than 2 decades. It is commonly used in the development o
|
1 min read
How to update a Docker container with Mender using Raspberry Pi
A Docker container packages applications in containers by virtualizing the operating system and dividing it into compartments to run applications. Powerful
|
1 min read
Mender 2.2.1 released: Stability improvements
We are pleased to announce the release of Mender 2.1.1 and 2.2.1! Both are patch releases, meaning they include bugfixes and stability enhancements for the
|
2 min read
Top three requirements for OTA software updates for IoT
Updating your device software, whether its system or application level, may seem an easy task to do when you first start your IoT project but then you real
|
2 min read
How to update a .deb package with Mender using Raspberry Pi
Embedded Linux devices are very fragmented in their design and implementation. At the basic level, they all have the following components: Applications imp
|
1 min read
From mgo to mongo-driver: Migration to the MongoDB supported driver for Go
Mender project provides proof that golang and microservices architecture make a good pair. Together with MongoDB, web UI, and a bit of orchestration they a
|
12 min read
Managing large scale deployments with phased rollout and schedule deployments
As the number of connected devices increase, the operations and infrastructure needed to support continuous updates at scale is growing fast. Deploying to
|
1 min read
How to do delta (differential) updates with Mender
Using binary deltas for applying updates is a more efficient mechanism for updating software over-the-air (OTA) which enables faster downloads and bandwidt
|
1 min read
Two Factor Authentication with Mender User Login
Security and robustness is the prime directive of Mender in doing over-the-air software updates, and we work hard to make sure that directive never goes ou
|
1 min read