top of page
Search
Nov 27, 20189 min read
What is Yocto Rocko 2.4.1?
Yocto Rocko 2.4.1 is: OE-Core, meta-yocto and Bitbake (and yocto-docs but yocto-docs contains no functionality) without 7 files.
gits @ SH
May 26, 20182 min read
Yocto 2.2.3 Based Linux Kernel Development Only 25% Efficient
This post lists the efficiency of Linux Kernel development using Yocto. It shows that developers who use Yocto to do kernel development...
May 22, 20181 min read
SWUpdate a BOOT.bin
swupdate_unstripped -v -H"0.1":"1.0" -i ~/my-software_1.0.swu -e stable,alt
May 3, 20183 min read
Use PetaLinux Tools to Add a Script that Will Execute at Boot
1. cd into your PetaLinux project directory, 2. Run: petalinux-create -t apps --template install -n bootscript --enable, 3. Edit project-spe
Apr 16, 20181 min read
A Way to Print an Environment Variable from a Yocto Task
bb.note("Unpacking source tarball WORKDIR = ", d.getVar('WORKDIR', True), "DL_DIR = ", d.getVar('DL_DIR'
Apr 15, 20182 min read
bottom of page