Bootloader interface (USART)

Hi !

I want to upload F/W with UART.

There is a define part for USB and UART at hw_config.h in Bootloader.

# define INTERFACE_USB                  1
# define INTERFACE_USART                1

I think there is no problem, but I cannot upload with UART.

Please let me know, if I have to configure in source code.

Hello,

I have the similar problem. Is it working for you now? If yes, can you please provide some details? Thanks.

Regards,
Archit

No, it wasn’t solved yet.

Did you try to solve it?

I just made a minor Modification to the Code in this Part that detects the Serial Port an will stay in Bootloader Mode (not yet in production Code).

As I had the opposite Problem, my Board was staying in Bootloader mode as the RX Line was pulled low by unpowered Equipment, which caused this. The Code will watch for at least 3 Cycles of LOW RX (Break Signal) which triggers the Bootloader. Problem is, that this is only checked in a small Window about 200ms long.

You should check which Version of the Bootloader is running (“Version X”) during FW Installation in QGC with USB Connection. What Board are you trying to flash and why is it not possible to do via USB?