海思平台开发版子使用小技巧

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
 

猜你喜欢

转载自blog.csdn.net/maintyb011/article/details/89668703