Bitbake / Yocto recipes for cross compiling golang program

For compiling simple golang helloworld program as part of yocto build framework, we need to download meta-golang … Read more

Use local mirror to build yocto file system from internal server

As we have seen in “Configure yocto to download from local mirror to save bandwidth” one way … Read more

How to enable Wifi with yocto

If you want to have WiFi integrated with yocto root filesystem, follow below mentioned steps, Open file, … 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

Using GDB to debug functions defined in another file in C

In our previous post “How to use gdb for debugging application programs ( On Ubuntu Linux using … Read more