cd Beaglewire/examples/encoder
# If the fpga tools present on BBB
make
# Else scp the .bin file in Beaglewire/examples/encoder
# In host computer go to Beaglewire/examples/encoder
# make
# Command to send it to FPGA:
# scp vga.bin debian@192.168.6.2:/home/debian/Beaglewire/examples/encoder
# Loading SPI flash after FPGA reset, it will be boot up on SPI.
make load_spi
# Reset the FPGA for running bitsream (RST Button on BeagleWire)