Henny Penny Quick Start Guide

To build the firmware and root file system for the Henny Penny BBB, perform the following steps in a Debian Buster workstation after the SDK has been installed:

  1. mkdir ~/frontier
  2. cd ~/frontier
  3. mkos-frontier

That will grind awhile, then produce the following:

  • mkos-frontier.img - SD card image
  • mkos-frontier.fs - copy of the directory structure on the SD image
  • mkos-frontier.iso - repository containing the packages that went into the image, in ISO format
  • mkos-frontier.repo - directory containing a reprepro database of the packages on the SD image

Once the build is complete, insert a micro SD card, and assuming it is /dev/sdb, issue the following command:

sudo dd if=mkos-frontier.img of=/dev/sdb bs=1M conv=fsync

  1. Insert the micro SD card in the BBB, press and hold the boot select button on the top side near the micro SD card, and apply power
  2. The BBB will churn for a while.
  3. The default login for the console is User: root Password: password

If you want to build a fresh copy of the SD card image:

  1. cd ~/frontier
  2. rm -rf mkos-frontier.fs
  3. rm mkos-frontier.img
  4. mkos-frontier