Hi, am reposting this blog bcoz I had no response the first time around, and unfortunately I'm still on this problem.
I just bought a DVEVM DM365. I step through the details of GSG: DM365 DVEVM Software Setup for MontaVista Kernel (http://processors.wiki.ti.com/index.php/GSG:_DM365_DVEVM_Software_Setup) on a pentium desktop using Fedora-14-i686 operating system.
These first two (2) stages were straightforward and without a problem encountered:
Stage 1: Installing the Target Linux Software
Stage 2: Installing the DVSDK Software
Problem was in the third stage (Creating a Shared File System Between Host and Target).
Here are the details ($ is account user, # is root user):
Exporting a Shared File System for Target Access (first part of Stage 3)
The following shell commands were still alright:
[royc @ home]$ cd /home/roy
[royc @ roy]$ mkdir -p DVworkdir/filesys
[royc @ roy]$ cd DVworkdir/filesys
[royc @ filesys]$ su root
[root @ filesys]# cp –a /opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/target/* .
[root @ filesys]# chown –R roy opt
[root @ filesys]# gedit /etc/exports
Then I copy/paste to /etc/exports (which was an empty file) the following line:
/home/roy/DVworkdir/filesys *(rw,no_root_squash,no_all_squash,sync)
And the problem started with the next shell command:
[root @ filesys]# /usr/sbin/exportfs –av
bash: /usr/sbin/exportfs: No such file or directory
I also tried:
[root @ filesys]# usr/sbin/exportfs –av
bash: /usr/sbin/exportfs: cannot execute binary file
[root @ filesys]# ls -lsa usr/sbin/exportfs
40 –rwxr-xr-x. 1 root root 39272 Aug 30 2008 usr/sbin/exportfs
I tried doing a ‘man’ for exportfs and other binaries in filesys, but the textual
display were all encumbered with shaded characters like ^?, ^B^D, ^L, ^E^D^C, ^G
... these looked like formatting symbols to me.
Even as a root, why can’t I execute a binary? And why can’t I read (‘man’) any binary in sysfile ??
Am really cluless on what to do with this problem!