🎥 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