Code Monkey home page Code Monkey logo

caraboot-nand's Introduction

Caraboot-nand

U-Boot for Rambutan based boards

Build


  1. Build buildroot toolchain (http://buildroot.org)

Download:

cd your_work_dir
git clone git://git.buildroot.net/buildroot

Configure:

cd buildroot
make menuconfig

In Target Options select Target Architecture as MIPS (big endian) and Target Architecture Variant as mips 32r2. In Toolchain select GCC Compiler version as gcc 4.7.x. Save and exit.

Build:

make

  1. Build Caraboot image

Download:

cd your_work_dir
git clone https://github.com/8devices/Caraboot-nand.git
cd Caraboot-nand/
git checkout caraboot

Build:

make rambutan_defconfig
CROSS_COMPILE=your_work_dir/buildroot/output/host/usr/bin/mips-linux- make

The bootloader binary will be saved to u-boot.bin file. You can now use this file to upgrade your bootloader on Rambutan board.

To build SPI version:

make rambutan_spi_defconfig
CROSS_COMPILE=your_work_dir/buildroot/output/host/usr/bin/mips-linux- make

caraboot-nand's People

Contributors

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

Watchers

James Cloos avatar  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.