Skip to content
Snippets Groups Projects
Commit a2d61aa2 authored by onishi's avatar onishi
Browse files

add : tools_not_project/memo.txt

parent 05491563
No related branches found
No related tags found
No related merge requests found
EXAMPLE of transfer the execution file to zynq
$scp DAQ_byDMA_03.sdk/*/Debug/*.elf root@192.168.10.188:/home/root
EXAMPLE of NFS mount on PetaLinux OS (runnning on Zynq).
#ifconfig eth0 192.168.10.188
#mkdir nfs
#mount -t nfs -o sync 192.168.10.179:/mnt/HDD1//NFS nfs
#df -h
EXAMPLE of socket server environment.
#firewall-cmd --add-port=12345/tcp --zone=public
######setup server computer######
set up the kernel parameter of socket accepter or NFS master to optimize the kernel buffer of disk I/O.
#kernelPara.sh
#####convenient tool######
by using at project directory, PetaLinux Tools is runned sequentially (but each configuration should be done by ourselves)
$Peta.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment