[RX66T] About bootloader and OTA

Hello

MCU:

     RX66T

E2STUDIO:

     Version: 2023-01 (23.1.0)
      Build Id: R20230106-1556

CC-RX:

       3.05.00

We need OTA in our product,( in fact , we want to update the firmware through UART, CAN or SPI).

what we can find from renesas is :RX Family C/C++ Compiler Package (CC-RX) (renesas.com)

Can you give us some suggestions?

Parents
  • Dear Jonathan, I hope you're doing well. I noticed you mentioned updating firmware through UART and I wanted to clarify some things. If you have another controller connected to the MCU and you want to implement OTA through it, the RX66 has a preloaded bootloader inside it and can program the MCU through UART and USB. You can check this out.

    However, I'm not sure if this applies to your case. If you want to implement self-programming and take control of flash programming by the MCU itself, and fetch programming data through an interface like UART, please let me know.
    If you have any further questions, please don't hesitate to ask.
    Best regards,

    Hossein.

    If this or any other user's response answers your concern, kindly verify the answer. Thank you!

    Renesas Engineering Community Moderator
    https://community.renesas.com/
    https://academy.renesas.com/
    en-support.renesas.com/.../



Reply
  • Dear Jonathan, I hope you're doing well. I noticed you mentioned updating firmware through UART and I wanted to clarify some things. If you have another controller connected to the MCU and you want to implement OTA through it, the RX66 has a preloaded bootloader inside it and can program the MCU through UART and USB. You can check this out.

    However, I'm not sure if this applies to your case. If you want to implement self-programming and take control of flash programming by the MCU itself, and fetch programming data through an interface like UART, please let me know.
    If you have any further questions, please don't hesitate to ask.
    Best regards,

    Hossein.

    If this or any other user's response answers your concern, kindly verify the answer. Thank you!

    Renesas Engineering Community Moderator
    https://community.renesas.com/
    https://academy.renesas.com/
    en-support.renesas.com/.../



Children