mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Documentation: add uemd mb7707 barebox mini-howto
@ 2014-07-08 20:22 Antony Pavlov
  2014-07-09  5:33 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2014-07-08 20:22 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 Documentation/boards/uemd.rst | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 Documentation/boards/uemd.rst

diff --git a/Documentation/boards/uemd.rst b/Documentation/boards/uemd.rst
new file mode 100644
index 0000000..4fb30fa
--- /dev/null
+++ b/Documentation/boards/uemd.rst
@@ -0,0 +1,40 @@
+UEMD
+====
+
+MB 77.07
+--------
+
+MB 77.07 board uses MBOOT as bootloader.
+MBOOT is a U-Boot clone with reduced functionality.
+See https://github.com/RC-MODULE/mboot for details.
+
+Running barebox
+^^^^^^^^^^^^^^^
+
+  1. Connect to the boards's UART (38400 8N1);
+
+  2. Turn board's power on;
+
+  3. Wait ``Hit any key (in 2 sec) to skip autoload...`` prompt and press the space key;
+
+  4. Compile ``zbarebox.bin`` image and upload it to the board via tftp
+
+.. code-block:: none
+
+  MBOOT # tftpboot zbarebox.bin
+  greth: greth_halt
+  TFTP Using GRETH_10/100 device
+  TFTP params: server 192.168.0.1 our_ip 192.168.0.7
+  TFTP params: filename 'zbarebox.bin' load_address 0x40100000
+  TFTP Loading: ################
+  TFTP done
+
+..
+
+  5. Run barebox
+
+.. code-block:: none
+
+  MBOOT # go 0x40100000
+
+..
-- 
2.0.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: add uemd mb7707 barebox mini-howto
  2014-07-08 20:22 [PATCH] Documentation: add uemd mb7707 barebox mini-howto Antony Pavlov
@ 2014-07-09  5:33 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-07-09  5:33 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Wed, Jul 09, 2014 at 12:22:56AM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>

Applied, thanks

Sascha

> ---
>  Documentation/boards/uemd.rst | 40 ++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 40 insertions(+)
>  create mode 100644 Documentation/boards/uemd.rst
> 
> diff --git a/Documentation/boards/uemd.rst b/Documentation/boards/uemd.rst
> new file mode 100644
> index 0000000..4fb30fa
> --- /dev/null
> +++ b/Documentation/boards/uemd.rst
> @@ -0,0 +1,40 @@
> +UEMD
> +====
> +
> +MB 77.07
> +--------
> +
> +MB 77.07 board uses MBOOT as bootloader.
> +MBOOT is a U-Boot clone with reduced functionality.
> +See https://github.com/RC-MODULE/mboot for details.
> +
> +Running barebox
> +^^^^^^^^^^^^^^^
> +
> +  1. Connect to the boards's UART (38400 8N1);
> +
> +  2. Turn board's power on;
> +
> +  3. Wait ``Hit any key (in 2 sec) to skip autoload...`` prompt and press the space key;
> +
> +  4. Compile ``zbarebox.bin`` image and upload it to the board via tftp
> +
> +.. code-block:: none
> +
> +  MBOOT # tftpboot zbarebox.bin
> +  greth: greth_halt
> +  TFTP Using GRETH_10/100 device
> +  TFTP params: server 192.168.0.1 our_ip 192.168.0.7
> +  TFTP params: filename 'zbarebox.bin' load_address 0x40100000
> +  TFTP Loading: ################
> +  TFTP done
> +
> +..
> +
> +  5. Run barebox
> +
> +.. code-block:: none
> +
> +  MBOOT # go 0x40100000
> +
> +..
> -- 
> 2.0.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-09  5:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-08 20:22 [PATCH] Documentation: add uemd mb7707 barebox mini-howto Antony Pavlov
2014-07-09  5:33 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox