Maybe works?

This commit is contained in:
2026-04-30 09:32:14 +02:00
parent a8c231df50
commit bd2ac926b0
7 changed files with 126 additions and 133 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
#!/bin/bash
DISK_ID=usb-RPI_RP2350_6F361FE334DD320F-0
DISK_ID=usb-RPI_RP2350_DD85828F2371B53B-0:0
#DISK_ID=usb-RPI_RP2350_6F361FE334DD320F-0:0
TARGET=sint-gauntlet.uf2
cd ./build
cmake ..
make -j
sudo mount "/dev/disk/by-id/$DISK_ID:0-part1" /mnt
sudo mount "/dev/disk/by-id/$DISK_ID-part1" /mnt
sudo cp $TARGET /mnt
sync