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
Copy file name to clipboardExpand all lines: README.md
+5-83Lines changed: 5 additions & 83 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ADI’s MAX78000/MAX78002 project is comprised of five repositories:
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>).
@@ -535,7 +535,7 @@ With the installation of Training and Synthesis projects completed it is importa
535
535
536
536
### Embedded Software Development Kit (MSDK)
537
537
538
-
The Software Development Kit (MSDK) for MAX78000 and MAX78002 is used to compile, flash, and debug the output of the *ai8x-synthesis* (“izer”) tool. It also enables general software development for the microcontroller cores of the MAX78000 and MAX78002. It consists of the following components:
538
+
The Software Development Kit (MSDK) for the MAX78000 and MAX78002 is used to compile, flash, and debug the output of the *ai8x-synthesis* (“izer”) tool. It also enables general software development for the microcontroller cores of the MAX78000 and MAX78002. It consists of the following components:
539
539
540
540
* Peripheral Drivers
541
541
* Board Support Packages (BSPs)
@@ -551,91 +551,13 @@ 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/analogdevicesinc/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 on 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):
0 commit comments