| ... | @@ -93,4 +93,15 @@ Interact with serial console of bootloader using `SCREEN`: |
... | @@ -93,4 +93,15 @@ Interact with serial console of bootloader using `SCREEN`: |
|
|
|
|
|
|
|
Interact with serial console of bootloader using the special-purpose LiteX debugging tool:
|
|
Interact with serial console of bootloader using the special-purpose LiteX debugging tool:
|
|
|
|
|
|
|
|
`./litex/litex/tools/litex_term.py --speed 115200 /dev/ttyUSB0` |
|
`python3 ../../../litex/litex/tools/litex_term.py --speed 115200 /dev/ttyUSB0`
|
|
\ No newline at end of file |
|
|
|
|
|
**Build firmware image**
|
|
|
|
|
|
|
|
```
|
|
|
|
cd firmware
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
|
|
|
**Upload firmware to SoC**
|
|
|
|
|
|
|
|
`python3 ../../../litex/litex/tools/litex_term.py --speed 115200 /dev/ttyUSB0 --kernel firmware/firmware.bin` |
|
|
|
\ No newline at end of file |