File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1
- # Dockerfile port of https://gist.github.com/jcmvbkbc/316e6da728021c8ff670a24e674a35e6
2
- # wifi details http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:linux-xtensa:esp32s3wifi
3
-
4
- # we need python 3.10 not 3.11
5
1
FROM ubuntu:22.04
6
2
7
3
RUN apt-get update
@@ -30,9 +26,3 @@ RUN usermod -a -G dialout $DOCKER_USER
30
26
31
27
USER $DOCKER_USER
32
28
33
- # final files: /app/build/release/
34
- # now you can burn the files from the 'release' folder with:
35
- # python esptool.py --chip esp32s3 -p /dev/ttyUSB0 -b 921600 --before=default_reset --after=hard_reset write_flash 0x0 bootloader.bin 0x10000 network_adapter.bin 0x8000 partition-table.bin
36
- # next we can burn in the kernel and filesys with parttool, which is part of esp-idf
37
- # parttool.py write_partition --partition-name linux --input xipImage
38
- # parttool.py write_partition --partition-name rootfs --input rootfs.cramfs
You can’t perform that action at this time.
0 commit comments