Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Jun 27, 2024
1 parent 82a677c commit e85ab13
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
## InspireLab Game
This Repository discovers extra potental on the CH32V003 RISC-V Game console.
Link of the original repository is in below:
https://github.com/wagiminator/CH32V003-GameConsole
# InspireLab Game

## Description

This repository discovers extra potential on the CH32V003 RISC-V Game console.
A link to the original repository is below.
<https://github.com/wagiminator/CH32V003-GameConsole>

## How to use
1. Install MounRiver Studio and add a path to '\MounRiver\MounRiver_Studio\toolchain\RISC-V Embedded GCC\bin'
2. open terminal in the corresponding game folder
3. type 'make hex' on the terminal to make the executable
4. flash the hex file into the game console
5. have fun

1. Install MounRiver Studio and add the following to `PATH`:
* `$(YourInstallDirectory)/MounRiver_Studio/toolchain/RISC-V Embedded GCC 12/bin`
* For `risc-none-embed-` compiler toolchain
* `$(YourInstallDirectory)/MounRiver_Studio/toolchain/Build Tools/bin`
* For `make` tool
2. Open terminal in the corresponding game folder (e.g. `Snake_Game`)
3. type `make hex` on the terminal to make the executable
4. flash the hex file into the game console (`CH32V003J4M6`) using WCH-LinkUtility (`Windows` only) or `todo`
5. Have fun!

## Links

* Original Repository: <https://github.com/wagiminator/CH32V003-GameConsole>
* WCH-LinkUtility.exe: <https://www.wch.cn/downloads/WCH-LinkUtility_ZIP.html>
* MounRiver Studio Installer: <http://www.mounriver.com/download>

0 comments on commit e85ab13

Please sign in to comment.