A set of operations for ZYNQ in Linux

Source: Internet
Author: User

USB to serial Port drive

cp210x Download the source code here Http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx#linux

After make is finished

Insmod Cp210x.ko

Check:

Lsmod | grep usbserial

If it does, it means the driver is loaded.

Plug in the board,

DMESG | grep ttyUSB0

If it does, it means it's connected.

Take cutecom and connect the serial port

The device fills in names such as/dev/ttyusb0

will be out could not open

Permission of the pot

It's all right.

A set of Operations for NFS server

The board and her sister are connected to a local area network.

Common NFS server, Board mounted NFS

Sister's Operation:

First, a folder.

Then change the/etc/exports, plus the folder:

The folder * (Rw,sync,no_root_squash)

Start NFS Server

Sudo/etc/init.d/nfs-kernel-server start

Show

Showmount-e

Operation of the board:

Mount-t NFS Sister IP: The folder of the folder mount to

Cross-compiling
arm-xilinx-linux-gnueabi-g++ Helloworld.cpp-o helloworld-static

A set of operations for ZYNQ in Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.