mirror of
https://github.com/supleed2/EIE4-FYP.git
synced 2024-11-09 11:59:32 +00:00
Update demo readme.md
for updated BUILD_DIR
This commit is contained in:
parent
d970fded6a
commit
391c58c7c6
|
@ -4,7 +4,7 @@ This directory provides a basic bare metal demo app that demonstrates how to com
|
|||
|
||||
## Build and Load over LiteX-Term
|
||||
|
||||
The project is built with: ``BUILD_DIR=`realpath -eL build/gsd_orangecrab/` WITH_CXX=1 make -C demo``
|
||||
The project is built with: ``make -C demo``
|
||||
|
||||
The project board does not provide extra interfaces to connect to the board, so serial is used here: `$ litex_term --kernel demo/demo.bin /dev/ttyACMX` (ACM due to the use of `usb_acm` UART)
|
||||
|
||||
|
|
Loading…
Reference in a new issue