Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 751 Bytes

how_to_build_your_own_kernel.md

File metadata and controls

16 lines (13 loc) · 751 Bytes

Installing Your Own Kernel

Helpful hints before you begin

If you have modified the kernel, or the pre-built kernel is not the best for your platform, you can build your own kernel with the following steps:

Installing your own kernel

  1. Clone the code from repository.
git clone https://github.com/ApolloAuto/apollo-kernel.git
cd apollo-kernel
  1. Add the ESD CAN driver source code according to ESDCAN-README.md.
  2. Build the kernel with the following command: bash build.sh
  3. Install the kernel the same way as using a pre-built Apollo Kernel.