Skip to content

lharnaldi/lago_ecosystem16

Repository files navigation

lago_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

1. Requirements for Ubuntu 16.04

1.2 Run

$ sudo apt-get install curl
$ cd ~/Downloads
$ curl https://raw.githubusercontent.com/lharnaldi/lago_ecosystem/master/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.3. 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/lharnaldi/lago_ecosystem
$ cd lago_ecosystem

2. Install LAGO Linux for Red Pitaya (Download SD card image)

3. Build and run the minimal instrument

$ source settings.sh
$ make NAME=led_blinker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published