GithubHelp home page GithubHelp logo

fpga-soc-u-boot-zybo's Introduction

FPGA-SoC-U-Boot-ZYBO

Overview

Introduction

This Repository provides a U-Boot Image for ZYBO.

Features

  • U-Boot v2016.03 (customized)
    • Build for ZYBO
    • Customized boot by uEnv.txt
    • Customized boot by boot.scr
    • Enable bootmenu

Build U-boot for ZYBO

There are two ways

  1. run scripts/build-u-boot-2016.03-zynq-zybo.sh (easy)
  2. run this chapter step-by-step (annoying)

Download U-boot Source

Clone from git.denx.de/u-boot.git

shell$ git clone git://git.denx.de/u-boot.git u-boot-2016.03-zynq-zybo

Checkout v2016.03

shell$ cd u-boot-2016.03-zynq-zybo
shell$ git checkout -b v2016.03-zynq-zybo refs/tags/v2016.03

Patch for zynq-zybo

shell$ patch -p0 < ../files/u-boot-2016.03-zynq-zybo.diff
shell$ git add --update
shell$ git commit -m "patch for zynq-zybo"
shell$ git tag -a v2016.03-zynq-zybo-1 -m "Release v2016.03-1 for ZYBO"

Setup for Build

shell$ cd u-boot-2016.03-zynq-zybo
shell$ export ARCH=arm
shell$ export CROSS_COMPILE=arm-linux-gnueabihf-
shell$ make zynq_zybo_defconfig

Build u-boot

shell$ make

Copy u-boot.img, u-boot.elf and u-boot-spl.sfp to root directory

shell$ cp spl/boot.bin  ../boot.bin
shell$ cp u-boot.img    ../u-boot.img
shell$ cp u-boot        ../u-boot.elf

fpga-soc-u-boot-zybo's People

Contributors

ikwzm avatar

Stargazers

 avatar

Watchers

 avatar  avatar

fpga-soc-u-boot-zybo's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.