提交 8357c51c 编写于 作者: S storypku 提交者: Xiangquan Xiao

Docs: updated notes on apollo kernel installation how-to

上级 15a27474
# Installing the Apollo Kernel # How to Install Apollo Kernel
## Helpful hints before you begin
* The Apollo runtime environment in the vehicle requires the Apollo Kernel. You are strongly recommended to install the pre-built kernel. ## Before you begin
## Installing Apollo Kernel The Apollo Kernel is **ONLY** required by Apollo runtime in the vehicle. If your
sole purpose was developing and testing on the Apollo platform, or running
1. Download the release packages from the release section on GitHub: simulator software (e.g., the LGSVL simulator), then you don't need to install
https://github.com/ApolloAuto/apollo-kernel/releases Apollo kernel at all.
2. Install the kernel after having the release package downloaded:
* ```tar zxvf linux-4.4.32-apollo-1.5.0.tar.gz``` ## Installing the Apollo Kernel
* ```cd install```
* ```sudo bash install_kernel.sh``` - Download (latest) Apollo-kernel release from
3. Reboot your system using the reboot command [Apollo-kernel Releases on GitHub](https://github.com/ApolloAuto/apollo-kernel/releases)
4. 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](https://github.com/ApolloAuto/apollo-kernel/blob/master/linux/ESDCAN-README.md)
- Run the following commands to install the kernel after having the release
package downloaded:
```bash
tar zxvf linux-4.4.32-apollo-1.5.5.tar.gz
cd install
sudo bash install_kernel.sh
```
- Reboot your system
- After rebooting, build the ESD CAN driver source code following the
[ESDCAN-README.md](https://github.com/ApolloAuto/apollo-kernel/blob/master/linux/ESDCAN-README.md)
guide.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册