Understanding : “kernel panic – not syncing – attempted to kill init”
When the kernel gets into a situation where it does not know how to proceed (most often … Read more
When the kernel gets into a situation where it does not know how to proceed (most often … Read more
Creating a new thread is very similar to forking a new process, but there are differences. When … Read more
During a build, the unpacked temporary source code used by recipes to build packages is available in … Read more
If you want to redirect non-www URL to https://www. which improves search engine optimisation rankings, use following … Read more
With following mechanism, we can check the Bluetooth profiles and services of a remote device, 1) Switch … Read more
Below commands are shown for communication between Linux Laptop and Samsung Mobile to get Mobile bluetooth device … Read more
Following are the errors which you may get while compiling bitbake and its solutions, Error : WARNING: … Read more
Compilation of Any package using bitbake goes through stages as mentioned in below image, 1. do_fetch – … Read more
Following are the adb shell commands for generating input events which can help us to browse the … Read more
Android provides a default Bluetooth stack, BlueDroid, that is divided into two layers: 1) Bluetooth Embedded System … Read more
We will consider our hardware platform as ARM, so the kernel startup entry point code is at … Read more
Created a new image recipe like below and named it as, recipes-images/images/lynxbee-core-image-minimal.bb Compile the image as, and … Read more