flipperzero-firmware/flash_core1_main.sh

10 lines
165 B
Bash
Raw Normal View History

#!/bin/bash
set -x -e
rm bootloader/.obj/f*/flash || true
make -C bootloader -j9 flash
rm firmware/.obj/f*/flash || true
make -C firmware -j9 APP_RELEASE=1 flash