Skip to content

Latest commit

 

History

History

fmc_basic_peripheral

FMC_BASIC_PERI

The basic peripherals of the FPGA mezzanine card, including JTAG, UART, GPIO, USB, I3C, etc., can be used for prototype verification of the basic peripherals of the SoC.

3D VIEW

Preparation

Install kicad 8, cmake, ninja, frugy.

Precautions

When using it for the first time, it is necessary to program the IPMI FRU data for the EEPROM so that the development board can identify the power supply of the FMC.

Build

cmake -G Ninja -B build
cmake --build build

If you only need to build the eeprom binary,

cmake --build build --target eeprom

If you only need to generate a pdf of the schematic or pcb,

cmake --build build --target pdf

If you need to generate complete production data,

cmake --build build --target production