Raspberry Pi Pico
The aim of this series is to provide easy knowledge that anyone can dive into. In this series, i will give examples in programming Pico MCU in C/C++ lang. This post helps you to set up the SDK tool...
The aim of this series is to provide easy knowledge that anyone can dive into. In this series, i will give examples in programming Pico MCU in C/C++ lang. This post helps you to set up the SDK tool...
The terminator is a powerful and feature-rich terminal emulator for Linux, designed to optimize workflows by allowing users to manage multiple terminal sessions efficiently. It is especially favore...
CMake Advanced Features: Libraries, Variables, and Project Organization In the previous CMake post, we covered the basics of installation and creating a simple “Hello World” project. Now it’s time...
CMake is an open-source, cross-platform tool designed to manage the build process of software projects. Unlike traditional makefiles, CMake allows developers to create platform-independent build co...
Description: Remote access Linux Desktop GUI X Forwarding We have to first enable X forwarding. We SSH to the remote Linux computer with -XC where X is the X service and C allows data compression...
Description: Set up connection from BBB to host machine to connect internet Like most makers, the ability to connect your projects to the internet greatly expands its capabilities and whilst the ...
Description: How to get started with BBB and load image into board, set up cross-compile. Firstly, most BBB have a built-in 4GB SD card known as a eMMC. When the boards are made, the eMMC is “fla...
Total blogs posts: 38 Tags sharing: 8 total posts. Tags linux: 15 total posts. Tags BBB: 5 total posts. Tags build-system...