crycode-de / mcp-can-boot

CAN bus bootloader for AVR microcontrollers attached to an MCP2515 CAN controller.
Other
33 stars 12 forks source link

ESP32 #12

Open hughkojack opened 6 months ago

hughkojack commented 6 months ago

Hi Peter,

Is it possible to use this bootloader for ESP32 chips?

Thanks Hugh

crycode-de commented 6 months ago

Hi Hugh, currently it's not possible to use is for ESP32 chips. Only AVR controllers are supported at the moment.

It's probably possible to adopt the main logic to other controllers (like the ESP32). PR's are wellcome 😉

hungneyugn commented 3 months ago

Hi Hugh, I'm also looking for a solution of bootloader using CAN to receive and flash firmware for ESP32. It's the same with your comment. Have you had solution for it?