Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 884 Bytes

File metadata and controls

37 lines (27 loc) · 884 Bytes

Microchip Ethernet PHY APIs (MEPA) - Buildroot External Tree (BR2_EXTERNAL)

Introduction

This repository provides a Buildroot external for Microchip Ethernet PHY APIs C libraries.

Prerequisites

  • A linux host machine.
  • Buildroot with external package support.

Quickstart

It is assumed that all the required softwares and librairies are installed on the linux host.

  1. Get Buildroot sources

    git clone git://git.buildroot.net/buildroot
  2. Clone this repository

    git clone git@github.com:blockos/buildroot-external-mepa.git
  3. Setup environment

    cd <path to>/buildroot
    export BR2_EXTERNAL="${PWD}/../buildroot-external-mepa"
  4. Configuration & build
    The MEPA package will be under External options.

    make menuconfig
    make -j"$(nproc)"