Tutorials

-OR-
リセット

Results

Name Products Type Action
Xilinx VivadoでTySOMボードを使用する方法   
このドキュメントでは、Xilinx VivadoツールでTySOMボードを使用することに焦点を当て、カスタムハードウェアIPコアをプロジェクトに追加できるようにします。標準プロセッサの手が届かないところで、ZynqチップとAldecボードの可能性を示しています。SDxを使用する場合、Xilinx SDxでTySOMボードを使用する方法に関する別のチュートリアルを用意しました。
TySOM-3A-ZU19EG, TySOM-3-ZU7EV, TySOM-2-7Z100, TySOM-2A-7Z030, TySOM-1-7Z030, TySOM™ EDK チュートリアル
Basic OpenCV Image Processing Tutorial TySOM   
This document will show the process of creating software applications for TySOM development boards by utilizing OpenCV to build an image processing application. OpenCV is an open source computer vision software library that provides the algorithms and functions used for image and video processing.
TySOM™ EDK チュートリアル
Basic UART Interface Tutorial TySOM-1-7Z030   
In this tutorial, you will learn how to use UART to interface the TySOM-1-7Z030 board with other systems. The UART interface enables us to view serial output from the board which can be useful for monitoring. This project has both a hardware and software part.
TySOM-1-7Z030, TySOM™ EDK チュートリアル
Building and Configuring a Linux OS using the Linaro   
The Linux operating system is a very popular operating system for embedded applications. Many modern systems including IoT gateways use the Linux OS because of its versatility and support for multiple architectures. The Aldec TySOM platform, which based on the Xilinx Zynq SoC with ARM Cortex processor, can be utilized as an IoT Gateway system. This document describes the process for building an embedded Linux OS for the Aldec TySOM platform using the Analog Devices Linux kernel and Linaro sources for creating Linux File System.
TySOM™ EDK チュートリアル
Connecting Leopard camera to TySOM-3-Zu7EV board using FMC connector   
This demo design uses TySOM-3-ZU7EV board to capture the LI_IMX274MIPI camera 4K video through the FMC HPC connector on the board and show it on a screen. LI-IMX274MIPI-FMC is a high-resolution digital camera board. It incorporates a Sony 1/2.5" CMOS digital image sensor with an active imaging pixel array of 3864H x2196V.
TySOM™ EDK チュートリアル
DIPスイッチを使用してLEDを点滅させるための ハードウェアとソフトウェアプロジェクトの作成 TySOM -1-7Z030   
このチュートリアルでは、Xilinx Vivado Design Suiteでハードウェアプロジェクトを作成し、Xilinx SDKでTySOM-1-7Z030ボード用のソフトウェアプロジェクトを作成する方法を学習します。最初にハードウェアから作成し、オンボードのスイッチを使用してオンボードLEDを点滅させるソフトウェアアプリケーションを作成します。このチュートリアルの最後では、JTAG programmerを使用してTySOM-1-7Z030ボードでプロジェクトをプログラミングする方法についても学習します。microSDカードを使用してFPGAをプログラムするには、「MicroSDカードを使用してTySOM-1-7Z030ボードをプログラミングする」チュートリアルに従います。
TySOM-1-7Z030, TySOM™ EDK チュートリアル
Enabling GPIO Interrupts Tutorial TySOM-1-7Z030   
An interrupt is a signal that temporarily halts the processor’s current activities and demands immediate attention. The processor saves its current state and executes an interrupt service routine to address the reason for the interrupt. Real-time designs require interrupts because many systems will have a number of inputs (e.g. keyboards, mouse, pushbuttons etc.) that will require processing. Inputs from these devices are generally asynchronous to the execution of running processes or tasks, so you cannot always predict when the event will occur. Using interrupts enables the processor to continue processing until an event occurs, at which time the processor can address the event. This interrupt-driven approach also speeds up the response time. This basic GPIO interrupt design is intended to enable GPIO interrupts to users on the TySOM-1-7Z030 board. The standard flow includes several stages to create a hardware platform for the Zynq-7000 based board.
TySOM™ EDK チュートリアル
How to add a custom IP core into Aldec TySOM board hardware and update SDx platform   
One way of using TySOM board is using it in Xilinx SDx tool which provides mechanisms to convert C/C++ functions to HDL and accelerate them in the FPGA part. This functionality demonstrates the power of Zynq chips and Aldec boards that is still out of reach for standard processors. Additionally, FPGA chips consume less energy than processors, so the boards can be used in embedded applications with a battery power supply. This document provides a comprehensive instruction for adding the custom IP cores into the hardware platform and updating the SDx platform.
TySOM-3A-ZU19EG, TySOM-3-ZU7EV, TySOM-2-7Z100, TySOM-2A-7Z030, TySOM-1-7Z030, TySOM™ EDK チュートリアル
How to build an FPGA design for Aldec TySOM boards using board definition in Xilinx Vivado   
This document will demonstrate how to build a Vivado design using TySOM Vivado board definition provided by Aldec. In case of any additional questions visit Aldec website www.aldec.com or create a support case in the Aldec Customer Portal.This flow requires using TySOM Vivado board definition from Aldec GitHub so a TySOM user does not have to build a Vivado project from the scratch.
TySOM Boards, TySOM™ EDK チュートリアル
How to configure Wi-Fi Direct on TySOM board   
There are WiFi/Bluetooth devices on TySOM boards to be used for networking purposes. TySOM board needs to be configured for such applications. In this tutorial, you will learn how to configure Wi-Fi direct on TySOM board and use it for a networking project.
TySOM-2A-7Z030, TySOM™ EDK チュートリアル
How to create Wi-Fi access point on TySOM board   
This document contains a comprehensive instruction about creating a Wi-Fi access point and configuring it in different wireless communication standards. All steps were checked with TySOM-2A-7Z030 boards. Other boards may require some modification in provided instruction.
TySOM-2A-7Z030, TySOM™ EDK チュートリアル
How to rebuild Aldec demo project in SDx   
One way of using TySOM board is using it in Xilinx SDx tool which provides mechanism to convert C/C++ functions to HDL and accelerate them in the FPGA part. This possibility demonstrates the power of Zynq chips and Aldec boards what is out of reach for standard processors. Additionally FPGA chips consume less energy than processors, so the boards can be used in embedded application with battery power supply. This document provides information how to use Aldec TySOM board in Xilinx SDx tool.
TySOM Boards, TySOM™ EDK チュートリアル
IoT Demo Application Tutorial - TySOM-1-7Z030   
Internet usage has expanded to a new mode: device to device. This new mode is used in Internet of Things (IoT) applications and devices are called IoT gateways. The Aldec TySOM contains a Zynq-7000 SoC with ARM processor and a variety of interfaces to be utilized as an IoT gateway device. This document provides all necessary information about the Aldec IoT demo project with the TySOM-1-7Z030 board.
TySOM-1-7Z030, TySOM™ EDK チュートリアル
LEDを点滅させるためのハードウェアとソフトウェア プロジェクトの作成 TySOM -1-7Z030   
このチュートリアルでは、Xilinx Vivado Design Suiteでハードウェアプロジェクトを作成し、Xilinx SDKでTySOM-1-7Z030ボード用のソフトウェアプロジェクトを作成する方法を学習します。最初にハードウェアから作成し、スタンドアロンOSを使用してオンボードLEDを点滅させるソフトウェアアプリケーションを作成します。Zynqアーキテクチャでは、ベアメタルモードまたは組込みLinux OSプラットフォームを使用してデザインを実装できます。
TySOM-1-7Z030, TySOM™ EDK チュートリアル
MAC Address Assignment Using U-boot   
Zynq-7000 SoC does not include the mechanism to store a per-board unique network MAC address. Therefore, a duplicate MAC address can result in network conflicts when several boards are trying to use the same MAC. A U-boot application, which is a typical kernel bootloader for embedded Linux, can be used to assign and keep the unique MAC address using on-board QSPI flash memory.
TySOM™ EDK チュートリアル
Preparing a Custom Linux Filesystem with Xilinx Petalinux Tools   
The Petalinux provides all necessary tools to build a custom operating system for Embedded solutions for the board with Xilinx Zynq chips.
TySOM™ EDK チュートリアル
Programming the TySOM-1-7Z030 Board Using a MicroSD Card   
In this tutorial, you will learn how to run your hardware and software application on the TySOM-1-7Z030 board using a microSD card as the boot method. The microSD card is used when you want your application to be persistent despite any power cycling. In this situation, the board will boot from the microSD card.
TySOM™ EDK チュートリアル
Switching BlueEagle Camera Resolution   
Pre-configured SDSoC Board Support Packages (BSP) for Aldec TySOM series boards coupled with FMC-ADAS daughter cards enable x5 BlueEagle camera links with 1280x720 default image resolution. Some reference applications provided by Aldec may require special 960x540 image resolution which can be forced from Linux devicetree description. This document provides step-by-step instructions describing image resolution switch process.
TySOM Boards, TySOM™ EDK チュートリアル
TySOM Design Flow: Creating and Co-debugging a Linux Application using Xilinx SDK and Vivado Logic Analyzer   
Hardware and software parts of embedded design can be successfully debugged separately using modern EDA tools. But when it takes to run both sides together, new system-level issues may appear. This tutorial shows how to use Xilinx SDK to create Linux userspace application and efficiently co-debug it with Vivado Logic Analyzer
Riviera-PRO, TySOM™ EDK チュートリアル
TySOM Design Flow: Verifying custom Vivado IP with Riviera-PRO™ and ALINT-PRO™   
The growing complexity of modern SoC designs along with the complexity of separate reusable IP cores requires SoC engineers to be familiar with the functional verification tools and approaches. This tutorial presents a step-by-step guide to involve Aldec Riviera-PROTM and ALINT-PROTM tools for the TySOM embedded development flow needs.
Riviera-PRO, ALINT-PRO, TySOM™ EDK チュートリアル
40 results (page 1/2)
Ask Us a Question
x
Ask Us a Question
x
Captcha ImageReload Captcha
Incorrect data entered.
Thank you! Your question has been submitted. Please allow 1-3 business days for someone to respond to your question.
Internal error occurred. Your question was not submitted. Please contact us using Feedback form.
We use cookies to ensure we give you the best user experience and to provide you with content we believe will be of relevance to you. If you continue to use our site, you consent to our use of cookies. A detailed overview on the use of cookies and other website information is located in our Privacy Policy.