You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Beta Version description page is under construction

  1. enable CPU virtualization in your BIOS
  2. Open Windows Features
    1. Enable Windows-Subsystem for Linux

  1. Powershell as Admin:
    1. dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    2. dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
  2. Reboot
  3. Download and install: https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
  4. Powershell as Admin:
    1. wsl --set-default-version 2
  1. Download Linux Distribution:https://docs.microsoft.com/de-de/windows/wsl/install-manual
    1. Install Vivado/Vitis/Petalinux  supported Linux OS ( "Ubuntu 18.04 LTS" for 2020.2)
  2. Open Powershell as Admin
    1. Add-AppxPackage <download path>\Ubuntu_1804.2019.522.0_x64.appx
    1. Start Ubuntu App (Windows Start Button → Ubuntu)
  • No labels