mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
6 lines
111 B
Makefile
6 lines
111 B
Makefile
|
|
# Makefile for flashing of OpenMV Cam
|
|
|
|
all:
|
|
dfu-util -d 0483:df11 -c 1 -i 0 -a 0 -s 0x08000000 -D openmv.bin
|