mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
6 lines
161 B
Bash
Executable File
6 lines
161 B
Bash
Executable File
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/
|