얕고 넓게

[FPGA] Vivado Programmer @MacBook (Arm) 본문

IT/FPGA

[FPGA] Vivado Programmer @MacBook (Arm)

블랙오닉스 2025. 3. 24. 15:46

2025.03.24

검색: vivado programmer macos

https://forum.digilent.com/topic/20046-programming-fpga-boards-from-a-mac/

https://github.com/byu-cpe/BYU-Computing-Tutorials/wiki/Program-7-Series-FPGA-from-a-Mac-or-Linux-Without-Xilinx

 

Program 7 Series FPGA from a Mac or Linux Without Xilinx

Collection of tutorials from the BYU Computer Engineering Group - byu-cpe/BYU-Computing-Tutorials

github.com

맥북에 설치

homebrew 부터 설치

https://m-ur-phy.tistory.com/entry/맥북-Homebrew-홈브류-설치하기

 

맥북 Homebrew 홈브류 설치하기

Homebrew 홈브류란? 오픈소스 기반의 Mac OS용 패키지 매니저입니다. 패키지 매니저란 컴퓨터 프로그램의 설치, 업그레이드, 구성, 제거 과정을 자동화하는 소프트웨어 도구들의 모임을 의미합니다.

m-ur-phy.tistory.com

 

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo >> /Users/userID/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/userID/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

 

brew install openocd

 

'IT > FPGA' 카테고리의 다른 글

[FPGA] ZCU102: PL Clock, Reset 설정  (0) 2025.03.13
[FPGA] ZCU102: VPG-HDMI  (0) 2025.03.13
[FPGA] ZYBO Z7: VPG  (0) 2025.03.12
[FPGA] ZYNQ Mini 정보, Vivado 2024.2  (0) 2025.02.02
[FPGA] 부품 가격@2010  (0) 2022.06.07