I am trying to build a Debian based system for the Olimex imx8mp evaluation board using the NXP Flexbuild tool. Since this is a 3rd party board so I have to add the board configuration file manually and I followed the steps as specified in the flexbuild document:
after following the steps and adding the .conf file for the board, I tried building the firmware but got this error:
MACHINE: olimex-imx8mp-evb /home/parth/flexbuild/configs/board/olimex-imx8mp-evb.conf: line 7: require: command not found
According to this error message, the syntax of the .conf file for the board is not right, that's why its not right. can anyone please suggest how to resolve this issue?