Skip to content
Snippets Groups Projects
Commit dc79cc66 authored by pierre.kunzli's avatar pierre.kunzli
Browse files

Add new file

parents
Branches
No related tags found
No related merge requests found
### Windows et ubuntu
Comptes pour windows et ubuntu : admin avec droits admin, sandbox sans droits admin avec mot de passe sandbox.
SSD pas vu par installeur ubuntu, en uefi ou legacy. Linux installé avec boot legacy sur HDD, windows laissé installé sur ssd.
Pour démarrer sous windows, réactiver uefi et secure boot :
Touche del au démarrage, boot options -> Boot filter -> UEFI. Authentication -> secure boot -> Enabled. Exit -> save & exit setup.
Pour démarrer sous ubuntu, désactiver uefi :
Touche del au démarrage, Authentication -> Secure boot -> Disabled. Boot options -> Launch CSM -> Always. Boot filter -> Legacy. Exit -> save & exit setup.
### Ubuntu
Ubuntu 18.04.4.
Compte sandbox en login automatique.
#### Installation
Après installation d'ubuntu, installation des drivers nvidia sinon lenteurs et retour sur écran de login. Pour installer cuda (comprend cuda et driver) :
```
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pinsudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-repository-pin-600sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pubsudo add-apt-repository "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /"sudo apt-get updatesudo apt-get -y install cuda
```
Source : https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=debnetwork
Package système : libopencv-dev
Package librealsense2 : https://www.intelrealsense.com/developers/ et suivre les instructions pour linux.
Lors de l'installation (20.02.2020), le package installait un lien symbolique ...
Installation de librealsense2 disponible ici : https://www.intelrealsense.com/developers/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment