flipper_upload
Upload a file to your Flipper Zero and verify integrity using MD5 checksum, ensuring the file is correctly transferred.
Instructions
Upload a host file to the device and verify it by md5. Fails loudly if the bytes on the device do not match what was sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Serial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached. | |
| verify | No | ||
| local_path | Yes | ||
| device_path | Yes |