在OS X上使用带有Vex Cortex的普渡机器人操作系统。尝试使用包含的uniflash程序对其进行闪存,但在闪存过程中抛出错误。这是日志。
CC -I../include -I../src init.c
LN ./bin/auto.o ./bin/init.o ./bin/opcontrol.o ./firmware/libccos.a -lgcc -lm to bin/output.elf
text data bss dec hex filename
12108 0 3840 15948 3e4c ./bin/output.elf
arm-none-eabi-objcopy ./bin/output.elf -O binary ./bin/output.bin
UniFlash v0.7 by Stephen Carlson
Using serial port /dev/tty.usbmodem1411 (USB Serial)
Stopping user code... done.
Error: No response when requesting system info
Interrogating VEX system... 发布于 2016-11-05 13:36:56
从shell的输出判断,您运行的是pros1.6或更早的版本,该版本已于9月份过期。尝试升级到找到的最新版本的here,并查看问题是否仍然存在。
https://stackoverflow.com/questions/39580848
复制相似问题