Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 4.62 KB

EBEApplicationNote.md

File metadata and controls

56 lines (48 loc) · 4.62 KB

EBE Application Note

Purpose

The purpose of this document is to explain the workflow and to provide practical examples of how to use the Enclustra Build Environment (EBE) and customize the corresponding software according to the design requirements.

Summary

This application note describes the three main parts of the Enclustra Build Environment: U-Boot, Linux kernel and root file system. It provides details on the build flow for each part, including examples on how to customize certain components according to the system requirements. In addition, references to other useful documents are included.

License

Copyright 2021 by Enclustra GmbH, Switzerland. All rights are reserved. Unauthorized duplication of this document, in whole or in part, by any means is prohibited without the prior written permission of Enclustra GmbH, Switzerland. Although Enclustra GmbH believes that the information included in this publication is correct as of the date of publication, Enclustra GmbH reserves the right to make changes at any time without notice. All information in this document is strictly confidential and may only be published by Enclustra GmbH, Switzerland. All referenced trademarks are the property of their respective owners.

Introduction

The following chapters explain how to create a custom design and how to run an EBE generated Linux on a newly created design.

The recommended way to create a custom design is to use the Enclustra Reference Designs as a starting point. The Enclustra build environment uses the pre-generated files from the reference design as default binaries.

The downloaded reference design can be modified according to the users specification. But as a first step it might be helpful to build the bitstream and all required boot files using the unmodified reference design. This ensures that the build process works as expected. Once Linux is booting using the output of the own manually generated reference design, it is up to the user to modify the design.

Table of contents

References

Please continue reading Chapter 1 - Workflow.