Added build script

This commit is contained in:
Tom-on64 2026-04-26 16:26:35 +02:00
parent 774980200c
commit 8a55e8e60c

12
build.sh Executable file
View File

@ -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