Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > esptool.py --chip esp32 --port /dev/ttyUSB2 --baud 460800 write_flash -z 0x1000 juicevm-risc-v_vm-for-esp32_wrover_20210717.bin
- esptool.py v3.1
- Serial port /dev/ttyUSB2
- Connecting.....
- Chip is ESP32-D0WD (revision 1)
- Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
- Crystal is 40MHz
- MAC: 8c:ce:4e:89:b9:90
- Uploading stub...
- Running stub...
- Stub running...
- Changing baud rate to 460800
- Changed.
- Configuring flash size...
- Flash will be erased from 0x00001000 to 0x00183fff...
- Compressed 1583728 bytes to 1294536...
- Wrote 1583728 bytes (1294536 compressed) at 0x00001000 in 32.0 seconds (effective 395.8 kbit/s)...
- Hash of data verified.
- ets Jun 8 2016 00:22:57
- ESP32 Serial:
- rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
- configsip: 0, SPIWP:0xee
- clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
- mode:DIO, clock div:2
- load:0x3fff0030,len:3676
- ho 0 tail 12 room 4
- load:0x40078000,len:12276
- load:0x40080400,len:3000
- entry 0x400805e8
- Hello world!
- esp_efuse_get_pkg_ver() 1
- EFUSE_RD_CHIP_VER_PKG_ESP32D2WDQ5 2
- EFUSE_RD_CHIP_VER_PKG_ESP32PICOD4 5
- EFUSE_RD_CHIP_VER_PKG_ESP32PICOD2 4
- EFUSE_RD_CHIP_VER_PKG_ESP32PICOV302 6
- EFUSE_RD_CHIP_VER_PKG_ESP32D0WDQ6 0
- EFUSE_RD_CHIP_VER_PKG_ESP32D0WDQ5 1
- This chip is ESP32-D0WD
- ESP_ROM_EFUSE_FLASH_DEFAULT_SPI
- This is esp32 chip with 2 CPU core(s), WiFi/BT/BLE, silicon revision 1, 2MB external flash
- Minimum free heap size: 259564 bytes
- juicevm_psram_init:300
- Initializing bus SPI2...
- Not too sure why it's saying 2MB external flash, I'm pretty sure the esp32-cam has a 4MB flash. but I think it's inside the metal casing of the module so I can't check, the psram is outside the module though so I'm sure about its size (ESP-PSRAM64H)
- here is a schematic for the esp32 cam, it has the psram pinouts: https://i1.wp.com/randomnerdtutorials.com/wp-content/uploads/2020/03/ESP32-CAM-AI-Thinker-schematic-diagram.png?quality=100&strip=all&ssl=1
Add Comment
Please, Sign In to add comment