Mender blog

Showing posts tagged: engineering x

Beaglebone and Raspberry Pi: a general comparison

19th Jul 2021

Beaglebone has a key strength over Raspberry Pi and that is the larger number of input and output ports on the board. Beaglebone has 96 ports compared to 40 with the Raspberry Pi. The Beaglebone also features analogue inputs, important for directly connecting analogue sensors whereas Raspberry has digital inputs only. The BeagleBone features impressive Input/Output capabilities: the board has a di...

Read the article

Beaglebone working with Linux operating systems Debian, Yocto and OTA updates

19th Jul 2021

In general, Beaglebone is more customizable so you will strip out what you don’t need. You will use the processing power to run your applications and not the OS, then you would need to focus on ensuring your OS is always up to date, more frequently using OTA updates to run the latest libraries. With Raspberry Pi with more processing power, you will need less control. So it comes back to the entry...

Read the article

Setting up Beaglebone for an Embedded Linux project

19th Jul 2021

There are many different board options for an IoT project. Perhaps for most users, Beaglebone < https://beagleboard.org/ > would not be the first choice. The wider support options and easier path to set up out of the box make Raspberry Pi a more popular option. The Beaglebone Project is a relatively old board project with the Beaglebone having been first released in 2013. There are projects out th...

Read the article

Debugging the Yocto build

5th Jul 2021

There was a very interesting talk at the recent Yocto Summit about how you can do debugging on hardware. Sergio Prado, a consultant and trainer from Embedded Labworks, explains how to leverage the Yocto Project to debug an embedded Linux system . It is a very impressive talk and this is something that we would really recommend that you look into. If you were going to do serious debugging on hard...

Read the article

Efficient Yocto development and OTA updates

5th Jul 2021

There are some special considerations if you want to get efficient Yocto development and your OTA update system. The most important is managing the time it takes to build the whole image when using the Mender client with Yocto. Even when making a one line change somewhere, it will take at least 2 minutes to get the new image. If your team is doing a lot of iterations to the image, then two minut...

Read the article