[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Fail to run myapp via NFS



Hi, Duy-Ky,

A quick check on the file system permission and access rights for your myapp maybe useful.

Regards,
Chun Yeow

On 9/5/07, Duy-Ky Nguyen <duykynguyen@xxxxxxxxxxx> wrote:
Hello all,
 
This is my first email to the group and would like to have a big salute to you all.
 
Using the latest release petalinux-v0.2-rc3, I'm able to have it work fine for Spartan 3E 500 Starter Kit using u-boot in BPI down mode, ie all stuffs stored in flash, like download.bit, u-boot and image.ub (kernel + CRAMFS).
 
I'm able to access its web page and do NFS mount the firectory user-apps at directory /mnt, ie able to see all of its the content
 
However, having executed
 
./myapp
 
the target responded
 
nfs: server 11.1.1.6 not responding, still trying
 
where my host is 11.1.1.6 and target is 11.1.1.66
 
It still responses if I hit enter key, the console moves down 1 line
 
Thanks,
 
Duy-Ky