Git Product home page Git Product logo

uboot-imx's Introduction

UDOO U-Boot

UDOO Neo

To build the U-Boot for UDOO Neo, use the 2015.04.imx branch. This branch is based on Freescale's U-Boot (uboot-imx) version 2015.04.

The build can be started with:

ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make udoo_neo_config
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make

The produced files, SPL and u-boot.img, can be used to boot all Neo variants (basic, basic kickstarter, extended, full).

UDOO Quad/Dual

To build the U-Boot for UDOO Quad/Dual, use the 2015.04.imx branch. This branch is based on Freescale's U-Boot (uboot-imx) version 2015.04.

The build can be started with:

ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make udoo_qdl_config
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make

The produced files, SPL and u-boot.img, can be used to boot both Quad and Dual boards.

SD card flashing

Flash your /dev/mmcblk0 SD card with:

dd if=SPL of=/dev/mmcblk0 bs=1K seek=1
dd if=u-boot.img of=/dev/mmcblk0 bs=1K seek=69

uboot-imx's People

Contributors

wdenx avatar sjg20 avatar stroese avatar trini avatar masahir0y avatar vapier avatar kumargala avatar hsdenx avatar plagnioj avatar sbabic avatar nvswarren avatar marex avatar jwrdegoede avatar vdsao avatar jhershbe avatar michalsimek avatar albert-aribaud-u-boot avatar kimphill avatar bthebaudeau avatar calris avatar jhofstee avatar iwamatsu avatar nikita-kiryanov avatar minkyukang avatar otavio avatar danielschwierzeck avatar lbmeng avatar bobenstein avatar tkisky avatar abrodkin avatar

Watchers

James Cloos avatar Christian Ehlers avatar

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.