mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
CONFIG_MX_CYCLIC description added
This commit is contained in:
parent
c419d1d6d0
commit
7b46664147
1 changed files with 14 additions and 0 deletions
14
README
14
README
|
@ -2113,6 +2113,20 @@ Low Level (hardware related) configuration options:
|
||||||
Add the "loopw" memory command. This only takes effect if
|
Add the "loopw" memory command. This only takes effect if
|
||||||
the memory commands are activated globally (CFG_CMD_MEM).
|
the memory commands are activated globally (CFG_CMD_MEM).
|
||||||
|
|
||||||
|
- CONFIG_MX_CYCLIC
|
||||||
|
Add the "mdc" and "mwc" memory commands. These are cyclic
|
||||||
|
"md/mw" commands.
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
=> mdc.b 10 4 500
|
||||||
|
This command will print 4 bytes (10,11,12,13) each 500 ms.
|
||||||
|
|
||||||
|
=> mwc.l 100 12345678 10
|
||||||
|
This command will write 12345678 to address 100 all 10 ms.
|
||||||
|
|
||||||
|
This only takes effect if the memory commands are activated
|
||||||
|
globally (CFG_CMD_MEM).
|
||||||
|
|
||||||
Building the Software:
|
Building the Software:
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue