일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- XTU #Virtual Machine System
- Laptop #CPUID
- Linux #VirtualBox
- Tarantula #3D 프린터
- fat32 #rufus
- CM-EF-NEX
- cycloidal #rv reducer
- x99 itx/ac
- egpu #aorus gaming box #gtx1070 #tb3
- macro lens #EF #FD
- Arduino #Wall Plotter
- Arduino #PlatformIO #macOS
- Octave #homebrew #macOS
- TensorFlow #Python #pip
- ITOP40
- VirtualBox #VMware
- VMware #Shared Folder
- Java #MacBook #macOS
- Dell #Latitude #BIOS
- Callaway #Mavrik #Epic Flash
- k6 #피코프레소
- centos7 #yum update #/boot
- VNC #Firewall #CenOS7 #VMware
- ESP32 #Arduino
- 다이슨 #배터리
- 매크로렌즈 #리버스링
- Oh My Zsh #macOS
- Xeon #E5-2680
- 피코프레소 #ITOP40
- razer #deathadder #viper #g102
- Today
- Total
얕고 넓게
[FPGA] ZYBO Z7: UART @PS 본문
0. Ref
https://rubber-tree.tistory.com/60?category=954288
[Zybo z7-20 보드 실습] ARM 프로세스 활용하기 - PS
Xilinx에서 제공하는 FPGA 칩 종류 이 중 ARM processor를 갖고 있는 FPGA 칩은 ZYNQ 뿐이다. ARM 프로세스가 구현되어 있는 FPGA의 ZYNQ 보드를 활용하기 위한 실습이다. ZYNQ의 2가지 영역 Processing System (..
rubber-tree.tistory.com
1. Viviado
Project -> Create Block Design -> Add ZYNQ7 -> Double Click ->
MIO Configuration: UART 만
PS-PL : AXI 끄기
Clock : Clock 끄기
Run Block Automation -> Validation -> Create HDL Wrapper
Generate Bitstream -> Export Hardware Platform(include Bitstream)
(Tools) Launch Vitis -> ... -> Create Project form XSA
Hello World Template으로 코드 생성하면
Printf -> ps7_uart로 전송!? (115200)
Vitis Serial Terminal -> Xilinx Program Device -> Run as Launch On Hardware
** Run As (none applicable)
Explorer -> Hello_World -> Run As
자동으로 bitstream을 다운로드하고 실행됨
'IT > FPGA' 카테고리의 다른 글
[FPGA] ZYBO Z7: OV5647 (라즈베리파이 ) (0) | 2022.02.13 |
---|---|
[FPGA] ZYBO Z7: Image Sensor to HDMI (0) | 2022.02.12 |
[FPGA] ZYBO Z7: UART with Pmod IPs (0) | 2022.02.12 |
[FPGA] ZYBO Z7: UART (Pmod USBUART) (1) | 2022.02.12 |
[FPGA] ZYBO Z7: Vivado (0) | 2022.02.11 |