mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #815 from nickoe/reword_demo_readme
Change wording of demo README
This commit is contained in:
commit
25244629e9
1 changed files with 4 additions and 2 deletions
|
@ -6,8 +6,10 @@ This directory provides a minimal bare metal demo app that demonstrates how to e
|
|||
[> Build
|
||||
--------
|
||||
|
||||
Imagine you just build the Arty example design from LiteX-Boards, to build the demo app, run:
|
||||
`$ litex_bare_metal_demo --build-path=build/arty/`
|
||||
Imagine you just built the Arty example design from LiteX-Boards. Build the demo app as follows; where the build path is the path to the your previously built Arty build directory:
|
||||
```
|
||||
litex_bare_metal_demo --build-path=build/arty/
|
||||
```
|
||||
|
||||
[> Load
|
||||
-------
|
||||
|
|
Loading…
Reference in a new issue