-
Luis Horacio Arnaldi authored0e0f008d
- rp_ecosystem
- What is LAGO Ecosystem?
- Quickstart with the Red Pitaya
- 1. Requirements for Ubuntu 20.04 Focal Fossa
- 1.1. Download and install Vitis Core Development Kit 2020.2.
- 1.2. Install requirements
- 2. Install LAGO Linux for Red Pitaya (Download SD card image)
- 3. Build and run the minimal instrument
- 4. Documentation (in spanish)
README.md 1.53 KiB
rp_ecosystem
What is LAGO Ecosystem?
Lago Ecosystem is a build system for quick prototyping and working with the Zynq SoCs.
Red Pitaya
Quickstart with the1. Requirements for Ubuntu 20.04 Focal Fossa
Vitis Core Development Kit 2020.2
.
1.1. Download and install 1.2. Install requirements
$ 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
Download SD card image)
2. Install LAGO Linux for Red Pitaya (3. Build and run the minimal instrument
$ source settings.sh
$ make NAME=led_blinker
4. Documentation (in spanish)
You can read the official documentation in the following link-> (Official documentation)