海思平臺開發版子使用小技巧

1.動態庫目錄搜索
通過設置LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/root/nfs/hi3531/libcurl/lib:/root/nfs/protobuff/hi3531/lib:/root/nfs/hi3531/lib:/root/nfs/hi3531/install/lib

2.系統文件不可寫
執行下面命令
mount -t yaffs2 -o rw,remount /dev/root

3.修改IP
執行下面命令
ifconfig eth0 192.168.0.101

route add default gw 192.168.0.1

4. 使用telnet
執行命令 
telnetd&
adduser admin
(passwd admin)

5.使用nfs
mount -t nfs -o nolock 192.168.0.230:/home/tanyb/share/nfs   ./nfs
umount ./nfs
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章