Seeking help from imx8mq user for reform-hw-setup

Hi,

I still want to make this happen: Help appreciated: adding set -e to reform-hw-setup

We have feedback for all platforms except imx8mq. If you are running the imx8mq and would like to contribute, you can do so by performing the following steps:

  1. upgrade your Reform to the latest version of everything in unstable
  2. replace /usr/sbin/reform-hw-setup with this one: https://source.mnt.re/reform/reform-tools/-/raw/767e4439258f5193633c3bedf9a60cf92201c39a/sbin/reform-hw-setup
  3. add a “set -e” at the top of the script just below the “set -u” (or replace
    the “set -u” with “set -eu” you get the idea)
  4. run this and see if anything explodes: sudo systemctl restart reform-hw-setup.service
  5. if not, reboot and see if anything explodes
  6. reply to this message with your findings

Thank you! :heart:

4 Likes

The set -e change has been in reform-tools since the 1.50 release. Nobody complained so I guess everything was fine after all. :slight_smile:

I actually missed this but I could have tested this for you, my Reform runs the stock imx8mq (and it will be staying this way for the foreseeable future) so feel free to ping me if you need imx8mq stuff tested in the future.

1 Like