How to extract android boot.img ?
boot: The boot partition contains a kernel image and a RAM disk combined via mkbootimg. In order to flash the … Read more
boot: The boot partition contains a kernel image and a RAM disk combined via mkbootimg. In order to flash the … Read more
Porting the Linux kernel to new embedded hardware is a complex but rewarding task. It allows you … Read more
For this post, we assume that you already have a working root filesystem as we did in … Read more
If your are working to port the kernel versions or port the kernels to different platforms, during … Read more
If we want to check what is the default kernel configuration our device is using, the Linux … Read more
We will consider our hardware platform as ARM, so the kernel startup entry point code is at … Read more
If you want to install device-tree-compiler i.e. dtc command on Ubuntu, use following command, This command will … Read more
Lets say, you have been trying to compile Linux kernel source code for Raspberry Pi following steps … Read more
As we seen in our previous post, “How to Compile and Install device-tree-compiler (DTC) On Ubuntu”, we … Read more
When trying to compile uboot on Ubuntu, we seen the following error, From the error it looks … Read more