๐ฅ Video Link
Commands referenced for video
sudo apt update
Update local repositories โ Link to section in video
sudo apt install android-sdk-platform-tools-common
Install required packages โ Link to section in video
sudo apt install adb
Install Android Debug Bridge โ Link to section in video
cd ~/Downloads
Change directory to where files were downloaded โ Link to section in video
sha256sum device-flasher.linux
OPTIONAL โ Verify device-flasher โ Link to section in video
sha256sum redfin-factory-202112110.zip
OPTIONAL โ Verify CalyxOS image โ Link to section in video
chmod +x device-flasher.linux
Make device-flash executable โ Link to section in video
./device-flasher.linux
Execute device-flasher.linux โ Link to section in video