8000 Fir firmware download links · sync2brain/bossdevice-api-matlab@33ad2d4 · GitHub
[go: up one dir, main page]

6553
Skip to content

Commit 33ad2d4

Browse files
authored
Fir firmware download links
1 parent 1ab659c commit 33ad2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [Simulink® Real-Time™](https://www.mathworks.com/products/simulink-real-time.html)
77
- [Simulink® Real-Time™ Target Support Package](https://www.mathworks.com/matlabcentral/fileexchange/76387-simulink-real-time-target-support-package) (no additional license required, installable from within MATLAB when you have Simulink Real-Time installed)
88
- [bossdevice® real-time digital processor](https://sync2brain.com/boss-device-research)
9-
- [bossdevice® firmware](https://sync2brain.com/downloads-bossdevice-research)
9+
- [bossdevice® firmware](https://sync2brain.com/bossdevice-research-downloads)
1010
### Optional
1111
The following products are required for some advanced functionality such as designing custom filters but are not strictly required for a standard operation or triggering of the bossdevice.
1212
- [Signal Processing Toolbox™](https://www.mathworks.com/products/signal.html)
@@ -25,7 +25,7 @@ If you cannot connect to the bossdevice facing message errors like `Error: Canno
2525

2626
## Installation and initial toolbox configuration
2727
1. Download `bossdevice-api-installer.mltbx` from the latest [release](https://github.com/sync2brain/bossdevice-api-matlab/releases) available in the GitHub project.
28-
2. Download the bossdevice firmware binary file for your MATLAB Release from [our downloads portal](https://sync2brain.com/downloads-bossdevice-research).
28+
2. Download the bossdevice firmware binary file for your MATLAB Release from [our downloads portal](https://sync2brain.com/bossdevice-research-downloads).
2929
3. Start MATLAB and install the bossdevice API toolbox with double click on `bossdevice-api-installer.mltbx`.
3030
4. In the MATLAB Command Window, call `bd = bossdevice` to add the bossdevice with the default settings to the list of targets. If you want to change either the name of the bossdevice or its default IP address in your local MATLAB settings, call `bd = bossdevice('bossdevice','192.168.7.5')` replacing the function arguments with the name and IP address you want to set on the real-time device.
3131
5. When prompted, select the bossdevice firmware binary file with the mldatx extension you have downloaded above. Please note you may run `bd.installFirmwareOnToolbox` afterwards to copy the firmware file into your local toolbox folder, so that you can skip this step in later sessions.

0 commit comments

Comments
 (0)
0