Собрал свою rootfs попробовал скомпилировать и запустить на плате прогу "hello world". Не работает.
mp7m:~ # ./hello
-sh: ./hello: not found
mp7m:~ # ls -al
drwxr-xr-x 2 root root 0 Mar 9 20:24 .
drwxr-xr-x 19 root root 0 Dec 31 1969 ..
-rw-r--r-- 1 root root 39 Mar 9 20:30 .ash_history
-rw-r--r-- 1 root root 0 Aug 31 2010 .bash_history
-rw-r--r-- 1 root root 175 Aug 31 2010 .bash_logout
-rw-r--r-- 1 root root 161 Aug 31 2010 .bash_profile
-rw-r--r-- 1 root root 1711 Aug 31 2010 .bashrc
-rwxr-xr-x 1 root root 24013 Mar 9 19:55 hello
-rwxr-xr-x 1 root root 23753 Mar 9 19:57 hello.elf
-rwxr-xr-x 1 root root 5432 Mar 9 20:24 m
Хотя этот же файл "hello" на демонстрационной rootfs с сайта
http://www.at91.com/linux4sam запускается.