Skip to content

Instantly share code, notes, and snippets.

@stoto
Created March 31, 2016 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoto/fbd8ec8cfbf375412c07e8aac4180ce7 to your computer and use it in GitHub Desktop.
Save stoto/fbd8ec8cfbf375412c07e8aac4180ce7 to your computer and use it in GitHub Desktop.
[compile] Command: make all -C /Users/pstojcsics/particle/firmware/main APPDIR=/Users/pstojcsics/Documents/arduino-particle-projects/robocar TARGET_DIR=/Users/pstojcsics/Documents/arduino-particle-projects/robocar/firmware/photon PLATFORM=photon program-dfu PARTICLE_SERIAL_DEV=/dev/tty.usbmodem1421
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../modules/photon/user-part all program-dfu
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../../user
particle-offline-compiler.coffee:72 [compile] STDOUT: make[2]: Nothing to be done for `all'.
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../../hal-dynalib
particle-offline-compiler.coffee:72 [compile] STDOUT: make[2]: Nothing to be done for `all'.
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../../services-dynalib
particle-offline-compiler.coffee:72 [compile] STDOUT: make[2]: Nothing to be done for `all'.
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../../system-dynalib
particle-offline-compiler.coffee:72 [compile] STDOUT: make[2]: Nothing to be done for `all'.
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../../rt-dynalib
particle-offline-compiler.coffee:72 [compile] STDOUT: make[2]: Nothing to be done for `all'.
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../../wiring
particle-offline-compiler.coffee:72 [compile] STDOUT: make[2]: Nothing to be done for `all'.
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../../communication-dynalib
particle-offline-compiler.coffee:72 [compile] STDOUT: make[2]: Nothing to be done for `all'.
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../../platform
particle-offline-compiler.coffee:72 [compile] STDOUT: make[2]: Nothing to be done for `all'.
particle-offline-compiler.coffee:72 [compile] STDOUT: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../../wiring_globals
particle-offline-compiler.coffee:72 [compile] STDOUT: make[2]: Nothing to be done for `all'.
particle-offline-compiler.coffee:72 [compile] STDOUT: arm-none-eabi-size --format=berkeley /Users/pstojcsics/Documents/arduino-particle-projects/robocar/firmware/photon/robocar.elf
particle-offline-compiler.coffee:72 [compile] STDOUT: text data bss dec hex filename
3644 8 396 4048 fd0 /Users/pstojcsics/Documents/arduino-particle-projects/robocar/firmware/photon/robocar.elf
particle-offline-compiler.coffee:72 [compile] STDOUT: Entering dfu bootloader mode:
particle-offline-compiler.coffee:72 [compile] STDOUT: stty -f /dev/tty.usbmodem1421 14400
particle-offline-compiler.coffee:72 [compile] STDOUT: sleep 1
particle-offline-compiler.coffee:72 [compile] STDOUT: Flashing using dfu:
particle-offline-compiler.coffee:72 [compile] STDOUT: dfu-util -d 0x2B04:0xD006 -a 0 -s 0x80A0000:leave -D /Users/pstojcsics/Documents/arduino-particle-projects/robocar/firmware/photon/robocar.dfu
particle-offline-compiler.coffee:72 [compile] STDOUT: dfu-util 0.8
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2014 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to dfu-util@lists.gnumonks.org
particle-offline-compiler.coffee:72 [compile] STDOUT: Deducing device DFU version from functional descriptor length
Opening DFU capable USB device...
ID 2b04:d006
Run-time device DFU version 011a
Claiming USB DFU Interface...
particle-offline-compiler.coffee:72 [compile] STDOUT: Setting Alternate Setting #0 ...
particle-offline-compiler.coffee:72 [compile] STDOUT: Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
DFU mode device DFU version 011a
Device returned transfer size 4096
DfuSe interface name: "Internal Flash "
Downloading to address = 0x080a0000, size = 3652
particle-offline-compiler.coffee:72 [compile] STDOUT:
Download [ ] 0% 0 bytes
Download [ ] 0% 0 bytes
Download [=========================] 100% 3652 bytes
Download done.
File downloaded successfully
particle-offline-compiler.coffee:72 [compile] STDOUT: make: Nothing to be done for `program-dfu'.
particle-offline-compiler.coffee:74 [compile] Exited with 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment