From b5b63014d15cb4e62cb5b2826f74b1ab1ed09bd6 Mon Sep 17 00:00:00 2001 From: Pablo Romero Date: Fri, 26 Apr 2024 12:39:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dae2d5a..2f30eff 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Optionally, for more information about how to get, install and manage add-ons fo 1. Create an instance of the main control class bossdevice `bd = bossdevice` in the MATLAB command window from any working path, since the toolbox has already been added to your MATLAB path. 2. If not found in the MATLAB path or you want to use a custom firmware version, please select `mainmodel.mldatx` real-time application. 3. Initialize the bossdevice with `bd.initialize`. -4. Click on the update command if prompted to update the software dependencies on the bossdevice. +4. If your version of the bossdevice does not match your current version of MATLAB, you may get a `Target computer software version mismatch` error. In that scenario, please simply click on the underlined `update(tg)` command. The bossdevice hardware will be upgraded automatically. After some seconds, you can rerun `bd.initialize`. 5. Run the signal processing application on the remote device with `bd.start` in the MATLAB command window. 6. Open the documentation `openBossdeviceDoc` and explore examples with `demo_script_name` and methods available in the bossdevice object.