| |||
| Home > Programming Flash with RealView Debugger > Programming an image into Flash > Using CLI commands to program Flash | |||
You can use the following CLI commands to program an image to Flash:
LOAD, to load the Flash image, for example:
LOAD ‘C:\my_projects\flash\my_flash_image.axf’
FLASH, to perform operations on Flash. For example, to write the image to Flash enter:
FLASH,write
For more details on how to use these commands, see RealView Developer Kit v2.2 Command Line Reference.