|
1 | 1 | # MAX78000 Model Training and Synthesis
|
2 | 2 |
|
3 |
| -_March 17, 2021_ |
| 3 | +_March 18, 2021_ |
4 | 4 |
|
5 | 5 | The Maxim Integrated AI project is comprised of four repositories:
|
6 | 6 |
|
@@ -117,7 +117,7 @@ eval "$(pyenv init -)"
|
117 | 117 | eval "$(pyenv virtualenv-init -)"
|
118 | 118 | ```
|
119 | 119 |
|
120 |
| -If you use zsh as the shell (default on macOS), add these same commands to `~/.zshrc` in addition. |
| 120 | +If you use zsh as the shell (default on macOS), add these same commands to `~/.zprofile` or `~/.zshrc` in addition to adding them to the bash startup scripts. |
121 | 121 |
|
122 | 122 | Next, close the Terminal, open a new Terminal and install Python 3.8.6.
|
123 | 123 |
|
@@ -157,7 +157,7 @@ For convenience, define a shell variable named `AI_PROJECT_ROOT`:
|
157 | 157 | $ export AI_PROJECT_ROOT="$HOME/Documents/Source/AI"
|
158 | 158 | ```
|
159 | 159 |
|
160 |
| -Add this line to `~/.profile`. |
| 160 | +Add this line to `~/.profile` (and on macOS, to `~/.zprofile`). |
161 | 161 |
|
162 | 162 | #### Nervana Distiller
|
163 | 163 |
|
@@ -326,13 +326,13 @@ With the installation of Training and Synthesis projects completed it is importa
|
326 | 326 |
|
327 | 327 | The MAX78000 SDK is a git submodule of ai8x-synthesis. It is checked out automatically to a version compatible with the project into the folder `sdk`.
|
328 | 328 |
|
329 |
| -***If the embedded C compiler is run on Windows instead of Linux, ignore this section*** *and install the Maxim SDK executable, see https://github.com/MaximIntegratedAI/MaximAI_Documentation.* |
| 329 | +***If the embedded C compiler is run on Windows instead of Linux or macOS, ignore this section*** *and install the Maxim SDK executable, see https://github.com/MaximIntegratedAI/MaximAI_Documentation.* |
330 | 330 |
|
331 |
| -The Arm embedded compiler can be downloaded from [https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads). |
| 331 | +The Arm embedded compiler can be downloaded from [https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads). *The SDK has been tested with version 9-2019-q4-major of the embedded Arm compiler. Newer versions may or may not work correctly.* |
332 | 332 |
|
333 |
| -The RISC-V embedded compiler can be downloaded from [https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/). |
| 333 | +The RISC-V embedded compiler can be downloaded from [https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/). *The SDK has been tested with version 8.3.0-1.1 of the RISC-V embedded compiler. Newer versions may or may not work correctly.* |
334 | 334 |
|
335 |
| -Add the following to your `~/.profile`, adjusting for the actual `PATH` to the compilers: |
| 335 | +Add the following to your `~/.profile` (and on macOS, to `~/.zprofile`), adjusting for the actual `PATH` to the compilers: |
336 | 336 |
|
337 | 337 | ```shell
|
338 | 338 | echo $PATH | grep -q -s "/usr/local/gcc-arm-none-eabi-9-2019-q4-major/bin"
|
|
0 commit comments