nrobinson2000 on get
add deprecation notice to readm… (compare)
nrobinson2000 on get
add deprecation notice to insta… (compare)
nrobinson2000 on master
Update README.md (compare)
/home/tve/.po-util/bin/gcc-arm-embedded/gcc-arm-none-eabi-5_3-2016q1/bin/../lib/gcc/arm-none-eabi/5.
3.1/../../../../arm-none-eabi/bin/ld: cannot open linker script file module_user_memory.ld: No such
file or directory
tve@soumak /h/s/g/p/gps-test> po xenon flash-beta
______ ______
/ \ / \ Building firmware...
/██████ |/██████ |
██ | ██ |██ | ██ | Build Parameters:
██ |__██ |██ \__██ | xenon
██ ██/ ██ ██/ gps-test
███████/ ██████/
██ |
██ |
██/ po xenon build gps-test
/home/tve/.po-util/bin/gcc-arm-embedded/gcc-arm-none-eabi-5_3-2016q1/bin/../lib/gcc/arm-none-eabi/5.3.1/../../../../arm-none-eabi/bin/ld: cannot open linker script file module_user_memory.ld: No such
file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [../../../build/module.mk:235: /home/src/goobies/particle/gps-test/target/gps-test.elf] Error 1
make[1]: *** [../build/recurse.mk:12: modules/xenon/user-part] Error 2
make: *** [/home/tve/.po-util/src/particle.mk:46: flash-user] Error 2
Building firmware failed! DFU closed.
No Particle Devices in DFU mode found!
tve@soumak /h/s/g/p/gps-test> po xenon clean-beta
Cleaning firmware...
Sucessfully cleaned.
tve@soumak /h/s/g/p/gps-test> po xenon flash-beta
______ ______
/ \ / \ Building firmware...
/██████ |/██████ |
██ | ██ |██ | ██ | Build Parameters:
██ |__██ |██ \__██ | xenon
██ ██/ ██ ██/ gps-test
███████/ ██████/
██ |
██ |
██/ po xenon build gps-test
/home/tve/.po-util/bin/gcc-arm-embedded/gcc-arm-none-eabi-5_3-2016q1/bin/../lib/gcc/arm-none-eabi/5.3.1/../../../../arm-none-eabi/bin/ld: cannot open linker script file module_user_memory.ld: No such
file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [../../../build/module.mk:235: /home/src/goobies/particle/gps-test/target/gps-test.elf] Error 1
make[1]: *** [../build/recurse.mk:12: modules/xenon/user-part] Error 2
make: *** [/home/tve/.po-util/src/particle.mk:46: flash-user] Error 2
Building firmware failed! DFU closed.
No Particle Devices in DFU mode found!
all
target used by compile-beta says:all: prebuild $(MAKE_DEPENDENCIES) $(TARGET) postbuild
po dfu open -d /dev/ttyACM0
is:tve@soumak ~> dfu-util -l
dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2016 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
tve@soumak ~>
tve@soumak ~> ~/.po-util/bin/gcc-arm-embedded/gcc-arm-none-eabi-5_3-2016q1/bin/arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 5.3.1 20160307 (release) [ARM/embedded-5-branch revision 234589]
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
po dfu open -d /dev/ttyACM0; po xenon flash-beta
prebuild
and postbuild
prerequisites missing on program-dfu
?
[tve@soumak ~]$ for modem in /dev/serial/by-id/usb-Particle*; do echo $modem; done
/dev/serial/by-id/usb-Particle_Xenon_CDC_Mode_e00fce68a8f4dc1358b533f5-if00
for modem in /dev/ttyACM* /dev/serial/by-id/usb-Particle*; do