Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

uviemon

  • Clone with SSH
  • Clone with HTTPS
  • Johann Böhm's avatar
    Johann Böhm authored
    a28bcebd
    History
    Name Last commit Last update
    src
    .gitignore
    .gitmodules
    LICENSE
    README.md

    uviemon

    Replacement tool for grmon, low-level software debugging over JTAG via an FT2232H chip.

    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.

    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!

    git submodule update --init --recursive