Skip to content

Firmaware

alvaoze edited this page Jun 27, 2024 · 1 revision

Upload Firmware in FPGA

Usage:

HardsploitAPI().upload_firmware(path_to_your_fpga_module, check_firmware)
Parameter Type Range
path_to_your_fpga_module string file path of a module FPGA (rpd file)
check_firmware boolean true = check, false = no check

When check_firmware is False, the function always return True.

When check_firmware is True, the function return true if firmware write = firmware read. Slower beacause it read the firmware to check)

Clone this wiki locally