March 22, 2021
Introduction There is a steady increase in the adoption of IoT and Edge computing. More and more Linux running embedded devices are deployed remotely. These devices include Raspberry Pis and flavours, Intel NUC boards, mini-computers, mini-servers, NXP - IMX boards, NVIDIA Jetson boards, Servers, IoT Gateways or Custom boards running Yocto Linux or other variants.
February 10, 2021
How to remotely access shell of a Linux device over Internet
Introduction Linux is a popular choice operating system for various use-cases in IoT & Edge computing. Once these devices are deployed remotely, it is critical to have a secure remote shell over the Internet. Examples of these devices could be Raspberry Pis and flavors, Intel NUC boards, mini-computers, mini-servers, NXP - IMX boards, Servers IoT
October 29, 2020
Deploy Docker Containers to Embedded Linux Devices
Introduction Embedded devices are running complex resource-intensive applications on edge. A preferred way to do so is to containerize them and then deploy on the remote IoT edge devices. This helps with better orchestration and resource planning of the applications. Docker is an open platform for developing, shipping, and running applications. Docker containers can
September 25, 2020
Remotely Access IoT Devices
Introduction With the explosion of IoT devices running complex edge computing applications, remote debugging & diagnostics get inevitable. Establishing a secured connection and having remote terminal access (SSH, Telnet or VNC) is a must for deployed IoT Edge devices. Examples of these devices could be Raspberry Pis and flavours, Intel NUC boards, mini-computers, NXP -
June 30, 2020
How to transfer data files to remote embedded Linux devices?
Introduction We all have encountered the need to transfer files or update DBs on remote IoT devices. As an example, on a digital billboard, you might have to update the ad to be played on the screen or as simple as updating the certificate files on these remotely deployed devices. The obvious way is to
April 28, 2020
How to Deploy Dockers to IoT Edge Devices Remotely
Introduction Docker containers can be beneficial for deploying applications on remote IoT Edge computing devices such as industrial gateways, Local Processing Units (LPU), smart vehicles, robotic arms and many more. Try deploying docker containers on edge processing devices such as: Raspberry Pi & variants Nvidia Jetson boards Intel NUC boards Yocto build custom boards SOC