aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/build.sh
blob: c30314993ce7f3c1b80e46f102ab7f303798c236 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
a=$PWD

cp /mounted/code.py $a/frozen/compromyse/picoducky.py

cd $a/ports/raspberrypi/
make BOARD=raspberry_pi_pico -j4

cp $a/ports/raspberrypi/build-raspberry_pi_pico/firmware.uf2 $a