Giter VIP home page Giter VIP logo

uboot-jz2440's Introduction

本项目在Gitee的镜像地址:https://gitee.com/mculover666/uboot-jz2440

1. 已经适配的uboot版本

  • uboot.2012.04.01

2. 编译方法

以 uboot-2012.04.01为例。

arm-linux-gcc 版本为4.4.3(安装教程:S3C2440-裸机篇-02 | 安装和使用arm-linux-gcc交叉编译工具链)。

解压源码:

tar -jxf u-boot-2012.04.01.tar.bz2

进入源码文件夹:

cd u-boot-2012.04.01

打补丁:

patch -p1 < ../u-boot-2012.04.01-jz2440.patch

编译:

make distclean
make smdk2440_config
make

编译完成之后,在当前目录下生成u-boot.bin文件。

3. tftp_root文件夹

这个文件夹是JZ2440开发板官方提供的内核镜像文件和yaffs2文件系统镜像,用于测试uboot。

4. 移植教程/uboot研读笔记

5. 项目作者

Mculover666

uboot-jz2440's People

Contributors

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