top of page

Add a disk to an Ubuntu VirtualBox VM
This post shows you how to add a new SATA disk to a Oracle VirtualBox VM and install it in Ubuntu 16.04.2.

35% Faster FSBL Rebuild
bitbake virtual/fsbl -c compile -C compile

Delete narration on all slides
Click on Slide Show > Record Slide Show > Clear and Clear Narrations on All Slides Referen


A way to create a plan
This post lists a way to create a plan. Most Important Point The most important part of planning is to agree on the plan. The following...

Find all text files
This blog is a repost of the best answer I've found to-date for: find all text files. It also contains some additional info on how the...

SWUpdate a BOOT.bin
swupdate_unstripped -v -H"0.1":"1.0" -i ~/my-software_1.0.swu -e stable,alt

find sort by date
find . your-options -printf "%T+\t%p\n" | sort

Comment-out printks with Vim
:%s/\(printk(.*);\)/\/* \1 *\//gc

Dump the partitions from a BOOT.bin built with bootgen
Pass -log trace to bootgen to dump the partitions of a BOOT.bin

Which Linux kernel is PetaLinux Tools using?
Figure out how to get here: https://github.com/Xilinx/linux-xlnx/tree/b450e900fdb473a53613ad014f31eedbc80b1c90
bottom of page