Page 1 of 1

Bootupdater vs Bootloader

Posted: Fri Nov 06, 2020 5:33 am
by aravinth
Can someone please explain, what is the need for bootupdater?
What is the difference between bootupdater and bootloader?
Do I have to upload all three files in order to get the inverter to work??
:D Thanks.

Re: Bootupdater vs Bootloader

Posted: Fri Nov 06, 2020 7:27 am
by johu
Yes :)
If you have a fresh board from JLC (i.e. not bought on the openinverter shop) you need to flash the bootloader (stm32_loader.hex) and the firmware (stm32_sine.hex) or foc.hex.

The boot updater is like a small firmware with the sole purpose of updating the bootloader via UART / wifi module. It is intended for people who do not have a programmer like ST-Link. Since the boot loader rarely receives updates, the boot updater is only needed rarely as well.

Re: Bootupdater vs Bootloader

Posted: Sat Nov 07, 2020 2:56 pm
by aravinth
Thank you so much.