Add commented make flash command to dockerfile as reference.
This commit is contained in:
parent
353e7b9174
commit
13be7b94ae
|
|
@ -97,6 +97,7 @@ COPY klipper_cfg/firmware/config ${SRCDIR}/.config
|
|||
|
||||
WORKDIR ${SRCDIR}
|
||||
RUN make
|
||||
#RUN make flash FLASH_DEVICE=/hostdevices/ttyUSB0
|
||||
|
||||
RUN cp out/klipper.elf.hex /home/klippy/.config/klipper/firmware/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue