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:
- mkdir ~/frontier
- cd ~/frontier
- mkos-frontier
That will grind awhile, then produce the following:
mkos-frontier.img- SD card imagemkos-frontier.fs- copy of the directory structure on the SD imagemkos-frontier.iso- repository containing the packages that went into the image, in ISO formatmkos-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
- 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
- The BBB will churn for a while.
- The default login for the console is User: root Password: password
If you want to build a fresh copy of the SD card image:
- cd ~/frontier
- rm -rf mkos-frontier.fs
- rm mkos-frontier.img
- mkos-frontier