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,96 +551,18 @@ 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
+
An automatic installer is available for the MSDK. Instructions for downloading, installing, and getting started with the MSDK’s supported development environments are found in the [**MSDK User Guide**](https://analogdevicesinc.github.io/msdk/USERGUIDE/).
555
555
556
-
1. Download the MSDK installer for your operating system from one of the links below.
On Windows, this step is not necessary. However, “MaximSDK/Tools/MSYS2/msys.bat” file _must_ be used to launch the MSYS2 terminal for command-line development.
633
-
634
-
Once the tools above have been installed, continue with [Final Check](#final-check).
556
+
After installation and setup, continue with the [Final Check](#final-check).
635
557
636
558
#### Method 2: Manual Installation
637
559
638
-
The MAX78000/MAX78002 MSDK is available as a git repository. The repository contains all of the MSDK's components _except_ the Arm GCC, RISC-V GCC, and Make. These must be downloaded and installed manually.
560
+
The MSDK is also available as a [git repository](https://github.com/analogdevicesinc/msdk), which can be used to obtain the latest development resources. The repository contains all of the MSDK’s components _except_ the Arm GCC, RISC-V GCC, and Make. These can be downloaded and installed manually.
639
561
640
562
1. Clone the MSDK repository (recommendation: change to the *ai8x-synthesis* folder first):
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