9
0
Fork 0

Merge branch 'for-next/doc'

This commit is contained in:
Sascha Hauer 2015-02-04 19:09:15 +01:00
commit 1a1ac39eeb
8 changed files with 69 additions and 6 deletions

View File

@ -91,7 +91,7 @@ command for writing to NAND flash.
i.MX boards
-----------
Not supported all boards have a description here. Many newer boards also do
Not all supported boards have a description here. Many newer boards also do
not have individual defconfig files, they are covered by ``imx_v7_defconfig``
or ``imx_defconfig`` instead.
@ -101,4 +101,3 @@ or ``imx_defconfig`` instead.
:maxdepth: 1
imx/*
mxs/*

View File

@ -0,0 +1,10 @@
Ka-Ro TX25
==========
Building the bootloader image for this target is covered by the ``imx_defconfig``
multiimage configuration if the ``System Type`` menu entry ``Ka-Ro TX25``
is enabled.
Use the corresponding ``barebox-karo-tx25.img`` for external NAND boot.
Use the corresponding ``barebox-karo-tx25-internal.img`` for internal NAND, USB
or SD card boot.

View File

@ -0,0 +1,8 @@
Phytec phyCARD-i.MX27
=====================
Building the bootloader image for this target is covered by the ``imx_defconfig``
multiimage configuration if the ``System Type`` menu entry ``phyCard-i.MX27``
is enabled.
Use the corresponding ``barebox-phytec-phycard-imx27.img`` file for this target.

View File

@ -0,0 +1,8 @@
Phytec phyCORE-i.MX27
=====================
Building the bootloader image for this target is covered by the ``imx_defconfig``
multiimage configuration if the ``System Type`` menu entry ``phyCORE-i.MX27``
is enabled.
Use the corresponding ``barebox-phytec-phycore-imx27.img`` file for this target.

View File

@ -115,5 +115,17 @@ mxsboot tool which changes this sector number in the image.
Booting second stage
--------------------
The second stage images can be started with the barebox bootm command or
just jumped into using the 'go' command.
The second stage images can be started with the barebox :ref:`command_bootm` command or
just jumped into using the :ref:`command_go` command.
i.MXs boards
------------
Not all supported boards have a description here.
.. toctree::
:glob:
:numbered:
:maxdepth: 1
mxs/*

View File

@ -21,7 +21,7 @@ How to get the bootloader binary image
Using the default configuration::
make ARCH=arm imx23evk_defconfig
make ARCH=arm freescale-mx23-evk_defconfig
Build the bootloader binary image::

View File

@ -38,5 +38,5 @@ This produces the following images:
* barebox-karo-tx28-bootstream.img - Use with the bcb command
* barebox-karo-tx28-sd.img - Use for SD cards
* barebox-karo-tx28-2nd.img - Use for 2nd stage booting (with bootm)
* barebox-karo-tx28-2nd.img - Use for 2nd stage booting (with :ref:`command_bootm`)

View File

@ -0,0 +1,26 @@
Olimex LTD Olinuxino
====================
The CPU module
--------------
This CPU module is based on a Freescale i.MX23 CPU.
How to get the bootloader binary image
--------------------------------------
Using the default configuration::
make ARCH=arm imx233-olinuxino_defconfig
Build the binary image::
make ARCH=arm CROSS_COMPILE=armv5compiler
**NOTE:** replace the armv5compiler with your ARM v5 cross compiler.
This produces the following images:
* barebox-olinuxino-imx23-bootstream.img - Use with the bcb command
* barebox-olinuxino-imx23-sd.img - Use for SD cards
* barebox-olinuxino-imx23-2nd.img - Use for 2nd stage booting (with :ref:`command_bootm`)