Skip to content

builder: improvements needed for esp32 XIP to correctly flash large programs#5511

Open
deadprogram wants to merge 2 commits into
devfrom
esp32-improve-builder
Open

builder: improvements needed for esp32 XIP to correctly flash large programs#5511
deadprogram wants to merge 2 commits into
devfrom
esp32-improve-builder

main: update to espflasher 0.7.1 and add flash erase progress tracker

9db0ed1
Select commit
Loading
Failed to load commit list.
TinyHCI / tinyhci: arduino succeeded Jul 19, 2026 in 53m 39s

Hardware CI passed

Hardware CI tests have passed.

Details

board image

Arduino Uno

Flash

go: downloading tinygo.org/x/tap v0.1.0
go: downloading tinygo.org/x/drivers v0.33.0
   code    data     bss |   flash     ram
   8272     520     578 |    8792    1098

avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0x1e950f (probably m328p)
avrdude: Note: flash memory has been specified, an erase cycle will be performed.
         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file /tmp/tinygo238138095/main.hex for flash
         with 8792 bytes in 1 section within [0, 0x2257]
         using 69 pages and 40 pad bytes
avrdude: writing 8792 bytes flash ...

Writing | ################################################## | 100% 1.58s

avrdude: 8792 bytes of flash written
avrdude: verifying flash memory against /tmp/tinygo238138095/main.hex

Reading | ################################################## | 100% 1.14s

avrdude: 8792 bytes of flash verified

avrdude done.  Thank you.


Tests

TAP version 13
1..8
ok 1 - digitalReadVoltage (GPIO)
ok 2 - digitalReadGround (GPIO)
ok 3 - digitalWrite (GPIO)
ok 4 - analogReadVoltage (ADC)
ok 5 - analogReadGround (ADC)
ok 6 - analogReadHalfVoltage (ADC)
ok 7 - i2cConnection (MPU6050)
ok 8 - spiTxRx (SPI)