Mender blog
Growing fresh veggies with Rpi and Mender
Some time ago my wife and I decided to teach our kids how to grow plants. We both have experience as we were raised in small towns where it was common to own a piece of land where you could plant home-grown fresh veggies.
The upbringing of our kids is very different compared to ours, and we realized we never showed our kids how to grow our own veggies. We wanted them to learn and to understand t...
Read the articleConverting a live device to a robust dual rootfs device
Have you ever wanted to robustly update a bunch of devices, but you can't because they're already in the field, and they are not configured for a robust dual root filesystem layout? Today, we are exploring converting live devices from stock single partition devices into robust dual partition devices.
There has been a thread Mender Hub about live migration of devices to the dual partition devic...
Read the articleChoosing Yocto as your build system for your IoT project
Going from prototyping to production, one has many options to choose from to develop their IoT project. Yocto and other open source build systems such as Buildroot provide an automated, reliable and reproducible way to generate custom distribution images. Additionally, choosing a build system gives you complete control of the software and you can configure it to do anything you wish. It enab...
Read the articleIoT Development: Going from prototyping to production with embedded Linux
With the advent of IoT and the proliferation of connected embedded devices across a variety of industry verticals, a large share of devices in development are based on Linux of one form or another due to their prevalence of low-cost boards with ready-made Linux distributions. Easily and cheaply acquiring hardware, building custom code, connecting the devices to other peripherals and the internet a...
Read the articleHow 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 of applications for IoT and especially in the early stages of product development while developers might still be evaluating projects. The reason for its popularity is because Python is easy and quick to develop, for example the logic is closer...
Read the article