help reg: transfer of files to target kernel from host(PC)
From: Viswanatha Reddy <hidden>
Date: 2006-06-20 16:58:13
From: Viswanatha Reddy <hidden>
Date: 2006-06-20 16:58:13
Hi, We are working on powerPc 405EP taihu board. Our work is to run the C code and debug the code on taihu board. for that we istalled ELDK ppc_4xx tools on host system(Which has Fedora core as OS). We are able to complile C file without board, generated target file. We configured NFS server successfully and able to transfer files to target after U-boot. Once we entered into the Linux of the kit, We are unable to load the files from NFS server, we are failed to mount the ELDK tools on Target machine. When we tried to Ping the server from the target it is pinging. From the host(PC) we are communicating the target using Telnet. To mount the files we are using the command: mount -t nfs 192.168.1.18:/opt/eldk/ppc_4xx /mnt We are getting the error saying mount: mounting 192.168.1.18:/opt/eldk/ppc_4xx on /mnt failed no such file or directory. please help us regarding this.. Best Regards, Viswanath..