Skip to content

Commit a3a6fa3

Browse files
committed
removed old and obsoloted comments
1 parent b9fa130 commit a3a6fa3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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
51
FROM ubuntu:22.04
62

73
RUN apt-get update
@@ -30,9 +26,3 @@ RUN usermod -a -G dialout $DOCKER_USER
3026

3127
USER $DOCKER_USER
3228

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

0 commit comments

Comments
 (0)