How to Compile and Install device-tree-compiler (DTC) On Ubuntu ?
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 install device-tree-compiler i.e. dtc command on Ubuntu, use following command, This command will … Read more
Recently we installed one package, but couldn’t understood which all files it installed on Ubuntu. You can … Read more
If you want to identify some binary belongs to which package in Ubuntu in certain situations when … 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 yocto for Raspberry Pi, there are chances you may see an error ( … Read more
If you are compiling core-sato-image yocto root filesystem, then you might have observed that it compile lot … Read more
Once we disassembled the ELF to check the sections using “objdump” command, we can see the lines … Read more
In this post, we hope you already have GDB debugging setup already done for your development or … Read more
If you are compiling some recipe which you have written recently, you might seen an error like … 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