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