fix(boards/ark/fmu-v6s): rebuild bootloader with correct board id (#27347)

The committed ark_fmu-v6s_bootloader.bin was built before BOARD_TYPE was
set to 61 in src/hw_config.h, so it advertises board id 57 (the v6x id)
to px_uploader. Uploading any v6s firmware then fails with:

    Board mismatch: No suitable firmware for board 57 (available: [61])

Rebuild the bootloader from the current source so the binary reports
board id 61 and matches firmware.prototype.
This commit is contained in:
Jacob Dahl
2026-05-15 21:40:09 -04:00
committed by GitHub
parent 83d497d624
commit 14a7484d1a
Binary file not shown.