1) 通过路由器的方式来启动NFS文件系统
设置路由器局域网的网关:192.168.1.1,然后将开发板和PC都连接在路由器的LAN端口,并且采用DCHP的方式来实现tftp和nfs。
2) uEnv.txt
serverip=192.168.1.27
rootpath=/opt/ti-sdk-am335x-evm/targetNFS
bootfile=uImage-am335x-evm.bin
ip_method=dhcp
tftp_nfs_boot=echo Booting from network...; dhcp ${loadaddr} ${bootfile}; run net_args; bootm ${loadaddr}
uenvcmd=run tftp_nfs_boot
#sudo passwd root
#******
#******
#sudo –s –H 切换到root用户
然后就可以重启虚拟机,以用户root来登陆
#locale –a 查看
是否有zh_CN,zh_CN.gb18030,zh_CN.gb2312等
#vim /var/lib/locales/supported.d/local
#dpkg-reconfigure locales
#locale-gen zh_CN.GB18030
#locale-gen zh_CN.GB2312
#locale-gen zh_CN.GBK
#vim /etc/envinoment
常用的3个永久设置路径
l #vim /etc/envirnoment
l #vim /etc/profile
l #vim ~/.bashrc (/root/.bashrc)
设置为 bridge连接方式,设定静态IP地址.
#rm /bin/sh
# ln –s /bin/bash /bin/sh
#apt-get install fakeroot
#apt-get install vim
#apt-get install build-essential
#apt-get install libtool
#apt-get install bsion(干什么用的还不清楚)
GNU autotools主要包括三个工具 autoconf, automake,libtool
$ sudo apt-get install build-essential libncurses-dev flex bison autoconf automake libmpfr-dev texinfo nfs-kernel-server tftpd-hpa libcloog-ppl
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉
全部0条评论
快来发表一下你的评论吧 !