NERF Firmware development environment for Winterfell.
You need Vagrant and Vitualbox in order to setup your development environment.
Basically run
$ vagrant up
That's it !
SSH into the machine
$ vagrant ssh
Run the build script
$ nerf-build
built Linux kernel and FFS files are available in the repository home directory
To build u-root only
$ nerf-build u-root
To build Linux kernel only
$ nerf-build linux
To build NERF fss only
$ nerf-build ffs
Into the vagrant machine, run
$ nerf-qemu