Build dependencies for BeagleV

I was following the instructions here:

These are the listed dependencies:

sudo apt install bmap-tools dosfstools genimage libyaml-dev mtools

In order to build, I also had to add “ccache” and “device-tree-compiler”.

Thank you,
Justin

Update: On a different machine (Kubuntu) I needed these steps too:

  • ‘sudo apt install libelf-def’ for 02_build_hss.sh
  • ‘sudo apt install wireless-regdb’ for 04_build_linux.sh (I assume regulatory files?)
1 Like