You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
758 B

  1. #daemon configuration
  2. telnet_port 4444
  3. gdb_port 3333
  4. #interface
  5. interface ftdi2232
  6. jtag_speed 0
  7. #use combined on interfaces or targets that can't set TRST/SRST separately
  8. reset_config trst_and_srst srst_pulls_trst
  9. #jtag scan chain
  10. #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
  11. jtag_device 4 0x1 0xf 0xe
  12. #target configuration
  13. daemon_startup reset
  14. #target <type> <startup mode>
  15. #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
  16. target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4
  17. target_script 0 reset h2294_init.script
  18. run_and_halt_time 0 30
  19. working_area 0 0x40000000 0x40000 nobackup
  20. #flash configuration
  21. flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v1 0 14765 calc_checksum
  22. flash bank cfi 0x80000000 0x400000 2 2 0