From 391c58c7c66da8a28381cc3dfd07801df4d54a97 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Fri, 9 Jun 2023 11:15:02 +0100 Subject: [PATCH] Update demo `readme.md` for updated `BUILD_DIR` --- demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index f3080bd..ead2276 100644 --- a/demo/README.md +++ b/demo/README.md @@ -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)