Sungjin's sub-brain :
Admin : New post
Guestbook
Local
Catergories
Recent Articles
Recent Comments
Calendar
Tag
Archive
Link
Search
 
  script for socmaster3 
작성일시 : 2007. 12. 7. 12:30 | 분류 : 컴퓨터/SoC Master 3

ifconfig eth0 down
ifconfig eth0 up 192.168.0.3 netmask 255.255.255.0
route add default gw 192.168.0.1
mkdir /root/nfs
mount -t nfs -o nolock -o udp -o rsize=1024,wsize=8192 192.168.0.1:/filesystem/SoCMaster3  /root/nfs
cd nfs/itsoc
cd pico_driver
./test_pico.sh
cd ..
cd
./init
|