Update readme, added prerequisites
This commit is contained in:
parent
7ff57ca4d8
commit
e8b351edf7
1 changed files with 11 additions and 1 deletions
12
README.MD
12
README.MD
|
@ -9,7 +9,7 @@ Orignal project: https://github.com/openvehicles/Open-Vehicle-Monitoring-System-
|
|||
The fork is fixed at Version 3.3.002 with their provided modified ESP-IDF
|
||||
## To-Do List
|
||||
|
||||
- [ ] Integrate my server to assistant and server recommendation and add CA as well
|
||||
- [X] Integrate my server to assistant and server recommendation and add CA as well
|
||||
- [ ] Integrate PIDs for reading values like odometer, battery cell voltage and so on, via OBD connector (because of gateway read-only)
|
||||
- [ ] Accessing CAN bus after gateway to get full access to controllers use all available CAN bus interfaces OVMS hardware has
|
||||
- [ ] Get more useful PIDs with direct access of CAN busses
|
||||
|
@ -20,6 +20,16 @@ The fork is fixed at Version 3.3.002 with their provided modified ESP-IDF
|
|||
|
||||
Successful build will be uploaded to my own ovms-server at https://ovms.bit-cloud.de/firmware or under Releases tab so self host them
|
||||
|
||||
## Build prerequisites
|
||||
|
||||
If you have a freshly installed Debian or Ubuntu based operating system, you can install prerequisites with following commands. On other distributions you need to install these with your package manager
|
||||
|
||||
```
|
||||
apt install git build-essential pyhton3 python3-pip python ncurses-dev flex bison gperf dos2unix
|
||||
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
|
||||
sudo python2.7 get-pip.py
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
Clone my repository and init submodules
|
||||
|
|
Loading…
Reference in a new issue