Building U-Boot for Lichee Pi Nano
Building U-Boot for Lichee Pi Nano 2 The Lichee Pi Nano is a compact Linux-capable development board based on the Allwinner F1C100s ARM9 SoC. This guide walks through the complete process of build...
Building U-Boot for Lichee Pi Nano 2 The Lichee Pi Nano is a compact Linux-capable development board based on the Allwinner F1C100s ARM9 SoC. This guide walks through the complete process of build...
Licheepi Nano is a small single board computer. It was developed and launched by licheepi and uses the ARM architect of Allwiner F1C100s (ARM9) processors with linux support OS, and can run a varie...
Serial console is basically a remote terminal for the BeagleBone board. This way we can execute shell commands on BeagleBone board from our PC or laptop, and see its output. It is also useful when ...
The CH32V003F4P6, developed by Qinheng (WCH), is a low-cost, compact 32-bit RISC-V MCU ideal for hobbyists, students, and embedded developers exploring the RISC-V architecture. Despite its affordab...
How to fix copy-paste and drag & drop not working between host and guest OS in VMware when running Ubuntu. Problem When using Ubuntu as a guest operating system inside VMware Workstation, on...
Description: Understanding the base concepts behind udev, and learn how to write simple rules Introduction In a GNU/Linux system, while devices low level support is handled at the kernel level, ...
sshfs (SSH File System) is a powerful tool that allows you to mount and interact with remote directories over an SSH connection as if they were part of your local file system. It leverages the secu...
ST-Floating Point Unit Some STM32 microcontrollers have an internal FPU (Floating-Point Unit) that can accelerate floating-point arithmetic operations by executing them in hardware instead of softw...
Introduction ARM architecture has become a cornerstone of modern embedded systems, powering everything from smartphones to microcontrollers. Known for its energy efficiency, scalability, and robust...
One of Pico’s key features is the ability to communicate with others devices via UART. In this post, i will covering the concepts, pinout, guide with sample code about UART. Serial Communication Se...