How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "reddingwebpro/cognacbox"
config.vm.box_version = "2.2"
end
vagrant init reddingwebpro/cognacbox \
--box-version 2.2
vagrant up
This version was created over 3 years ago.
Should fix the "failed to create the raw output" related to the UART serial output. Also performed update to all components to latest available.