aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/build.sh
blob: 3c3df830af13b6d2b6c40acceee9a38fdd5e3a46 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

file=$b64file

echo $file | base64 -d > frozen/compromyse/raspiducky.py

cd /circuitpython/ports/raspberrypi/
make BOARD=raspberry_pi_pico -j4

cp /circuitpython/ports/raspberrypi/build-raspberry_pi_pico/firmware.uf2 /circuitpython