I've been using QEMU to test a prototype I'm creating and now I want to test in on a real board. I'm using Buildroot to create the rootfs for the board and, after putting the rootfs on my SD card, I put the executable on the /bin folder. However, after booting and when I try to run it I get the message '-sh: executable: not found'.
What am I doing wrong? Thanks in advance.