Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. Processing due (platform: atmelsam; board: due; upload_protocol: atmel-ice; framework: arduino; monitor_speed: 115200; lib_deps: Encoder, PID, Ethernet, IniFile, SD, SPI)
  2. ---------------------------------------------------------------------------------------------------------------
  3. CONFIGURATION: https://docs.platformio.org/page/boards/atmelsam/due.html
  4. PLATFORM: Atmel SAM 3.9.0 > Arduino Due (Programming Port)
  5. HARDWARE: AT91SAM3X8E 84MHz, 96KB RAM, 512KB Flash
  6. DEBUG: Current (atmel-ice) External (atmel-ice, blackmagic, jlink, stlink)
  7. PACKAGES: toolchain-gccarmnoneeabi 1.70201.0 (7.2.1), framework-arduinosam 4.4.191002, tool-openocd 2.1000.190707 (10.0)
  8. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  9. LDF Modes: Finder ~ chain, Compatibility ~ soft
  10. Framework incompatible library /Users/hackmodford/Code/PlatformIO/FSMotionController/.pio/libdeps/due/eeprom_ID2284
  11. Found 8 compatible libraries
  12. More details about "Library Compatibility Mode": https://docs.platformio.org/page/librarymanager/ldf.html#ldf-compat-mode
  13. Scanning dependencies...
  14. Dependency Graph
  15. |-- <Encoder> (/Users/hackmodford/.platformio/lib/Encoder_ID129)
  16. |-- <PID> 1.2.1 (/Users/hackmodford/.platformio/lib/PID_ID2)
  17. |-- <Ethernet> 2.0.0 (/Users/hackmodford/.platformio/lib/Ethernet_ID872)
  18. | |-- <SPI> 1.0 (/Users/hackmodford/.platformio/packages/framework-arduinosam/libraries/__cores__/sam/SPI)
  19. |-- <IniFile> 1.2.1 (/Users/hackmodford/.platformio/lib/IniFile_ID1606)
  20. | |-- <SD> (/Users/hackmodford/.platformio/lib/SD_ID161)
  21. | | |-- <SPI> 1.0 (/Users/hackmodford/.platformio/packages/framework-arduinosam/libraries/__cores__/sam/SPI)
  22. |-- <SD> (/Users/hackmodford/.platformio/lib/SD_ID161)
  23. | |-- <SPI> 1.0 (/Users/hackmodford/.platformio/packages/framework-arduinosam/libraries/__cores__/sam/SPI)
  24. |-- <SPI> 1.0 (/Users/hackmodford/.platformio/packages/framework-arduinosam/libraries/__cores__/sam/SPI)
  25. MethodWrapper(["checkprogsize"], [".pio/build/due/firmware.elf"])
  26. Memory Usage -> http://bit.ly/pio-memory-usage
  27. DATA: [ ] 4.5% (used 4408 bytes from 98304 bytes)
  28. PROGRAM: [= ] 8.9% (used 46844 bytes from 524288 bytes)
  29. .pio/build/due/firmware.elf :
  30. section size addr
  31. .text 46836 524288
  32. .ARM.exidx 8 571124
  33. .relocate 2656 537329664
  34. .bss 4408 537332320
  35. .ARM.attributes 41 0
  36. .comment 238 0
  37. .debug_frame 3824 0
  38. Total 58011
  39. <lambda>(["upload"], [".pio/build/due/firmware.bin"])
  40. AVAILABLE: atmel-ice, blackmagic, jlink, sam-ba, stlink
  41. CURRENT: upload_protocol = atmel-ice
  42. openocd -d2 -s /Users/hackmodford/.platformio/packages/tool-openocd/scripts -f interface/cmsis-dap.cfg -c "set CHIPNAME at91sam3X8E" -f target/at91sam3XXX.cfg -c "program {.pio/build/due/firmware.bin} verify reset; shutdown;"
  43. xPack OpenOCD, 64-bit Open On-Chip Debugger 0.10.0+dev (2019-07-17-15:21)
  44. Licensed under GNU GPL v2
  45. For bug reports, read
  46. http://openocd.org/doc/doxygen/bugs.html
  47. debug_level: 2
  48.  
  49. at91sam3X8E
  50. Info : auto-selecting first available session transport "swd". To override use 'transport select <transport>'.
  51. cortex_m reset_config sysresetreq
  52.  
  53. Info : CMSIS-DAP: SWD Supported
  54. Info : CMSIS-DAP: JTAG Supported
  55. Info : CMSIS-DAP: FW Version = 01.27.0082
  56. Info : CMSIS-DAP: Serial# = J41800107410
  57. Info : CMSIS-DAP: Interface Initialised (SWD)
  58. Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 1 nTRST = 0 nRESET = 1
  59. Info : CMSIS-DAP: Interface ready
  60. Info : clock speed 500 kHz
  61. Info : SWD DPIDR 0x2ba01477
  62. Info : at91sam3X8E.cpu: hardware has 6 breakpoints, 4 watchpoints
  63. Info : Listening on port 3333 for gdb connections
  64. target halted due to debug-request, current mode: Thread
  65. xPSR: 0x01000000 pc: 0x000805fc msp: 0x20088000
  66. ** Programming Started **
  67. flash
  68. flash bank bank_id driver_name base_address size_bytes chip_width_bytes
  69. bus_width_bytes target [driver_options ...]
  70. flash banks
  71. flash init
  72. flash list
  73. gdb_flash_program ('enable'|'disable')
  74. mflash
  75. mflash bank soc_type base_addr pin_id target
  76. mflash init
  77. nand
  78. program <filename> [address] [verify] [reset] [exit]
  79. Error: invalid subcommand "write_image erase .pio/build/due/firmware.bin"
  80. embedded:startup.tcl:449: Error: ** Programming Failed **
  81. in procedure 'program'
  82. in procedure 'program_error' called at file "embedded:startup.tcl", line 508
  83. at file "embedded:startup.tcl", line 449
  84. *** [upload] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement