You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/firmware_flasher.html

31 lines
1.8 KiB
HTML

<div class="tab-firmware_flasher">
<div class="info">
<strong>Path:</strong><span class="path">empty</span><br />
<strong>Size:</strong><span class="size">0 bytes</span><br />
<strong>Status:</strong><span class="status">Firmware not loaded</span><br />
<strong>Progress:</strong><progress class="progress" value="0" min="0" max="100"></progress>
</div>
<div class="note">
<p>
If you are flashing board with <strong>baseflight</strong> already flashed (updating), leave this checkbox unchecked.<br />
If you are flashing "<strong>bare</strong>" board with no firmware preloaded or you have bootloader pins <strong>shorted</strong>, check this box.<br />
</p>
<span style="float: left; font-weight: bold; margin-right: 6px;">No reboot sequence:</span><input class="updating" type="checkbox" />
</div>
<div class="clear-both"></div>
<a class="load_file" href="#">Load Firmware [Local]</a>
<a class="load_remote_file" href="#">Load Firmware [Online]</a>
<a class="flash_firmware locked" href="#">Flash Firmware</a>
<div class="clear-both"></div>
<div class="warning">
<div class="title">Warning</div>
<p>
Please do not try to flash <strong>non-baseflight</strong> hardware with this firmware flasher (it wont work).<br />
Do not <strong>disconnect</strong> the board or <strong>turn off</strong> your computer while flashing.<br />
<br />
Note: <strong>STM32</strong> bootloader is stored in <strong>ROM</strong>, it cannot be bricked.<br />
Note: <strong>Auto-Connect</strong> is always disabled while you are inside firmware flasher.<br />
</p>
</div>
<a class="back" href="#">Leave Firmware Flasher</a>
</div>