Navigation
index
barebox 2017.02.0 documentation
»
memcpy (memory copy)
¶
Usage
¶
memcpy
[-bwlsd]
SRC
DEST
COUNT
Synopsis
¶
Copy memory at SRC of COUNT bytes to DEST
Options
¶
-b
byte access
-w
word access (16 bit)
-l
long access (32 bit)
-s
FILE
source file (default /dev/mem)
-d
FILE
write file (default /dev/mem)
Table Of Contents
memcpy (memory copy)
Usage
Synopsis
Options
This Page
Show Source
Quick search
Navigation
index
barebox 2017.02.0 documentation
»