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.
Install kicad 8, cmake, ninja, frugy.
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.
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