Forum Discussion
dsun01
Contributor
4 years agofailed to execute :wsl dos2unix create-this-bsp..............................
Dear Expert and Support,
I was very glad to find the link that mentioned the problem and claimed solved.
failed to execute :wsl dos2unix create-this-bsp; ./create-this-bsp --cpu-name nio2_gen2_0...
- 4 years ago
I found a link to solve my problem,
Getting Start Install WSL - Terasic Wiki
do need to install ubuntu in windows?
it works anyway.
ElmarY
New Contributor
3 years agoHi,
I'm using Quartus version 20.1.1.
for me the solution is to set wsl version to 1.
wsl --set-default-version 2
then if Ubuntu is already installed you need to convert it to 1:
wsl --set-version Ubuntu 1
Installer WSL 2 | Microsoft Docs
Thanks