From b0abe47c4bb546c69198ed061328d6fd9b69b5e6 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Fri, 3 Nov 2023 16:43:04 +0800 Subject: [PATCH] doc: update README.md for 0.5.0 release Signed-off-by: Huaqi Fang <578567190@qq.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc81bc1c..f89c8a31 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Documentation](https://github.com/Nuclei-Software/nuclei-sdk/workflows/Build%20Documentation/badge.svg)](https://github.com/Nuclei-Software/nuclei-sdk/actions?query=workflow%3A%22Build+Documentation%22) [![Build SDK](https://github.com/Nuclei-Software/nuclei-sdk/workflows/Build%20SDK/badge.svg)](https://github.com/Nuclei-Software/nuclei-sdk/actions?query=workflow%3A%22Build+SDK%22) -> Since 0.5.0 release, Nuclei Studio >= 2023.10 and Nuclei Toolchain >= 2023.10 are required to build and run. +> Since 0.5.0 release, Nuclei Studio >= 2023.10 and Nuclei RISC-V Toolchain/Qemu/OpenOCD >= 2023.10 are required to build and run. **Nuclei Software Development Kit(Nuclei SDK)** is developed for developing and evaluating software using our FPGA evaluation board. @@ -210,7 +210,7 @@ $NUCLEI_SDK_ROOT * you can run *make help* to show help message. * We provided different Nuclei Core configurations(CORE=) we supported, see *Build/Makefile.core*. - such as `CORE=n305` - * We support three download modes(DOWNLOAD=) for different applications. + * We support several download modes(DOWNLOAD=) for different applications. - **flashxip**: Program will to be download into flash and run directly in Flash - **flash**: Program will be download into flash, when running, program will be copied to ilm/ram and run in ilm/ram - **ilm**: Program will be download into ilm/ram and run directly in ilm/ram, program lost when poweroff