Giter Site home page Giter Site logo

kamilion / u-boot-ubnt-e200 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jcowgill/u-boot-ubnt-e200

0.0 1.0 0.0 7.26 MB

U-Boot for the Ubiquity E200 (EdgeRouter 8)

License: Other

Shell 0.18% Makefile 0.74% C 74.07% Assembly 0.30% C++ 22.83% Objective-C 1.24% PHP 0.14% CSS 0.01% TSQL 0.01% Perl 0.25% Lex 0.02% Yacc 0.02% Batchfile 0.01% Python 0.17% sed 0.01%

u-boot-ubnt-e200's Introduction

U-Boot for Ubiquity E200

This repository contains the source for U-Boot for Ubiquity E200 boards (aka EdgeRouter ER-8 and ERPro-8). It is based on the GPL tarball released by Ubiquity with a few minor adjustments.

The original tarball name is:

EdgeRouter ER-8/ERPro-8/EP-R8 Firmware v1.9.11
GPL.ER-e200.v1.9.1.1.4977353.tar.bz2

The modifications are mostly to get it to build with a "standard" mips toolchain and to enable a number of missing U-Boot commands. The environment is moved to a different flash location to allow chainloading.

Building

Assuming your cross toolchain prefix is mips-linux-gnu-, run:

make CROSS_COMPILE=mips-linux-gnu- octeon_ubnt_e200_config
make CROSS_COMPILE=mips-linux-gnu- -j$(nproc)

The file u-boot-octeon_ubnt_e200.bin should contain the bootloader image. This image is designed to be chainloaded from an existing U-Boot by simply jumping to the first instruction.

Octeon ubnt_e200# tftpboot 0x02000000 u-boot-octeon_ubnt_e200.bin
Octeon ubnt_e200# go 0x82000000

u-boot-ubnt-e200's People

Contributors

jcowgill avatar

Watchers

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