How to install on Oneplus 3t

Eyezenheim
Mar 1, 2022

clone dragonpilot to /data/ and make sure it’s named openpilot:

cd /data/ && rm -fr openpilot ; git clone https://github.com/dragonpilot-community/dragonpilot.git openpilot -b 0.8.10

run command:

cd /data/openpilot/scripts/ && ./oneplus_update_neos.sh

Let it download and complete it update, after a couple of reboot, your screen will then stay in fastboot mode.

In fastboot mode, select use volume button to select to Recovery mode then press power button.

In Recovery mode, tap apply update -> Choose from emulated -> 0/ -> update.zip -> Reboot system now (Recovery mode, apply update -> Choose from emulated -> 0/ -> update.zip -> Reboot system now) You should be able to boot into openpilot, if touch screen is not working, try to reboot again.

--

--