- The Apollo runtime environment in the vehicle requires the Apollo Kernel. You are strongly recommended to install the pre-built kernel.
- Download the release packages from the release section on GitHub: https://github.com/ApolloAuto/apollo-kernel/releases
- Install the kernel after having the release package downloaded:
tar zxvf linux-4.4.32-apollo-1.5.0.tar.gz
cd install
sudo bash install_kernel.sh
- Reboot your system using the reboot command
- After rebooting, build the ESD CAN driver source code. Resources to build the ESD CAN driver source code can be found here: ESDCAN-README.md