Essential Linux Skills for Embedded Systems Engineers

A practical guide to the Linux skills embedded and firmware engineers should prioritize for building, flashing, debugging, serial I/O, automation, and real hardware bring-up.
Embedded Systems & Electronics Engineering
Embedded Systems & Electronics Engineering
Everything linux-wise that has to do with embedded electronics

A practical guide to the Linux skills embedded and firmware engineers should prioritize for building, flashing, debugging, serial I/O, automation, and real hardware bring-up.

Want great look and feel on your Ubuntu machine? then follow this guide! First of all, install NUMIX icons and themes $sudo add-apt-repository ppa:numix/ppa $sudo apt update $sudo apt install numix-gtk-theme numix-icon-theme-circle Then, to easily change the themes and icons,…
This guide should work for any recent version of CMAKE up to 3.8.X. First of all download the source from here: More specificly for Ubuntu 14.04 or higher, 64 bit: Download it to the following directory (or any…
Replace paths with where you like, but make sure you change also in my guide! #go to opt folder, make directories, make directories if not exits $cd /opt/dev-tools-sources $mkdir ffmpeg $cd ffmpeg #make build and bin directories $mkdir build $mkdir…

Itseez has finally released the first stable version of OpenCV in the 3.x series. It promises many new features over the 2.x version and many bug fixes over version 3.0. So if you want to install this new version, whether…

Raspberry Pi has gained a lot of fame over the past years since it’s introduction. Being dirt cheap while powerful enough to run your home multimedia center is the key selling point of Raspberry Pi. But when it comes to…

STM8 Series of micro-controllers by ST Microelectronics are dirt cheap and powerful at the same time. Their processing power is nothing short as of Arduino, while at the same time their power consumption is much less. These properties makes STM8…