Home

Awesome

mriscvprog

mriscv programer using LIBMPSSE SPI library.

DOCUMENTATION:

Usage: mRISCVprog [OPTION...] FILE
mRISCVprog -- a program using FTDI USB-MPSSE SPI function for programming a
mRISC-V

  -a, --addr=DATA            Read data from device at specified addr (For write
                             use also -d)
  -c, --act                  ONLY activate the device (Do not use with -n)
  -d, --data=DATA            Write this data to device at specified addr (addr
                             required)
  -f, --force                Force to program the device
  -n, --noact                DO NOT activate the device after programming (Do
                             not use with -c)
  -q, -s, --quiet, --silent  Don't produce any output
  -u, --data=START,SIZE      Dump memory from START to START+SIZE
  -v, --verbose              Produce verbose output
  -?, --help                 Give this help list
      --usage                Give a short usage message

BASIC USES:

NOTES:

HOW IT WORKS:

Common programming is issued to the microcontroller following the next three simple steps:

WARNINGS: