summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-01-26 11:39:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-27 08:39:14 +0100
commit6b71080407eb7b91ab6b795b48066d5d2ddd026d (patch)
tree52514eaf56675e9af16f85464f988465258f3a3e /Documentation
parenta1c97e4b09e2c2333ab5473a92eb5d4c577f348d (diff)
downloadbarebox-6b71080407eb7b91ab6b795b48066d5d2ddd026d.tar.gz
barebox-6b71080407eb7b91ab6b795b48066d5d2ddd026d.tar.xz
Docs: add some info about the Olimex's Olinuxino related bootloader images
Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/mxs/Olimex-olinuxino.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/boards/mxs/Olimex-olinuxino.rst b/Documentation/boards/mxs/Olimex-olinuxino.rst
new file mode 100644
index 0000000000..a06eb3309f
--- /dev/null
+++ b/Documentation/boards/mxs/Olimex-olinuxino.rst
@@ -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`)