Lynxbee topic

Development and Build

TFTP Client Setup on Ubuntu: Install, Configure, and Transfer Files

TFTP is a lightweight UDP-based file transfer protocol used for booting devices, flashing firmware, and transferring files to routers, embedded devices, and switches. It's ideal when devices have limited resources or you need to push firmware or config during boot, at the cost of no authentication o

Create a Custom Meta Layer in Yocto with bitbake-layers

In the Yocto Project, metadata (recipes, configuration files, class extensions, and patches) is organized into modular layers. Custom application code, system services, and image modifications should always live in a dedicated custom meta layer rather than altering core Yocto layers.

Create a Custom BSP Layer in Yocto Using yocto-bsp

In the Yocto Project, a Board Support Package (BSP) layer contains hardware-specific configurations, kernel recipes, device trees, and bootloader definitions for a target board. The yocto-bsp command-line script provides an interactive wizard to generate a clean BSP layer skeleton conforming to Yo

Create yocto recipe using recipetool script

https://dropbear.nl/mirror/dropbear-2015.68.tar.bz2DEBUG: Found bitbake path: ~/Desktop/devlab/poky/bitbakeNOTE: Fetching https://dropbear.nl/mirror/dropbear-2015.68.tar.bz2…DEBUG: unable to extract library name from ld-linux.so.3NOTE: Recipe dropbear_2015.68.bb has … Read more

BitBake Build Process: Tasks, Packages and Debugging

BitBake does not blindly execute a fixed shell-script sequence. It builds a dependency graph, checks task signatures and shared-state artifacts, then runs only the work needed to produce the requested recipe, package, image, or SDK.

Booting Androidthings on RaspberryPi3

Follow below steps to boot the Androidthings on Raspberry Pi3 Download the prebuilt image from https://developer.android.com/things/preview/download.html this … Read more

Engineering weekly

Useful technical knowledge, not inbox noise.

Receive verified fixes, references, labs, and tools. Confirm by email; unsubscribe any time.