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 12 additions and 1 deletion
+12 -1
  • Quick-Start.md Quick-Start.md +12 -1
  • No files found.
Quick-Start.md
View page @ e99d4f5c
...@@ -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
Clone repository
  • CLA
  • FuseSOC
  • Quick Start

Powered by Integricloud. Any automated access to this website for the purpose of training any LLM ("AI") for non-personal use as defined in our Terms of Service may be billed to the accessor per the Terms of Service. Continued access to this website by automated tooling indicates acceptance of these terms.