d-ronin / openlager

STM32F4 based logging dongle for HIGH RATE logging
96 stars 25 forks source link

Witch firmware shold I flash? #61

Closed sanmaodeai closed 1 year ago

sanmaodeai commented 1 year ago

Hello guys, I make a openlarger hardware ,but I don't know witch firmware should I flash ? bootlager.bin , ef_lager.bin , lager.bin witch one should I flash? I want use this hardware for the BF's blackbox recoder . Use serial to communication.

mlyle commented 1 year ago

ef_lager.bin is the entire flash image, including the bootloader (bootlager.bin) & the firmware (lager.bin).

The update process uses a lager.bin.

sanmaodeai commented 1 year ago

ef_lager.bin is the entire flash image, including the bootloader (bootlager.bin) & the firmware (lager.bin).

The update process uses a lager.bin.

thanks for your reply.And if I flash the ef_lager.bin , the start address is 0x8000000?