device tree compiler permission denied

bash: ./dtc: Permission denied …please help

First, see which dtc is being used:

which dtc

Then see what its permissions are, e.g., if it is in “/usr/bin/dtc”:

ls -l /usr/bin/dtc

Next, this will depend not only on dtc, but also on files used. What was the command line you used with dtc?