Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
L litex
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Kestrel Collaboration
  • Kestrel LiteX
  • litex
  • Wiki
  • Quick Start

Quick Start · Changes

Page history
Update Quick Start authored Jun 14, 2020 by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Hide whitespace changes
Inline Side-by-side
Showing with 11 additions and 1 deletion
+11 -1
  • Quick-Start.md Quick-Start.md +11 -1
  • No files found.
Quick-Start.md
View page @ f81cf51c
...@@ -83,4 +83,14 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-lit ...@@ -83,4 +83,14 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-lit
**Program Versa board** **Program Versa board**
`openocd --log_output openocd.log 3 -f "ecp5-versa5g.cfg" -c "transport select jtag; init; svf build/versa_ecp5/gateware/versa_ecp5.svf; exit"` `openocd --log_output openocd.log 3 -f "ecp5-versa5g.cfg" -c "transport select jtag; init; svf build/versa_ecp5/gateware/versa_ecp5.svf; exit"`
\ No newline at end of file
**Interact with SoC**
Interact with serial console of bootloader using `SCREEN`:
`screen /dev/ttyUSB0 115200` (interact with serial console of bootloader)
Interact with serial console of bootloader using the special-purpose LiteX debugging tool:
`./litex/litex/tools/litex_term.py --speed 115200 /dev/ttyUSB0`
\ No newline at end of file
Clone repository
  • CLA
  • FuseSOC
  • Quick Start

Powered by Integricloud