you need beta3ESP_igrr wrote:That seems to be a fairly dated version of esptool (and hence the IDF). Support for D2WD was added to IDF in commit 6630877 (around first week of April). If your version of IDF is older than that, you will need to update it (including git submodule update to update esptool).esptool.py v2.0-beta1
VDD_SDIO for ESP32 D2WD
Re: VDD_SDIO for ESP32 D2WD
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: VDD_SDIO for ESP32 D2WD
Still can't flash like that. i'm upgrading my toolchain and esp-idf sdkrudi ;-) wrote:yes use 2MB and do not compress - how you go on?enitalp wrote:Changing my flash settingsCode: Select all
Flashing binaries to serial port /dev/COM8 (app at offset 0x10000)... esptool.py v2.0-beta1 Connecting.... Uploading stub... Running stub... Stub running... Attaching SPI flash... Configuring flash size... Warning: Could not auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB Flash params set to 0x0220 Compressed 9488 bytes to 5745... A fatal error occurred: Timed out waiting for packet content make: *** [/c/ESP32-IDK-SDK/esp-idf/components/esptool_py/Makefile.projbuild:53: flash] Error 2
Update did change the CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=n to remove warning, and set it up to 2mb.
Still no luck. trying to switch to not compressed...
Yup no luck there.Upgrading my toolsCode: Select all
Flashing binaries to serial port /dev/COM8 (app at offset 0x10000)... esptool.py v2.0-beta1 Connecting........ Uploading stub... Running stub... Stub running... Attaching SPI flash... Configuring flash size... Flash params set to 0x0210 A fatal error occurred: Timed out waiting for packet content make: *** [/c/ESP32-IDK-SDK/esp-idf/components/esptool_py/Makefile.projbuild:53: flash] Error 2
Re: VDD_SDIO for ESP32 D2WD
update your libs and tools
http://esp-idf.readthedocs.io/en/latest ... et-esp-idf
cd ~/esp
git clone --recursive https://github.com/espressif/esp-idf.git
cd ~/esp/esp-idf
git submodule update --init
http://esp-idf.readthedocs.io/en/latest ... et-esp-idf
cd ~/esp
git clone --recursive https://github.com/espressif/esp-idf.git
cd ~/esp/esp-idf
git submodule update --init
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: VDD_SDIO for ESP32 D2WD
come on
This is exciting
Do not let us fidget so long
This is exciting
Do not let us fidget so long
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: VDD_SDIO for ESP32 D2WD
So after a full upgrade.
flash_id
flash monitor
Flashed at 115k, will try at 900+ because it's long ;p
Youhou
now i have to find how to monitor the esp32, all my try failed
flash_id
Code: Select all
10:37:35 **** Build of configuration Default for project Imagine Bracelet ****
make flash_id
hello word
esptool.py v2.0-beta3
Connecting........____
Detecting chip type... ESP32
Uploading stub...
Running stub...
Stub running...
Manufacturer: 9d
Device: 7015
Hard resetting...
Code: Select all
esptool.py v2.0-beta3
Flashing binaries to serial port /dev/COM8 (app at offset 0x10000)...
esptool.py v2.0-beta3
Connecting......
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash params set to 0x0210
Writing at 0x00001000... (100 %)
Wrote 16384 bytes at 0x00001000 in 1.5 seconds (89.6 kbit/s)...
Hash of data verified.
Writing at 0x00010000... (2 %)
Writing at 0x00014000... (5 %)
Writing at 0x00018000... (8 %)
Writing at 0x0001c000... (11 %)
Writing at 0x00020000... (14 %)
Writing at 0x00024000... (17 %)
Writing at 0x00028000... (20 %)
Writing at 0x0002c000... (22 %)
Writing at 0x00030000... (25 %)
Writing at 0x00034000... (28 %)
Writing at 0x00038000... (31 %)
Writing at 0x0003c000... (34 %)
Writing at 0x00040000... (37 %)
Writing at 0x00044000... (40 %)
Writing at 0x00048000... (42 %)
Writing at 0x0004c000... (45 %)
Writing at 0x00050000... (48 %)
Writing at 0x00054000... (51 %)
Writing at 0x00058000... (54 %)
Writing at 0x0005c000... (57 %)
Writing at 0x00060000... (60 %)
Writing at 0x00064000... (62 %)
Writing at 0x00068000... (65 %)
Writing at 0x0006c000... (68 %)
Writing at 0x00070000... (71 %)
Writing at 0x00074000... (74 %)
Writing at 0x00078000... (77 %)
Writing at 0x0007c000... (80 %)
Writing at 0x00080000... (82 %)
Writing at 0x00084000... (85 %)
Writing at 0x00088000... (88 %)
Writing at 0x0008c000... (91 %)
Writing at 0x00090000... (94 %)
Writing at 0x00094000... (97 %)
Writing at 0x00098000... (100 %)
Wrote 573440 bytes at 0x00010000 in 50.6 seconds (90.7 kbit/s)...
Hash of data verified.
Writing at 0x00008000... (100 %)
Wrote 16384 bytes at 0x00008000 in 1.4 seconds (91.5 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting...
MONITOR
stdin is not a tty
make: *** [/c/ESP32-IDK-SDK/esp-idf/components/esptool_py/Makefile.projbuild:94: monitor] Error 1
Youhou
now i have to find how to monitor the esp32, all my try failed
Last edited by enitalp on Mon Jun 05, 2017 2:51 pm, edited 1 time in total.
Re: VDD_SDIO for ESP32 D2WD
well done!
..
-> putty?
what is you main ( loved ) OS? win, mac, linux? where you want monitore the com?
..
-> putty?
what is you main ( loved ) OS? win, mac, linux? where you want monitore the com?
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: VDD_SDIO for ESP32 D2WD
So flashing at CONFIG_ESPTOOLPY_BAUD_921600B worksrudi ;-) wrote:well done!
..
-> putty?
what is you main ( loved ) OS? win, mac, linux? where you want monitore the com?
I'm on windows. The monitor works normally. but not with python and eclipse anymore..
But the arduino serial monitor works ;p
Re: VDD_SDIO for ESP32 D2WD
all solved now?
how looks your pcb - can you share a picture here from the hardware test?
is your PCB open src / github?
where is your product shop?
now we need connect pSRAM to it ( its TBD just in time )
well done!
how looks your pcb - can you share a picture here from the hardware test?
is your PCB open src / github?
where is your product shop?
now we need connect pSRAM to it ( its TBD just in time )
well done!
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: VDD_SDIO for ESP32 D2WD
I just need to solve the debug output in eclipse, but all seems ok, thanks.rudi ;-) wrote:all solved now?
how looks your pcb - can you share a picture here from the hardware test?
is your PCB open src / github?
where is your product shop?
now we need connect pSRAM to it ( its TBD just in time )
well done!
Jamie can share a picture of the very small board packed with hardware. but not open source. it's a commercial product coming out fall 2018.
Re: VDD_SDIO for ESP32 D2WD
thanks - if you ready for shop, feel free for post in the showcase hereenitalp wrote:I just need to solve the debug output in eclipse, but all seems ok, thanks.rudi ;-) wrote:all solved now?
how looks your pcb - can you share a picture here from the hardware test?
is your PCB open src / github?
where is your product shop?
now we need connect pSRAM to it ( its TBD just in time )
well done!
Jamie can share a picture of the very small board packed with hardware. but not open source. it's a commercial product coming out fall 2018.
@jamie - is your cam ready for a shoot
well done guys!
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Who is online
Users browsing this forum: Baidu [Spider] and 29 guests