I have an ESP32 chip, not the DevBoard, but the chip only, this one. https://www.olimex.com/Products/IoT/ESP32-WROOM-32/images/ESP32-WROOM32-1.jpg
I have a burn board which I use to flash the ESP32, this one https://ae01.alicdn.com/kf/HTB1FvpqPVXXXXcdXpXXq6xXFXXXR/ESP32-test-board-small-batch-burn-fixture-for-Le-Xin-ESP-WROOM-32-module.jpg_640x640.jpg
So I flashed my program using this board onto the chip and I can boot it up using the board itself. But I want to know how to boot the chip without using the board.
I took a 3.3v supply and connected the 3v3 pin and GND on the chip, but that doesn't seem to work. Can anyone tell me the procedure to boot the ESP32 which has a program flashed in it, normally so that it executes the program? I need help understanding the wiring. I even connected the GPIO0 to VCC, but that didn't seem to work either.