summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/mxs/Olimex-olinuxino.rst
blob: a06eb3309f4f00d4db3db5875604b6baac6f6524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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`)