GithubHelp home page GithubHelp logo

z7cat's Introduction

z7cat

Zynq-7000 MCS Creator.

App creates .mcs file to program zynq-7000 flash memory.

Build

To build app type command: $ make

To clean type command: $ make clean

Usage example

Possible partition table:

dev addr size name
mtd0: 0x00000000 0x00500000 "boot"
mtd1: 0x00500000 0x00020000 "bootenv"
mtd2: 0x00520000 0x00a80000 "kernel"
mtd3: 0x00fa0000 0x00000000 "spare"

We have two files: BOOT.BIN and image.ub. BOOT.BIN contains: fsbl, bitstream and u-boot. image.ub contains: kernel and rootfs content.

To create mcs file from these file we need to type command:

z7cat path_to/BOOT.BIN 0x0 path_to/image.ub 0x520000 -o path_to/image.mcs 0x1000000

Thus, BOOT.BIN starts from 0x00000000 address and image.ub starts from 0x00520000 address.

image.mcs is output file name and '0x1000000' is output binary size (memory flash size, in this case 16 Mbytes).

Cautions

App does not support collision checking.

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.