5. Environments#
Richie supports various development environments, depending on the implementation target.
5.1. Local Configuration File#
Create a local.cfg file at the root of the Richie repository and include the following fields:
TARGET_PLATFORM: Name of the target platform, which corresponds to thenamefield of a platform specification file;BR2_RICHIE_BITSTREAM: Absolute path to the FPGA bitstream, included in the FPGA build of the target platform;BR2_RICHIE_XSA: Absolute path to the XSA file, included in the FPGA build of the target platform.
This file must be updated everytime a field changes, e.g., when the FPGA should be configured with a different bitstream from the one specified by BR2_RICHIE_BITSTREAM.