ME11 boards


Obtaining the ODMB firmware

  1. Set up git.
  2. git clone git@github.com:odmb/odmb_ucsb_v2.git # Checks out the latest ODMB firmware
  3. cd odmb_ucsb_v2
  4. Open work/_info and delete everything after the fifth line (which should just be the letter "d"). It might already be blank.
  5. git update-index --assume-unchanged work/_info # Prevents from committing changes to work/_info
  6. For information about synthesizing or simulating the firmware, go here.