728x90
반응형
안녕하세요. RTLog입니다.
오늘은 WSL 상에 Vivado를 설치하려고 합니다.
이미 구글에 올라와 있는 내용이 많아서, 참고해서 진행했습니다.
설치 방법으로 글을 작성하면, 복사 붙여넣기만 하게 될 것 같아 링크를 첨부합니다.
Wikidocs (설계독학맛비님)
https://wikidocs.net/book/16640
Xilinx Download Center
회원가입이 필요합니다.
WSL Vivado 설치 방법 (Error 관련 링크)
https://m.blog.naver.com/webserver3315/222221588057
WSL 상의 VIVADO에 FPGA 보드 연결 방법
WSL2 업그레이드가 필수입니다.
https://hacktiming.tistory.com/15
https://learn.microsoft.com/windows/wsl/connect-usb#attach-a-usb-device.
// POWERSHELL (https://github.com/dorssel/usbipd-win/releases usbipd-win_[버전].msi)
winget install --interactive --exact dorssel.usbipd-win
// WSL
sudo apt install linux-tools-virtual hwdata
sudo update-alternatives --install /usr/local/bin/usbip usbip `ls /usr/lib/linux-tools/*/usbip | tail -n1` 20
// POWERSHELL
usbipd list // BUS ID 확인
usbipd bind --force -b 3-1
usbipd wsl attach -b 3-1
usbipd list // attached 확인
// WSL
lsusb
// (ERROR) MoTTY X11 proxy: Authorisation not recognised
sudo cp .Xauthority /root/
su
vitis_hls &
or
vivado &
감사합니다.
728x90
반응형
'Digital Design > 환경 세팅' 카테고리의 다른 글
Shell Script를 사용한 Test Vector 검증 (0) | 2024.03.25 |
---|---|
Test Vector 추출을 위한 시뮬레이터 설계 (0) | 2024.03.25 |
Vim Editor (Plugin) - Vundle, NerdTree, Sytaxstic(verilog) (1) | 2024.03.24 |
Vim Editor (Vimrc) 설정 (0) | 2024.03.24 |
WSL에 Anaconda 설치하기 (0) | 2024.03.24 |