环境问题

1. 新装的ubuntu配置ftp不能传输文件

 TO:  在/etc/vsftp.conf 里,去掉ipv6监听

 

2. 安装NFS服务

 TO:sudo apt-get install nfs-kernel-server portmap    

            vim /etc/exports
             +/home/flinn/mini2440/bin *(rw,sync,no_root_squash)
             sudo /etc/init.d/nfs-kernel-server restart

 

3. version magic '2.6.22.6-g4255be1c-dirty mod_unload ARMv4 ' should be '2.6.22.6-g34e1379b-dirty mod_unload ARMv4 '

  每次编译生成的版本号都不一样, 导致驱动不能加载

  解决:

  Makefile: +814

  kernelrelease = $(KERNELVERSION)$(localver-full)  修改

  kernelrelease = $(KERNELVERSION)为

  

 

posted on 2018-11-05 22:30  风_行者7  阅读(144)  评论(0编辑  收藏  举报

导航