Advertisement
Guest User

Untitled

a guest
Sep 25th, 2019
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. Processing teensy40_1 (platform: teensy; board: teensy40; framework: arduino; upload_port: COM35)
  2. -------------------------------------------------------------------------------
  3. CONFIGURATION: https://docs.platformio.org/page/boards/teensy/teensy40.html
  4.  
  5. PLATFORM: Teensy 4.4.0 > Teensy 4.0
  6.  
  7. HARDWARE: IMXRT1062 600MHz, 1MB RAM, 1.94MB Flash
  8.  
  9. DEBUG: Current (jlink) External (jlink)
  10.  
  11. PACKAGES: framework-arduinoteensy 1.147.0 (1.47), tool-teensy 1.147.0 (1.47), toolchain-gccarmnoneeabi 1.50401.190816 (5.4.1)
  12.  
  13. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  14.  
  15. LDF Modes: Finder ~ chain, Compatibility ~ soft
  16.  
  17. Found 90 compatible libraries
  18.  
  19. Scanning dependencies...
  20.  
  21. Dependency Graph
  22.  
  23. |-- <EEPROM> 2.0 (C:\Users\EthanBecker\.platformio\packages\framework-arduinoteensy\libraries\EEPROM)
  24.  
  25. |-- <SPI> 1.0 (C:\Users\EthanBecker\.platformio\packages\framework-arduinoteensy\libraries\SPI)
  26.  
  27. |-- <Wire> 1.0 (C:\Users\EthanBecker\.platformio\packages\framework-arduinoteensy\libraries\Wire)
  28.  
  29. arm-none-eabi-g++ -o .pio\build\teensy40_1\firmware.elf -T imxrt1062.ld -Wl,--gc-sections,--relax -mthumb -mcpu=cortex-m7 -Wl,--defsym=__rtc_localtime=1569428596 -fsingle-precision-constant -mfloat-abi=hard -mfpu=fpv5-d16 -O2 .pio\build\teensy40_1\src\ADS1220.cpp.o .pio\build\teensy40_1\src\FSM_Controller.cpp.o .pio\build\teensy40_1\src\MAX541.cpp.o .pio\build\teensy40_1\src\MCP4725.cpp.o -LC:\Users\EthanBecker\.platformio\packages\framework-arduinoteensy\cores\teensy4 -L.pio\build\teensy40_1 -Wl,--start-group .pio\build\teensy40_1\lib112\libEEPROM.a .pio\build\teensy40_1\lib609\libSPI.a .pio\build\teensy40_1\lib718\libWire.a .pio\build\teensy40_1\libFrameworkArduino.a -larm_cortexM7lfsp_math -lm -lstdc++ -Wl,--end-group
  30.  
  31. MethodWrapper(["checkprogsize"], [".pio\build\teensy40_1\firmware.elf"])
  32.  
  33. arm-none-eabi-objcopy -O ihex -R .eeprom .pio\build\teensy40_1\firmware.elf .pio\build\teensy40_1\firmware.hex
  34.  
  35. Memory Usage -> http://bit.ly/pio-memory-usage
  36.  
  37. DATA: [ ] 4.7% (used 48928 bytes from 1048576 bytes)
  38.  
  39. PROGRAM: [ ] 2.1% (used 42752 bytes from 2031616 bytes)
  40.  
  41. .pio\build\teensy40_1\firmware.elf :
  42.  
  43.  
  44. section size addr
  45.  
  46.  
  47. .text.progmem 5648 1610612736
  48.  
  49.  
  50. .text.itcm 31840 0
  51.  
  52.  
  53. .fini 4 31840
  54.  
  55.  
  56. .ARM.exidx.text.__aeabi_atexit 8 31844
  57.  
  58.  
  59. .ARM.exidx 0 31852
  60.  
  61.  
  62. .data 5264 536870912
  63.  
  64.  
  65. .bss 11824 536876176
  66.  
  67.  
  68. .bss.dma 0 538968064
  69.  
  70.  
  71. .debug_frame 3004 0
  72.  
  73.  
  74. .ARM.attributes 46 0
  75.  
  76.  
  77. .comment 110 0
  78.  
  79.  
  80. Total 57748
  81.  
  82. <lambda>(["upload"], [".pio\build\teensy40_1\firmware.hex"])
  83.  
  84. AVAILABLE: jlink, teensy-gui
  85.  
  86. CURRENT: upload_protocol = teensy-gui
  87.  
  88. teensy_post_compile -file=firmware -path="C:\Users\EthanBecker\Documents\PlatformIO\Projects\190826-155108-teensy40\.pio\build\teensy40_1" -tools=C:\Users\EthanBecker\.platformio\packages\tool-teensy -board=TEENSY40 -reboot
  89.  
  90. pio : Found 2 Teensy boards, but using auto-search to find board for upload.
  91. At line:1 char:1
  92. + pio run -v -t upload > upload.log 2>&1
  93. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  94. + CategoryInfo : NotSpecified: (Found 2 Teensy ...ard for upload.:String) [], RemoteException
  95. + FullyQualifiedErrorId : NativeCommandError
  96.  
  97.  
  98.  
  99. Please use Tools > Ports(Teensy) to select the specific board.
  100.  
  101. ========================= [SUCCESS] Took 2.43 seconds =========================
  102.  
  103.  
  104. Processing teensy40_2 (platform: teensy; board: teensy40; framework: arduino; upload_port: COM38)
  105. -------------------------------------------------------------------------------
  106. CONFIGURATION: https://docs.platformio.org/page/boards/teensy/teensy40.html
  107.  
  108. PLATFORM: Teensy 4.4.0 > Teensy 4.0
  109.  
  110. HARDWARE: IMXRT1062 600MHz, 1MB RAM, 1.94MB Flash
  111.  
  112. DEBUG: Current (jlink) External (jlink)
  113.  
  114. PACKAGES: framework-arduinoteensy 1.147.0 (1.47), tool-teensy 1.147.0 (1.47), toolchain-gccarmnoneeabi 1.50401.190816 (5.4.1)
  115.  
  116. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  117.  
  118. LDF Modes: Finder ~ chain, Compatibility ~ soft
  119.  
  120. Found 90 compatible libraries
  121.  
  122. Scanning dependencies...
  123.  
  124. Dependency Graph
  125.  
  126. |-- <EEPROM> 2.0 (C:\Users\EthanBecker\.platformio\packages\framework-arduinoteensy\libraries\EEPROM)
  127.  
  128. |-- <SPI> 1.0 (C:\Users\EthanBecker\.platformio\packages\framework-arduinoteensy\libraries\SPI)
  129.  
  130. |-- <Wire> 1.0 (C:\Users\EthanBecker\.platformio\packages\framework-arduinoteensy\libraries\Wire)
  131.  
  132. arm-none-eabi-g++ -o .pio\build\teensy40_2\firmware.elf -T imxrt1062.ld -Wl,--gc-sections,--relax -mthumb -mcpu=cortex-m7 -Wl,--defsym=__rtc_localtime=1569428599 -fsingle-precision-constant -mfloat-abi=hard -mfpu=fpv5-d16 -O2 .pio\build\teensy40_2\src\ADS1220.cpp.o .pio\build\teensy40_2\src\FSM_Controller.cpp.o .pio\build\teensy40_2\src\MAX541.cpp.o .pio\build\teensy40_2\src\MCP4725.cpp.o -LC:\Users\EthanBecker\.platformio\packages\framework-arduinoteensy\cores\teensy4 -L.pio\build\teensy40_2 -Wl,--start-group .pio\build\teensy40_2\lib112\libEEPROM.a .pio\build\teensy40_2\lib609\libSPI.a .pio\build\teensy40_2\lib718\libWire.a .pio\build\teensy40_2\libFrameworkArduino.a -larm_cortexM7lfsp_math -lm -lstdc++ -Wl,--end-group
  133.  
  134. MethodWrapper(["checkprogsize"], [".pio\build\teensy40_2\firmware.elf"])
  135.  
  136. arm-none-eabi-objcopy -O ihex -R .eeprom .pio\build\teensy40_2\firmware.elf .pio\build\teensy40_2\firmware.hex
  137.  
  138. Memory Usage -> http://bit.ly/pio-memory-usage
  139.  
  140. DATA: [ ] 4.7% (used 48928 bytes from 1048576 bytes)
  141.  
  142. PROGRAM: [ ] 2.1% (used 42752 bytes from 2031616 bytes)
  143.  
  144. .pio\build\teensy40_2\firmware.elf :
  145.  
  146.  
  147. section size addr
  148.  
  149.  
  150. .text.progmem 5648 1610612736
  151.  
  152.  
  153. .text.itcm 31840 0
  154.  
  155.  
  156. .fini 4 31840
  157.  
  158.  
  159. .ARM.exidx.text.__aeabi_atexit 8 31844
  160.  
  161.  
  162. .ARM.exidx 0 31852
  163.  
  164.  
  165. .data 5264 536870912
  166.  
  167.  
  168. .bss 11824 536876176
  169.  
  170.  
  171. .bss.dma 0 538968064
  172.  
  173.  
  174. .debug_frame 3004 0
  175.  
  176.  
  177. .ARM.attributes 46 0
  178.  
  179.  
  180. .comment 110 0
  181.  
  182.  
  183. Total 57748
  184.  
  185. <lambda>(["upload"], [".pio\build\teensy40_2\firmware.hex"])
  186.  
  187. AVAILABLE: jlink, teensy-gui
  188.  
  189. CURRENT: upload_protocol = teensy-gui
  190.  
  191. teensy_post_compile -file=firmware -path="C:\Users\EthanBecker\Documents\PlatformIO\Projects\190826-155108-teensy40\.pio\build\teensy40_2" -tools=C:\Users\EthanBecker\.platformio\packages\tool-teensy -board=TEENSY40 -reboot
  192.  
  193. Found 2 Teensy boards, but using auto-search to find board for upload.
  194.  
  195. Please use Tools > Ports(Teensy) to select the specific board.
  196.  
  197. ========================= [SUCCESS] Took 2.48 seconds =========================
  198.  
  199.  
  200. Environment Status Duration
  201.  
  202. ------------- -------- ------------
  203.  
  204. teensy40_1 SUCCESS 00:00:02.427
  205.  
  206. teensy40_2 SUCCESS 00:00:02.484
  207.  
  208. ========================= 2 succeeded in 00:00:04.911 =========================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement