Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearPhoenixx authored Feb 23, 2024
1 parent acac0bd commit 4fffa48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# uviemon
# UVIEMON

Replacement tool for grmon, low-level software debugging over JTAG via an FT2232H chip.
Custom software tool for (remote) debugging of the dual-core LEON3-FT GR712RC processor used in the SMILE mission Soft X-ray Imager data processing unit. The Solar wind Magnetosphere Ionosphere Link Explorer, or SMILE -- is a joint mission between the European Space Agency (ESA) and the Chinese Academy of Sciences (CAS).

Used for debugging the GR712RC Dual-Core LEON3FT SPARC V8 Processor on the the Solar wind Magnetosphere Ionosphere Link Explorer, or SMILE -- a joint mission between the European Space Agency (ESA) and the Chinese Academy of Sciences (CAS). Anyways, probably can be used with any LEON SPARC V8 processors.
Due to some issues with the manufacturer-supplied software GRMON, a new program had to be developed in order to simplify remote debugging and create a less locked-down debugging environment. The open-source approach also opens up the possibility of expanding on top of the now existing code base in the future. UVIEMON as a tool is designed to enable low-level software debugging over JTAG via an FT2232H chip or similar.

```text
g++ -o uviemon *.cpp *.c -L./lib/ftdi/build/ -lftd2xx -lreadline -Wall -O -pthread -std=c++14
```

**Uses git submodules for some of the included libraries!** After pulling this repo, don't forget to init and update all the submodules!
**Uses git submodules for some of the included libraries!** After pulling this repo, don't forget to init and update all the submodules:

```text
git submodule update --init --recursive
Expand Down

0 comments on commit 4fffa48

Please sign in to comment.