1 echo Script to load ledtest on iMX27ADS.\n
3 # Note: you need to startup openocd with "-f board/imx27ads.cfg"
4 # in order to it initialize RAM memory.
8 # Common gdb setup for ARM CPUs
17 target remote 127.0.0.1:3333
22 # Load the program executable called "u-boot"
25 # Load the symbols for the program.
30 # Set a breakpoint at main().
34 # Run to the breakpoint.