summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-07-12 00:26:22 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-14 10:42:07 +0200
commita6ab59d179b58bf9d27560e13d69e11ea9127bf4 (patch)
treeb9ecffe025e2c0fbfb020bf680f945ba31d4abdc /Documentation
parent239b6559ed5d65cc3e08eae66eb862fefe651e33 (diff)
downloadbarebox-a6ab59d179b58bf9d27560e13d69e11ea9127bf4.tar.gz
barebox-a6ab59d179b58bf9d27560e13d69e11ea9127bf4.tar.xz
Documentation: add virt2real barebox 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/davinci.rst51
1 files changed, 51 insertions, 0 deletions
diff --git a/Documentation/boards/davinci.rst b/Documentation/boards/davinci.rst
new file mode 100644
index 0000000000..a2ddc3c41f
--- /dev/null
+++ b/Documentation/boards/davinci.rst
@@ -0,0 +1,51 @@
+TI Davinci
+==========
+
+virt2real
+---------
+
+virt2real is a miniature board for creation of WiFi
+or Internet controllable smart devices.
+
+The board has
+
+ * TI DaVinchi DM365 running at 300 MHz;
+ * 128 MiB DDR2 SDRAM;
+ * 256 MiB NAND Flash Memory;
+ * 2 x UART serial interfaces;
+ * 1 x Ethernet interface (Micrel KS8851);
+ * 1 x USB interface;
+ * microSD card slot.
+
+The board uses U-Boot as bootloader.
+
+
+Running barebox
+^^^^^^^^^^^^^^^
+
+ 1. Connect to the boards's UART0 (115200 8N1);
+ Use J2.2 (GND), J2.4 (UART0_TXD), J2.6 (UART0_RXD) pins.
+
+ 2. Turn board's power on;
+
+ 3. Wait for ``Hit any key to stop autoboot`` prompt and press the space key.
+
+ 4. Upload ``barebox.bin`` via Ymodem
+
+.. code-block:: none
+ virt2real ># loady
+..
+
+ 5. Run barebox
+
+.. code-block:: none
+ virt2real ># go 0x82000000
+..
+
+
+Links
+^^^^^
+
+ * http://virt2real.com/
+ * http://wiki.virt2real.ru/
+ * https://github.com/virt2real