From 8a55e8e60c24d7279e04ebb4c98871ef8cfc6933 Mon Sep 17 00:00:00 2001 From: Tom-on64 Date: Sun, 26 Apr 2026 16:26:35 +0200 Subject: [PATCH] Added build script --- build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..3739ed5 --- /dev/null +++ b/build.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +DISK_ID=usb-RPI_RP2350_6F361FE334DD320F-0 +TARGET=sint-gauntlet.uf2 + +cd ./build +cmake .. +make -j +sudo mount "/dev/disk/by-id/$DISK_ID:0-part1" /mnt +sudo cp $TARGET /mnt +sync +