All Projects → trabucayre → Redpitaya

trabucayre / Redpitaya

BR2_EXTERNAL bsp for redpitaya

Programming Languages

tcl
693 projects

redpitaya

This repository provides buildroot based support for redpitaya (14 and 16 bits) board.

It uses the BR2_EXTERNAL mecanism to add this support in buildroot.

This support has been tested with the latest stable release of buildroot (2019.05.1).

How-to use it

You need to download corresponding tarball:

wget https://buildroot.org/downloads/buildroot-2019.05.1.tar.gz

To add the support you need to source sourceme.ggm file to add BR2_EXTERNAL to your env (it's possible to add export BR2_EXTERNAL=/somewhere/redpitaya in .bashrc).

Now, in buildroot directory:

You can use for 14-bit Redpitaya

make redpitaya_defconfig

or for 16-bit Redpitaya

make redpitaya16_defconfig

or for real time extension of Linux for the 14-bit Redpitaya

make redpitaya_xenomai_defconfig

to configure buildroot

Note

red_vivado_support directory contains basic files to add redpitaya support to vivado to select this board when creating a new project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].