Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Beta Version description page is under construction


Expand
Activate
titlePrepare PC/OS
  1. enable CPU virtualization in your BIOS
  2. Open Windows Features
    1. Enable Windows-Subsystem for Linux

Image RemovedImage Added


Expand
titleChange default WSL version from WSL1 to WSL2
  1. Powershell als adminas 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 als adminas Admin:
    1. wsl --set-default-version 2

...

Expand
titleLinux Distribution installieren
  1. Download Linux Distribution:Installieren des Windows-Subsystems für Linux (WSL) unter Windows 10 | Microsoft Docs: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


Expand
titleConfigure Ubuntu
    1. Start Ubuntu App (Windows Start Button → Ubuntu)