summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-09-10 11:42:26 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-11 07:59:45 +0200
commitd58b48bd889065f9f8b3ee6b88c871e5107f4891 (patch)
tree74208a1b7a17832fadb779583b785fb5b33daac6 /Documentation
parent7f443afba4a64336619dfc00e337288981f8adc2 (diff)
downloadbarebox-d58b48bd889065f9f8b3ee6b88c871e5107f4891.tar.gz
barebox-d58b48bd889065f9f8b3ee6b88c871e5107f4891.tar.xz
Documentation: add MIPS Creator CI20 board mini-howto
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/mips/img-ci20.rst42
1 files changed, 42 insertions, 0 deletions
diff --git a/Documentation/boards/mips/img-ci20.rst b/Documentation/boards/mips/img-ci20.rst
new file mode 100644
index 0000000000..8f5cd80afa
--- /dev/null
+++ b/Documentation/boards/mips/img-ci20.rst
@@ -0,0 +1,42 @@
+MIPS Creator CI20
+=================
+
+The MIPS Creator CI20 board is a high performance, fully featured
+Linux and Android development platform.
+
+Major hardware features include:
+
+ * Ingenic JZ4780 SoC (dual 1.2GHz MIPS32 processor);
+ * 1 GiB DDR3 memory;
+ * 8 GiB NAND Flash;
+ * 2 x UART;
+ * Davicom dm9000 10/100 Ethernet controller;
+ * 2 x USB (host and OTG);
+ * HDMI output;
+ * 14-pin ETAG connector;
+ * GPIO, SPI, I2C, ADC, expansion headers.
+
+
+The board uses U-Boot 2013.10 as bootloader.
+
+
+Running barebox
+---------------
+
+ 1. Boot the board with UART0 serial console. Stop the auto boot during U-boot.
+
+ 2. Upload ``zbarebox.bin`` via Ymodem to the board and then run:
+
+.. code-block:: none
+
+ ci20# loady 0xa8000000
+ ...
+ ci20# go 0xa8000000
+..
+
+
+Links
+-----
+
+ * http://store.imgtec.com/product/mips-creator-ci20
+ * http://elinux.org/MIPS_Creator_CI20