In the `<whatever>.onix` file created by `bf_prep`, the minimum hardware version is specified. However, this line checks for exact hardware version. https://github.com/open-ephys/onix-gateware-field-updaters/blob/5719a826cd9d1091e48f1b23ee908b8e1aef9fc9/headstage-64-tools/programmer/hub-programmer.c#L249 Replace with `if (hwrev_dev < hwrev)`?