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.
 
 
 
 
 
 

32 lines
757 B

  1. #
  2. # Voltcraft DSO-3062C digital oscilloscope (uses a Samsung S3C2440)
  3. #
  4. # http://www.eevblog.com/forum/general-chat/hantek-tekway-dso-hack-get-200mhz-bw-for-free/
  5. # http://www.mikrocontroller.net/topic/249628
  6. # http://elinux.org/Das_Oszi
  7. # http://randomprojects.org/wiki/Voltcraft_DSO-3062C
  8. #
  9. # Enable this if your JTAG adapter supports multiple transports (JTAG or SWD).
  10. # Otherwise comment it out, as it will cause an OpenOCD error.
  11. ### transport select jtag
  12. source [find target/samsung_s3c2440.cfg]
  13. adapter_khz 16000
  14. # Samsung K9F1208U0C NAND flash chip (64MiB, 3.3V, 8-bit)
  15. nand device $_CHIPNAME.nand s3c2440 $_TARGETNAME
  16. # arm7_9 fast_memory_access enable
  17. # arm7_9 dcc_downloads enable
  18. init
  19. reset
  20. halt
  21. scan_chain
  22. targets
  23. nand probe 0
  24. nand list