Mender blog

Yocto OTA updates - full root FS updates vs package vs container

5th Jul 2021

You have to do OTA software updates for your Yocto image so what does the process look like? The first thing is deciding what kind of update you want. As a user you might tend to think immediately about RootFileSystem updates for operating the whole file system. This is a good choice for many. But not necessarily for all users. There are other kinds of updates that you can do, such as updating con...

Read the article

Yocto and OTA software updates in an IoT project

5th Jul 2021

Yocto is an entire operating system image from scratch from source and a Yocto software update should be over-the-air at this point. You can learn here how to prepare a Yocto Project environment from scratch or go further and create custom images using the Yocto Project. Yocto comes with the advantages of being light and streamlined as a distribution. Yocto is a source-based distribution which...

Read the article

Debian operating system and software platform for your Raspberry Pi

30th Jun 2021

You must decide how to start out and which operating system and software platform to build your IoT product on. A key consideration will be to start with some version of Debian (Raspberry Pi OS or Raspbian) or go straight for a custom Linux distribution such as Yocto or Buildroot?

Debian on a Raspberry Pi

Bear in mind, if you start with a version of Debian for your Raspberry Pi then this come...

Read the article

Secure remote monitoring for Raspberry Pi

30th Jun 2021

How can you set up secure remote monitoring for your Raspberry Pi single board computer (SBC) in your IoT device? You will want to target misbehaving devices that include the Raspberry Pi SBC easily. At some point in time, as you move from proof of concept to production and when your device fleet grows large enough, you want to be up-front about catching misbehaving devices. You will want to ident...

Read the article

Remote inspect your device without using traditional Raspberry Pi port forwarding

29th Jun 2021

It is almost inevitable that at some point in time, some of the devices in your IoT device fleet will malfunction in some way or another. You need a plan to address this. Port forwarding as a way to remote access a device can create a security risk if not performed correctly. Leveraging Raspberry Pi port forwarding can expose a network port on your network to the public internet. This is a known s...

Read the article