diff --git a/README.fr.md b/README.fr.md index 1a0db940c..c9c80e628 100644 --- a/README.fr.md +++ b/README.fr.md @@ -29,7 +29,7 @@ Upsilon est un fork d'Omega, un fork d'Epsilon, l'OS de NumWorks tournant sur le ### Site web Rendez-vous sur le [site d'Upsilon](https://getupsilon.web.app/) à la section "Installer". -Si votre calculatrice est reconnue, qu'elle contient une version d'Epsilon inférieure à 16 et que votre navigateur accepte WebUSB, la page vous proposera d'installer Upsilon. +Si votre calculatrice est reconnue, qu'elle contient une version d'Epsilon inférieure à 16 et que votre navigateur accepte WebUSB, la page vous proposera d'installer Upsilon. Ne débranchez votre calculatrice qu'une fois l'installation terminée. ### Manuelle @@ -187,30 +187,32 @@ wsl --set-default-version 2 WSL est maintenant installé. 6. Installez maintenant la version pour ARM de GCC. + ```bash +sudo apt-get update sudo apt-get install build-essential git imagemagick libx11-dev libxext-dev libfreetype6-dev libpng-dev libjpeg-dev pkg-config gcc-arm-none-eabi binutils-arm-none-eabi ``` ### Installation d'usbipd pour connecter la calculatrice à WSL (facultatif) -Pour connecter la calculatrice, il faut installer cet [outil](https://github.com/dorssel/usbipd-win/releases/download/v1.3.0/usbipd-win_1.3.0.msi). Il permet de connecter des périphériques par Internet. Suivez les instructions pour l'installer. +Pour connecter la calculatrice, il faut installer cet [outil](hthttps://github.com/dorssel/usbipd-win/releases/download/v5.0.0/usbipd-win_5.0.0_x64.msi). Il permet de connecter des périphériques par Internet. Suivez les instructions pour l'installer. #### Ubuntu 1. Dans un terminal WSL Ubuntu, tapez : ```bash -sudo apt install linux-tools-5.4.0-77-generic hwdata +sudo apt install linux-tools-generic hwdata ``` -2. Editez /etc/sudoers pour que l'on puisse utiliser la commande usbip. Sur Ubuntu, cela est fait de cette manière : + #### Debian @@ -225,7 +227,7 @@ sudo apt install usbip hwdata usbutils 1. Ouvrez à nouveau un PowerShell en mode administrateur et tapez : ```powershell - usbipd wsl list +usbipd list ``` Ceci va lister les périphériques USB connectés à l'ordinateur. Regardez le BUSID de votre "Numworks Calculator". @@ -233,7 +235,8 @@ Ceci va lister les périphériques USB connectés à l'ordinateur. Regardez le B 2. Maintenant, lancez cette commande en remplaçant par celui de votre calculatrice : ```powershell -usbipd wsl attach --busid +usbipd bind --busid +usbipd attach --wsl --busid ``` Le mot de passe de votre machine WSL vous sera demandé. diff --git a/README.md b/README.md index 12e88da60..115973264 100644 --- a/README.md +++ b/README.md @@ -181,31 +181,44 @@ This one allows virtual machines developed by Microsoft. ```powershell wsl --set-default-version 2 ``` + 5. Download [Ubuntu](https://www.microsoft.com/store/apps/9n6svws3rx71) from Microsoft store. WSL is now installed. + + 6. Then install GCC cross compiler for ARM. + ```bash -apt-get install build-essential git imagemagick libx11-dev libxext-dev libfreetype6-dev libpng-dev libjpeg-dev pkg-config gcc-arm-none-eabi binutils-arm-none-eabi +sudo apt-get update +sudo apt-get install build-essential git imagemagick libx11-dev libxext-dev libfreetype6-dev libpng-dev libjpeg-dev pkg-config gcc-arm-none-eabi binutils-arm-none-eabi ``` ### Usbipd installation to connect your calculator -If you want to connect to the calculator, you have to connect to install this [tool](https://github.com/dorssel/usbipd-win/releases/download/v1.3.0/usbipd-win_1.3.0.msi). This will allow you to connect WSL to the calculator through internet. Follow the on screen information to install. + +If you want to connect to the calculator, you have to connect to install this +[tool](https://github.com/dorssel/usbipd-win/releases/download/v5.0.0/usbipd-win_5.0.0_x64.msi). +This will allow you to connect WSL to the calculator through internet. Follow +the on screen information to install. + #### Ubuntu + 1. In a WSL Ubuntu command prompt, type: + ```bash -sudo apt install linux-tools-5.4.0-77-generic hwdata +sudo apt install linux-tools-generic hwdata ``` -2. Edit /etc/sudoers so that root can find the usbip command. On Ubuntu, run this command. + #### Debian @@ -222,14 +235,16 @@ And that's all for installation and set up. 1. Open an admin PowerShell and type: ```powershell - usbipd wsl list +usbipd list ``` This will list your USB devices connected. Look at the BUSID column and remember the one for your calculator (it should be called "Numworks Calculator"). 2. Now run this command replacing `` by your calculator's USB port id: ```powershell -usbipd wsl attach --busid +usbipd bind --busid +usbipd attach --wsl --busid + ``` It will ask you to type your WSL's password and will connect your calculator to WSL. @@ -432,7 +447,7 @@ You can then put epsilon.3dsx on a SD card to run it from the HBC or use 3dslink
Casio fx-CG-series Port - + First, install gint and fxsdk along with a cross compiler for the calculator. There are instructions for this (in French, but Google Translate works well enough) [here](https://www.planet-casio.com/Fr/forums/topic16614-last-giteapc-installer-et-mettre-a-jour-automatiquement-des-projets-gitea.html). Next: