3-10
M5275EVB User’s Manual
Commands
BM
Block Move
Usage:BM begin end dest
The BM command moves a contiguous block of memory starting at address begin and
stopping at address end to the new address dest. The BM command copies memory as a
series of bytes, and does not alter the original block.
The values for addresses begin, end, and dest may be absolute addresses specified as
hexadecimal values, or symbol names. If the destination address overlaps the block defined
by begin and end, an error message is produced and the command exits.
Examples:
To copy a block of memory starting at 0x00040000 and ending at 0x00080000 to the
location 0x00200000, the command is:
bm
40000 80000 200000
To copy the target code’s data section (defined by the symbols data_start and data_end) to
0x00200000, the command is:
bm
data_start data_end 200000
NOTE
Refer to “upuser” command for copying code/data into Flash
memory.
Summary of Contents for ColdFire MCF5274
Page 8: ...4 M5275EVB User s Manual Freescale CONTENTS Paragraph Number Title Page Number...
Page 37: ...Chapter 2 Initialization and Setup 2 7 Installation and Setup Figure 2 5 Jumper Locations...
Page 84: ...Troubleshooting Network Problems A 4 M5275EVB User s Manual...
Page 85: ...Appendix B Schematics B 1 Appendix B Schematics B 1 M5275EVB Schematics...
Page 86: ...M5275EVB Schematics B 2 M5275EVB User s Manual...
Page 87: ...MOTOROLA Appendix B Schematics B 3 M5275EVB Schematics...
Page 88: ...M5275EVB Schematics B 4 M5275EVB User s Manual...
Page 89: ...MOTOROLA Appendix B Schematics B 5 M5275EVB Schematics...
Page 90: ...M5275EVB Schematics B 6 M5275EVB User s Manual...
Page 91: ...MOTOROLA Appendix B Schematics B 7 M5275EVB Schematics...
Page 92: ...M5275EVB Schematics B 8 M5275EVB User s Manual...
Page 93: ...MOTOROLA Appendix B Schematics B 9 M5275EVB Schematics...
Page 94: ...M5275EVB Schematics B 10 M5275EVB User s Manual...
Page 95: ...MOTOROLA Appendix B Schematics B 11 M5275EVB Schematics...
Page 96: ...M5275EVB Schematics B 12 M5275EVB User s Manual...
Page 97: ...MOTOROLA Appendix B Schematics B 13 M5275EVB Schematics...
Page 98: ...M5275EVB Schematics B 14 M5275EVB User s Manual...
Page 99: ...MOTOROLA Appendix B Schematics B 15 M5275EVB Schematics...
Page 100: ...M5275EVB Schematics B 16 M5275EVB User s Manual...
Page 101: ...Appendix C M5275EVB BOM C 1 Appendix C M5275EVB BOM C 1 M5275EVB BOM...