Skip to content
Snippets Groups Projects
Commit 0e0f008d authored by Luis Horacio Arnaldi's avatar Luis Horacio Arnaldi
Browse files

README file added

parent 2880de8e
No related branches found
No related tags found
No related merge requests found
# rp\_ecosystem
## What is LAGO Ecosystem?
Lago Ecosystem is a build system for quick prototyping and working with the Zynq SoCs.
## Quickstart with the [Red Pitaya](http://redpitaya.com)
### 1. Requirements for Ubuntu 20.04 Focal Fossa
#### 1.1. Download and install [`Vitis Core Development Kit 2020.2`](https://www.xilinx.com/products/design-tools/vitis.html).
<!--#### 1.2 Run
```bash
$ sudo apt-get install curl
$ cd ~/Downloads
$ curl https://raw.githubusercontent.com/lharnaldi/rp_ecosystem/lago/scripts/install_vivado.sh | sudo /bin/bash /dev/stdin
$ sudo ln -s make /usr/bin/gmake # tells Vivado to use make instead of gmake
```
-->
#### 1.2. Install requirements
```bash
$ sudo apt-get update
$ sudo apt-get --no-install-recommends install \
build-essential git curl ca-certificates sudo \
libxrender1 libxtst6 libxi6 lib32ncurses5 \
crossbuild-essential-armhf \
bc u-boot-tools device-tree-compiler libncurses5-dev \
libssl-dev qemu-user-static binfmt-support \
dosfstools parted debootstrap
$ git clone https://github.com/lagoprojectrp/lago_ecosystem
$ cd lago_ecosystem
```
### 2. Install LAGO Linux for Red Pitaya ([Download SD card image](https://mega.nz/file/MlIXyIiL#hFldQIGeu7P3557xQ08-mS_aAookaet5dWj9iWxgx3Q))
### 3. Build and run the minimal instrument
```bash
$ source settings.sh
$ make NAME=led_blinker
```
### 4. Documentation (in spanish)
You can read the official documentation in the following link-> ([Official documentation](https://mega.nz/file/go5jGaxI#yAPNhnzwa18UFw0HiC4y9pNHfYLi5F2QwN8MDeZ5Lb0))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment