Codementor Events

yocto tutorial

Published Nov 19, 2018

Kernel cross compilation:   Requirements: ubuntu 14.04 or 16.04 LTS   Required Packages: Install the below required packages to compile kernel.   sudo apt-get update sudo apt-get upgrad...

Read more

How to write a hello world recipe in yocto   I hope you are already setup the yocto source in your Ubuntu pc. if not click here how to setup yocto in ubuntu pc   helloworld recipe : hellowor...

Read more

Yocto: Yocto is a build system name. it will provides customized images. e.g.: Bootloader, Linux, rootfs.   Poky : Poky: Poky is a “Reference distribution” to provide customized image...

Read more

What is Git ?   Git: Use to track your modified changes in a dir or files . we can now learn git using basic example.   The following tutorial will give you a practical experience in git. Pl...

Read more

  1. First compile the yocto toolchain using below command bitbake meta-toolchain or bitbake -c do_populate_sdk your-image-name(e.g. core-image-minimal) or bitbake meta-toolchain-qt5 2. After successful...

Read more

Required Version : Minimum required verion is ubuntu 14.04 or ubuntu 16.04 LTS   Required packages :   sudo apt-get update sudo apt-get upgrade sudo apt-get install gawk wget git-core diffst...

Read more

Discover and read more posts from sivanageswararao vadalasetti
get started
post commentsBe the first to share your opinion
Show more replies