artdeell commented on issue #15692:
URL: https://github.com/apache/nuttx/issues/15692#issuecomment-2616690052

   Got home, checked, esptool version used by the build process is 4.8.1
   Full build log:
   ```
   Create version.h
   LN: platform/board to /home/maks/esp32/apps/platform/dummy
   Register: hello
   Register: nsh
   Register: sh
   Register: taskset
   Register: ostest
   Register: smp
   CPP:  
/home/maks/esp32/nuttx/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld->
 
/home/maks/esp32/nuttx/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32/ld/esp32.rom.libgcc.ldCPP:
  
/home/maks/esp32/nuttx/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld->
 
/home/maks/esp32/nuttx/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32/ld/esp32.rom.newlCPP:
  
/home/maks/esp32/nuttx/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld->
 
/home/maks/esp32/nuttx/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32/ld/esp32.rom.newCPP:
  
/home/maks/esp32/nuttx/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld->
 
/home/maks/esp32/nuttx/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32/ld/esp32.rom.syscallLD:
 nuttx
   CP: nuttx.hex
   MKIMAGE: ESP32 binary
   esptool.py -c esp32 elf2image --ram-only-header -fs 4MB -fm dio -ff 40m -o 
nuttx.bin nuttx
   esptool.py v4.8.1
   Creating esp32 image...
   Image has only RAM segments visible. ROM segments are hidden and SHA256 
digest is not appended.
   Merged 1 ELF section
   Successfully created esp32 image.
   Generated: nuttx.bin
   esptool.py -c esp32 -p /dev/ttyUSB0 -b 921600  write_flash -fs detect -fm 
dio -ff 40m 0x1000 nuttx.bin
   esptool.py v4.8.1
   Serial port /dev/ttyUSB0
   Connecting......
   Chip is ESP32-D0WD-V3 (revision v3.1)
   Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding 
Scheme None
   Crystal is 40MHz
   MAC: d8:bc:38:fc:f2:1c
   Uploading stub...
   Running stub...
   Stub running...
   Changing baud rate to 921600
   Changed.
   Configuring flash size...
   Auto-detected Flash size: 4MB
   Flash will be erased from 0x00001000 to 0x00039fff...
   Compressed 231140 bytes to 110125...
   Wrote 231140 bytes (110125 compressed) at 0x00001000 in 2.2 seconds 
(effective 837.0 kbit/s)...
   Hash of data verified.
   
   Leaving...
   Hard resetting via RTS pin...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to