# GDB script for loading ram.bin process

source gnu_utility/flash_download/image/rtl_gdb_jtag_boot_com.txt

#===============================================================================
#Load the file
file ./image/target.axf
restore ./image/rom.bin binary 0x0

#dump binary memory  dump.bin 0x00000000 0x00080000

#===============================================================================
#c

quit

