.. index:: mw (command) .. _command_mw: mw - memory write ================= Usage ^^^^^ ``mw [-bwld] REGION DATA...`` Synopsis ^^^^^^^^ Write DATA value(s) to the specified REGION. Options ^^^^^^^ -b byte access -w word access (16 bit) -l long access (32 bit) -q quad access (64 bit) -d FILE write file (default /dev/mem) .. generated from: /ptx/work/dude/WORK_B/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/mw.c .. command function: do_mem_mw