You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. The training repository, which is used for deep learning *model development and training*:
12
12
[ai8x-training](https://github.com/MaximIntegratedAI/ai8x-training)**(described in this document)**
13
13
4. The synthesis repository, which is used to *convert a trained model into C code* using the “izer” tool:
14
14
[ai8x-synthesis](https://github.com/MaximIntegratedAI/ai8x-synthesis)**(described in this document)**
15
15
5. The reference design repository, which contains host applications and sample applications for reference designs such as [MAXREFDES178 (Cube Camera)](https://www.analog.com/en/design-center/reference-designs/maxrefdes178.html):
*Note: Examples for EVkits and Feather boards are part of the MSDK*
18
18
19
19
_Open the `.md` version of this file in a markdown enabled viewer, for example Typora (<http://typora.io>).
@@ -423,7 +423,7 @@ For minor updates, pull the latest code and install the updated wheels:
423
423
424
424
##### MSDK Updates
425
425
426
-
Please *also* update the MSDK or use the Maintenance Tool as documented in the [Analog Devices MSDK documentation](https://github.com/Analog-Devices-MSDK/msdk). The Maintenance Tool automatically updates the MSDK.
426
+
Please *also* update the MSDK or use the Maintenance Tool as documented in the [Analog Devices MSDK documentation](https://github.com/analogdevicesinc/msdk). The Maintenance Tool automatically updates the MSDK.
427
427
428
428
##### Python Version Updates
429
429
@@ -551,7 +551,7 @@ There are two ways to install the MSDK.
551
551
552
552
#### Method 1: MSDK Installer
553
553
554
-
The [Analog Devices MSDK](https://github.com/Analog-Devices-MSDK/msdk) for MAX78000/MAX7802 is available via the installer links below. These installers require a GUI on your system.
554
+
The [Analog Devices MSDK](https://github.com/analogdevicesinc/msdk) for MAX78000/MAX7802 is available via the installer links below. These installers require a GUI on your system.
555
555
556
556
1. Download the MSDK installer for your operating system from one of the links below.
2. Download and install the Arm Embedded GNU Toolchain from [https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads).
0 commit comments