mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 18:59:56 +00:00
8 lines
182 B
Bash
Executable File
8 lines
182 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
echo "Converting to uf2 for NRF52 Adafruit bootloader"
|
|
bin/uf2conv.py .pio/build/rak4631/firmware.hex -f 0xADA52840
|
|
cp flash.uf2 /media/kevinh/FTH*BOOT/
|