将pc上交叉编译完成的可执行文件hello,通过串口传输到开发板上后,执行./hello显示 /bin/sh: ./hello: Permission denied
解决方案:在开发板上执行 chmod u+x hello,然后,就解决了