nanoFirmwareFlasher attempt to add ESP32-C3 support #933
lsd-techno
started this conversation in
General
Replies: 1 comment 2 replies
-
@lsd-techno support for ESP32_C3 it's a work in progress. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good evening.
I've attempt to test nanoframework on ESP-C3-32S module based board.
First when I try to identify board I got error that bootloader not found:
so the error is "esp32c3bootloader" and content not exist:
esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: 'C:\\nanoff\\.store\\nanoff\\2.0.9\\nanoff\\2.0.9\\tools\\net6.0\\any\\esp32c3bootloader\\bootloader.bin'
Next I try to get bootloader and other files from esptool repo but finished with different file naming and suspect there may be more difference.
Is there any documented way on how to add new ESP32 hardware/chip support?
This is what I able to read with esptool:
Beta Was this translation helpful? Give feedback.
All reactions