Tags

screencast

  • 2011-03-17

    Git Overview Screencast

    This screencast (use Firefox to view the screencast) provides an overview of the Git version control system.  There are 3 features of Git that are especially interesting: many repositories (vs. one large repository) distributed developme…

  • 2010-08-07

    Qt Creator for C/C++ development

    Recently, I’ve been evaluating Qt Creator for general C/C++ development.  I’m currently involved in the development of a rather large C++ application that is approaching 200,000 lines of code and 1000 source modules.  In the past, I’ve typi…

  • 2010-06-17

    Git submodules: what to do when you commit to (no branch)

    When using git submodules, eventually you’ll run into a situation where a workspace has checked out a submodule as (no branch), and you unknownly make modifications and commits to (no branch).  Now what?  It turns out Git has a very useful …

  • 2010-06-14

    Installing OMAP3 images on a SD card

    This article and screen-cast is a continuation of that last couple posts describing the BEC OE build template.  The purpose again for a build system is to automate tedious manual tasks, and in doing so, we end up documenting how the build s…

  • 2010-06-08

    Creating a Custom OpenEmbedded Image

    In this article screencast, we’ll demonstrate how to create a custom Linux OS image using the OpenEmbedded build system.  This demonstration builds on the earlier article about using the BEC OE build template.  The OpenEmbedded build system…