You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
352 B
Markdown

## Current build
```
python3 a2o.py --csr-csv csr.csv --no-compile-software --build
```
```
# build and program
make c # copy code, build, program
make # build and program
make p # program only
```
start terminal...
```
# start in separate terminal (if running core uart terminal)
python3 litex-install/tools/litex_term.py /dev/ttyUSB0
```