Device Tree Rebuilder Error

Hi All,

I am trying to rebuild device tree for my custom board, but when I execute make I get this error: “/bin/sh: 1: /usr/bin/dtc: Exec format error”.

I would really appreciate if anyone can help me in fixing this error.

Thank you,
Samer

Need more info, run these two commands and share their output:

file -L /usr/bin/dtc
uname -m

Regards,

Hi Robert,

Sorry my mistake. I was rebuilding on my ubuntu machine. I got it working once I copied dtb-rebuilder into my debian root and ran make from my beagleboard.
Thanks