도와주세요!!
글 수 15,339
2008.07.16 23:28:36 (*.241.227.235)
7373
매번 이렇게 질문을 드려 죄송합니다.
번거로우시겠지만 한번 더 부탁드립니다.
번거로우시겠지만 한번 더 부탁드립니다.
- we use from FAlinux board: root@ez-x5> mount 192.168.0.56:/NFS_root /mnt/nfs command to mount to host Linux machine with NFS (192.168.0.56) but NO SUCCESS. Do we need to setup NFS client on the Falinux board?
- we are still using the same linux image and same RAMDISK that came with the Falinux board.
- do we need to update the linux image?
- do we need to update the RAMDISK?
- how do we generate new RAMDISK image?
- how do we generate new linux image?
- Is it possible to run GDB (we have gdb-5.3.tar.gz file from the Falinux CD)? How do we setup?
나머지는 아래와 같이 처리하시면 됩니다.
1. nfs 서버로 마운트하는 방법은 아래와 같습니다.
root@ez-x5]$ mount -t nfs -o nolock 192.168.0.56:/NFS_root /mnt/nfs 로 하시면 됩니다.
2. linux image라면 커널 이미지를 말하는 것이겠죠. ^^
EZ-보드 통합 메뉴얼에 가 보시면 커널, 램디스크 이미지를 생성해서 보드로 전송하는 방법이 나와 있습니다.
http://forum.falinux.com/zbxe/?mid=manual_contents
내용을 참고하세요.