弄到了四个板载esp32 wroom 32d的视觉传感器,想刷入自己的固件,esptool报错如下
Secure Boot detected, writing to flash regions < 0x8000 is disabled to protect the bootloader. Use --force to override, please use with caution, otherwise it may brick your device!
问了deepseek发现是安全启动的问题,不允许修改bootloader和分区表
我用arduino ide和esp32 download tool烧录时,并无报错,但是运行时重复报错
rst:0x10
(RTCWDT_RTC_RESET),boot:0x13(SPI_FAST_FLASH_BOOT)
flash read err, 1000 ets_main.c 371
ets Jun 8 2016 00:22:57
求专家解答
已解决
bootloader和分区表被厂商锁了,防止有人刷机
放弃