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

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

Stargazers

 avatar

Watchers

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