-
Notifications
You must be signed in to change notification settings - Fork 3
Build and Deploy GRiSP2
Barbara Chassoul edited this page Feb 13, 2026
·
1 revision
This page is the fastest end-to-end path to build and deploy a GRiSP2 firmware.
./build-toolchain.sh grisp2For clean rebuild:
./build-toolchain.sh -c grisp2./build-sdk.sh grisp2For clean rebuild:
./build-sdk.sh -c grisp2Use one of the sample projects, or your own release project:
./build-project.sh grisp2 samples/hello_grispThis creates a *.tgz artefact in artefacts/.
Using artefact prefix:
./build-firmware.sh grisp2 hello_grispUsing explicit artefact file:
./build-firmware.sh grisp2 artefacts/hello_grisp-0.1.0-grisp2.tgzOptional outputs:
./build-firmware.sh -i grisp2 hello_grisp # also generate .img
./build-firmware.sh -u grisp2 hello_grisp # also generate update packageUnmount the SD card first:
diskutil unmountDisk /dev/rdiskX # macOS
umount /dev/sdX # LinuxProgram firmware:
fwup -a -d /dev/rdiskX -i artefacts/<firmware>.fw -t completeOn Linux, use /dev/sdX as device.