summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/uemd.rst
blob: 4fb30fa86baec4b6a76eb63dcc0cc3a156f9b222 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
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

..