Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 842 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 842 Bytes

ceres-buildroot

This repository contains the support files needed to build ceres, including default buildroot and Linux kernel configurations, and package descriptors for the ceres and other supporting packages.

Prerequisites

Debian:

apt-get install build-essential git libncurses-dev file cpio python unzip bc libssl-dev sudo parted

Usage

Clone this repository to a location of your choosing, for example, your home directory:

cd ~
git clone https://github.com/ceres/ceres-buildroot/

Then navigate into your buildroot folder and load the default ceres-buildroot configuration:

make defconfig BR2_EXTERNAL=~/ceres-buildroot/ BR2_DEFCONFIG=~/ceres-buildroot/configs/ceres_generic_defconfig

Configure your build to your target platform:

make menuconfig

Then start the build:

make