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
Android Studio is a powerful IDE (Integrated Development Environment) built on IntelliJ, optimized for Android and Flutter … Read more
TFTP is commonly used to load bootloader, kernel, and rootfs images to embedded targets (ARM boards, routers, IoT devices) during development or recovery. It's simple (no auth/encryption), fast on local networks, and supported by most bootloaders like U-Boot.
Minicom is a powerful serial communication program for Linux that enables users to connect to remote serial … Read more
VirtualBox is a powerful, open-source virtualization software that allows you to run multiple operating systems on a … Read more
Setting up a robust development environment is crucial for working with the Yocto Project, especially on Ubuntu. … Read more
In the Yocto Project, customizations and extensions to recipes are crucial for tailoring builds to specific needs. … Read more
Creating a bootable USB pen drive is a crucial step for installing Ubuntu on your computer. This … Read more
CMake is a widely used build system that helps automate the compilation process for software projects. Keeping … Read more
SSH (Secure Shell) keys are a secure and convenient way to authenticate to remote servers without the … Read more
If you have installed multiple JDK on ubuntu and sometimes you might need to change the version … Read more
In Ubuntu, there is a way to identify which header file belongs to which package so if … Read more
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
npm is the package manager for the Node JavaScript platform. When we used installed npm on Ubuntu … Read more
Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more
Chromium depot_tools are the git extensions, which gives additional features. The Chromium depot_tools suite contains many git … Read more
If you want to build some external packages which are using sysroot within yocto framework or buildsystem, … Read more
If you want to install node.js which is gaining popularity in recent days, you can follow below … Read more
To install specific version of Node JS, first make sure NPM package manager is installed. You can … Read more
If you want to install device-tree-compiler i.e. dtc command on Ubuntu, use following command, This command will … Read more
Use the package database for installed ownership, repository content indexes for packages not installed, and archive queries for downloaded DEB/RPM files. These inventories describe packaged paths—not every file created later by services, scripts, or users.
If you want to identify some binary belongs to which package in Ubuntu in certain situations when … Read more
If you want to capture something like commands when you are installing some software, compiling some opensource … Read more
Start ‘fdisk’. For me, the SD card reader/writer has the SD card show up on /dev/sdc. I … Read more