π₯ Video Link
Commands referenced for video
cd ~/Downloads/calyxos
Change Directory (if stored in your downloads folder). If you named the folder differently, then change βcalyxosβ to what you named it β Link to section in video
shasum -a 256 device-flasher.darwin
OPTIONAL β Verify device-flasher β Link to section in video
shasum -a 256 redfin-factory-number_in_file_name.zip
OPTIONAL β Verify CalyxOS image β Link to section in video
pwd
Print Working directory β Link to section in video
cd ~/Downloads/calyxos
Change to the directory of the files we downloaded earlier β Link to section in video
chmod +x device-flasher.darwin
Make device-flasher.darwin executable β Link to section in video
./device-flasher.darwin
Execute device-flasher.darwin β Link to section in video