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.
 
 
 
 
 
 

23 lines
453 B

  1. #
  2. # configuration file for NXP MC-IMX8M-EVK
  3. #
  4. # only JTAG supported
  5. transport select jtag
  6. # set a safe JTAG clock speed, can be overridden
  7. adapter speed 1000
  8. # default JTAG configuration has only SRST and no TRST
  9. reset_config srst_only srst_push_pull
  10. # delay after SRST goes inactive
  11. adapter srst delay 70
  12. # board has an i.MX8MQ with 4 Cortex-A53 cores
  13. set CHIPNAME imx8mq
  14. set CHIPCORES 4
  15. # source SoC configuration
  16. source [find target/imx8m.cfg]