Skip to content

Commit

Permalink
doc: update README.md for 0.5.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Nov 3, 2023
1 parent 400a1e8 commit b0abe47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -210,7 +210,7 @@ $NUCLEI_SDK_ROOT
* you can run *make help* to show help message.
* We provided different Nuclei Core configurations(CORE=<your_core>) we supported, see *Build/Makefile.core*.
- such as `CORE=n305`
* We support three download modes(DOWNLOAD=<mode>) for different applications.
* We support several download modes(DOWNLOAD=<mode>) 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
Expand Down

0 comments on commit b0abe47

Please sign in to comment.