misaalanshori

ESP32-CAM JUICEVM

Jul 21st, 2021 (edited)
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. > esptool.py --chip esp32 --port /dev/ttyUSB2 --baud 460800 write_flash -z 0x1000 juicevm-risc-v_vm-for-esp32_wrover_20210717.bin
  2. esptool.py v3.1
  3. Serial port /dev/ttyUSB2
  4. Connecting.....
  5. Chip is ESP32-D0WD (revision 1)
  6. Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
  7. Crystal is 40MHz
  8. MAC: 8c:ce:4e:89:b9:90
  9. Uploading stub...
  10. Running stub...
  11. Stub running...
  12. Changing baud rate to 460800
  13. Changed.
  14. Configuring flash size...
  15. Flash will be erased from 0x00001000 to 0x00183fff...
  16. Compressed 1583728 bytes to 1294536...
  17. Wrote 1583728 bytes (1294536 compressed) at 0x00001000 in 32.0 seconds (effective 395.8 kbit/s)...
  18. Hash of data verified.
  19. ets Jun 8 2016 00:22:57
  20.  
  21. ESP32 Serial:
  22. rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
  23. configsip: 0, SPIWP:0xee
  24. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  25. mode:DIO, clock div:2
  26. load:0x3fff0030,len:3676
  27. ho 0 tail 12 room 4
  28. load:0x40078000,len:12276
  29. load:0x40080400,len:3000
  30. entry 0x400805e8
  31. Hello world!
  32. esp_efuse_get_pkg_ver() 1
  33. EFUSE_RD_CHIP_VER_PKG_ESP32D2WDQ5 2
  34. EFUSE_RD_CHIP_VER_PKG_ESP32PICOD4 5
  35. EFUSE_RD_CHIP_VER_PKG_ESP32PICOD2 4
  36. EFUSE_RD_CHIP_VER_PKG_ESP32PICOV302 6
  37. EFUSE_RD_CHIP_VER_PKG_ESP32D0WDQ6 0
  38. EFUSE_RD_CHIP_VER_PKG_ESP32D0WDQ5 1
  39. This chip is ESP32-D0WD
  40. ESP_ROM_EFUSE_FLASH_DEFAULT_SPI
  41. This is esp32 chip with 2 CPU core(s), WiFi/BT/BLE, silicon revision 1, 2MB external flash
  42. Minimum free heap size: 259564 bytes
  43. juicevm_psram_init:300
  44. Initializing bus SPI2...
  45.  
  46.  
  47.  
  48. 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)
  49.  
  50. 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