esp32 improvements

master^2
Michael Traeger 2019-01-28 20:16:31 +01:00
parent b4c405ccbb
commit dfe9abc3cc
1 changed files with 2 additions and 0 deletions

View File

@ -187,7 +187,9 @@ Flashen:
\item MicroPython Download: \url{https://micropython.org/download\#esp32} (esp32-20190128-v1.10-15-gdeb67569f.bin) \item MicroPython Download: \url{https://micropython.org/download\#esp32} (esp32-20190128-v1.10-15-gdeb67569f.bin)
\item[*nix] \texttt{esptool -{}-chip esp32 -{}-port /dev/ttyUSB0 -{}-baud 460800 write\_flash -z 0x1000 esp32-20190128-v1.10-15-gdeb67569f.bin} \item[*nix] \texttt{esptool -{}-chip esp32 -{}-port /dev/ttyUSB0 -{}-baud 460800 write\_flash -z 0x1000 esp32-20190128-v1.10-15-gdeb67569f.bin}
\item[win] \texttt{python -m esptool -{}-chip esp32 -{}-port COM12 -{}-baud 460800 write\_flash -z 0x1000 esp32-20190128-v1.10-15-gdeb67569f.bin} \item[win] \texttt{python -m esptool -{}-chip esp32 -{}-port COM12 -{}-baud 460800 write\_flash -z 0x1000 esp32-20190128-v1.10-15-gdeb67569f.bin}
\item Während dessen wild auf Boot drücken...
\item reset \item reset
\item Troubleshooting: Evtl. \texttt{esptool.py} verwenden
\end{itemize} \end{itemize}
\end{frame} \end{frame}