当前位置:网站首页>Hi3516dv300 environment setup
Hi3516dv300 environment setup
2022-07-27 05:31:00 【Ro00okie】
This paper is based on Ubuntu16.04.1 Virtual machine :
1. install SDK Hi3516CV500_SDK_V2.0.2.0.tgz
1.1 decompression SDK : tar -xzvf Hi3516CV500_SDK_V2.0.2.0.tgz
1.2 install SDK: ./sdk.unpack
This step may encounter source not found, At first glance shell Script is useless source Load into common.sh.
By executing orders ls -l ``which sh` know , It was originally used by the system dash Parsing shell, Execute the following command and choose no to return the parsing command to shell, Save exit interface can solve :
sudo dpkg-reconfigure dash
2. Install cross compiler toolchain : arm-himix200-linux.tgz
2.1 Unzip the toolchain : tar -xzf arm-himix200-linux.tgz
2.2 Execute installation script : sudo ./arm-himix200-linux.install (root jurisdiction , The script can also specify its own installation directory )
2.3 Setting environment variables to take effect : source /etc/profile
3. install CMake(V2.6 above )
apt-get install cmake
4. install NFS
4.1 Installation tools :
sudo apt-get install nfs-kernel-server nfs-common portmap
4.2 Create your assigned NFS working directory :
sudo mkdir nfs-share
sudo chmod 775 nfs-share
4.3 Configure related services and permissions
sudo gedit /etc/exports
Add the following :
/home/[Yourname]/nfs-share-path *(fsid=0,rw,sync,no_root_squash)
Yourname It's the user's name
nfs-share-path Is the shared directory path
*(rw,sync,no_root_squash):
*: Indicates that all clients can be mounted
rw : Indicates that the client attached to this directory has read and write permissions to this directory
sync : Indicates data synchronization , Write to memory and disk at the same time
no_root_squash: Represents the properties of the server shared directory user , If the user is root, So for this shared directory, it has root Authority .
4.4 to update exports:
exports -r
4.5 restart NFS service :
/etc/init.d/nfs-kernel-server restart
4.6 mount NFS Operating command of file system , stay /mnt Directory to access the files on the server , And carry out development work
mount -t nfs -o nolock -o tcp xx.xx.xx.xx:/home/[Yourname]/nfs-share-path /mnt
4.7 To configure portmap:
sudo gedit /etc/default/portmap
Comment out -i 127.0.0.1 , Add #
4.8
5. install smaba
5.1 apt-get install smaba
5.2 In the configuration Samba Server time , The network selection is bridge Bridge connection :
5.2 Add user access control permission :
/etc/samba/smb.conf

6. install SSH
apt-get install ssh
An error was encountered during installation :
A wrong : Missing library file
terms of settlement :
sudo apt-get install lib32z1 lib32ncurses5
sudo apt-get install lib32stdc++6
After installation, execute the command to check whether it is normal :arm-himix200-linux-gcc -v

Error 2 :source The command cannot be found 
terms of settlement :
Carry out orders : dpkg-reconfigure dash choice NO preservation 
边栏推荐
猜你喜欢

Notes Series docker installation PostgreSQL 14

Flask请求数据获取与响应

Day4 --- Flask 蓝图与Rest-ful

Scientific Computing Library - numpy

torch中乘法整理,*&torch.mul()&torch.mv()&torch.mm()&torch.dot()&@&torch.mutmal()

The concept of cloud native application and 15 characteristics of cloud native application

ERP system brand
![[optical flow] - data format analysis, flowwarp visualization](/img/7d/2fefc32813ec0c93115e4b290b0944.png)
[optical flow] - data format analysis, flowwarp visualization

mq设置过期时间、优先级、死信队列、延迟队列

数据库迁移报错解决
随机推荐
用户管理-分页
Scientific Computing Library - numpy
Multiplication sorting in torch, * & torch. Mul () & torch. MV () & torch. Mm () & torch. Dot () & @ & torch. Mutmal ()
The receiver sets the concurrency and current limit
SQL数据库→约束→设计→多表查询→事务
pytorch 数据类型 和 numpy 数据 相互转化
Li Hongyi machine learning team learning punch in activity day04 - Introduction to deep learning and back propagation mechanism
md5 密码加密
JVM part I: memory and garbage collection part II -- class loading subsystem
Seckill system design
DNSmasq使用总结
SQL(MySql)菜鸟教程知识
Rolling Division
redis集群
What should test / development programmers over 35 do? Many objective factors
用户-注册-登录
通用视图,DRF视图回顾
Pinball games
322 coin change of leetcode
Redis cluster