top of page

Add a Yocto Layer to a PetaLinux Project and Build a Recipe in the Layer with PetaLinux Tools
Add a layer to BBLAYERS in conf/bblayers.conf by running petalinux-config.

Install Ubuntu on an External Hard Drive
1. Connect the external hard drive and the USB stick...


Diagnostic Log and Trace Daemon Install and Smoke Test Walk Through
cd dlt-daemon/
mkdir build
cd build
cmake ..
make
optional: sudo make install
optional: sudo ldconfig

Install Ubuntu 16.04 on a USB Stick from Windows
(1) Go to http://releases.ubuntu.com/16.04.4/ (2) Download 64-bit PC (AMD64) desktop image (3) Insert your USB stick

Arg! Nothing I type shows up in the Minicom console!
Try turning off hardware flow control.

Vim is Stuck!
Try Control + q

Practice Splitting a Window Horizontally and Vertically, Moving Between the Windows and Closing Them
:split
:vsplit
Control-w l
Control-w j
Control-w k
ZZ
ZZ
:q

Practice Recovering a File in Vim
:e! #
:diffsp hello.c

A Way to Disable Cursor Movement Animation in Word 2016 by Using the Windows Classic Theme
Select the Windows Classic theme to turn off cursor animation in Word.

How To Find Which Version of Word You're Using
Click File, Accout, About Word
bottom of page