Setting up Ubuntu development machine for Yocto

The Yocto Project is an open-source collaboration project whose focus is developers of embedded Linux systems. Among … Read more

How to install docker on 32 bit Ubuntu ?

If you want to install docker on ubuntu, follow below procedure, Above two commands will install docker … Read more

How to Install Flutter on Ubuntu Linux ?

Flutter is a new way to build high-performance, cross-platform mobile apps. If you are new to Flutter, … Read more

How to resolve error : dtc: command not found

When trying to compile uboot on Ubuntu, we seen the following error, From the error it looks … Read more

Flutter not detecting device / “flutter devices” No devices detected

If we tried to run “flutter devices” command to identify make sure we are ready to connect … Read more

What is yocto bbappend file ? Extending Recipes with .bbappend

A recipe that appends Metadata to another recipe is called a BitBake append file. A BitBake append … Read more

How to setup and use tftp client on Ubuntu ?

Following is the procedure which will guide you for setting up the Linux PC as a tftp … Read more

How to setup tftp server on Ubuntu ?

Following is the procedure which will guide you for setting up the Linux PC as a tftp … Read more