Install Android Studio for 32 bit and 64 bit Windows machines
Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more
Lynxbee topic
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 once have downloaded and compiled yocto build, it generates local tar files of all the … Read more
Adding a new machine to the Yocto Project is a straightforward process. This section describes how to … Read more
If you want to install device-tree-compiler i.e. dtc command on Ubuntu, use following command, This command will … Read more
If you want to capture something like commands when you are installing some software, compiling some opensource … Read more
If you are compiling core-sato-image yocto root filesystem, then you might have observed that it compile lot … Read more
Start ‘fdisk’. For me, the SD card reader/writer has the SD card show up on /dev/sdc. I … Read more
If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more
In this post, we tries to understand the android open source build files written to add a … Read more
The mtrace() function installs hook functions for the memory- allocation functions malloc, realloc, memalign, free. These hook … Read more
What is Clang ? Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ … Read more
Note: Android no longer supports Studio for 32 bit Linux / Ubuntu platforms hence you will need … Read more
Installing JAVA on ubuntu can be done using following easiest command. for Ubuntu 20.04, this command installs … Read more
Flutter is a new way to build high-performance, cross-platform mobile apps. If you are new to Flutter, … Read more
Sometimes it happens that you don’t have source code of the device on which you are working … Read more
As we seen in our previous post, “How to Compile and Install device-tree-compiler (DTC) On Ubuntu”, we … Read more
As per wikipedia, elfutils is mentioned as, “Ulrich Drepper wrote elfutils, to replace GNU Binutils, purely for … Read more
We will need to change the wpa-supplicant.conf file as below, by modifying poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane Now, once we modified … Read more
For compiling simple golang helloworld program as part of yocto build framework, we need to download meta-golang … Read more
As we have seen in “Configure yocto to download from local mirror to save bandwidth” one way … Read more
If we tried to run “flutter devices” command to identify make sure we are ready to connect … Read more
If you want to have WiFi integrated with yocto root filesystem, follow below mentioned steps, Open file, … Read more