NEOS
NEOS is the operating system for your comma two and EON Gold Dashcam Development Kit.
Updates
When openpilot requires a NEOS update, you won't have to do anything. NEOS updates download in the background auotmatically, just like normal openpilot updates. This repo is for restoring or recovering your device.
Restoring on macOS & Linux
- Connect your comma two (via a USB-C to USB-A cable) or EON Gold (via a USB-mini-B to USB-A cable) to your computer
- Open a terminal
- Clone this repo
git clone https://github.com/commaai/eon-neos.git
, thencd eon-neos
- Run
./download.py
- Put your device into fastboot mode by turning off your device, then holding volume down + power.
- Run
./flash.sh
DO NOT DISCONNECT THE DEVICE!
Restoring on Windows
- Install the Google USB driver for ADB (Android Debug Bridge)... https://developer.android.com/studio/run/win-usb
- Connect your comma two (via a USB-C to USB-A cable) or EON Gold (via a USB-mini-B to USB-A cable) to your computer
- Download and extract this repository
- Download & install Python 3
- Run download.py to download NEOS and flashing tools
- Put your device into fastboot mode by turning off your device, then holding volume down + power.
- Run flash.ps1 (right click, run with powershell). DO NOT DISCONNECT THE DEVICE!