whisht

# window文件共享
sudo mount -t vmhgfs .host:/ /mnt/hgfs
# 脚本文件
/usr/bin/mount_hgfs

#NFS文件共享
mount –t nfs –o nolock 192.168.1.199:/armnfs /mnt/disk/Lee

#更改IP
ifconfig eth0 192.168.0.200
ifconfig eth0 down
ifconfig eth0 up

# 交叉编译文件
/opt/qt-4.7.1/bin/qmake


#手工加载SD卡
mount -t vfat /dev/sdcard /sdcard/

# 压缩文件
tar czvf Detector.0524.tar.gz Detector

# 解压文件
tar xzvf Detector.0524.tar.gz -C ./ 

分类:

技术点:

相关文章:

  • 2022-01-08
  • 2021-01-17
  • 2021-06-12
  • 2021-11-03
  • 2021-11-01
  • 2021-11-20
  • 2021-10-21
  • 2021-04-27
猜你喜欢
  • 2021-11-30
  • 2022-01-08
  • 2021-04-04
  • 2021-05-23
  • 2021-12-06
相关资源
相似解决方案