提交 beb3fc05 编写于 作者: T tc87 提交者: Liangliang Zhang

How-To Guide for Installing Ubuntu and Apollo Kernel (#1924)

* Create Software_FAQ.md

* Create General_FAQs.md

* Rename Software_FAQ.md to Software_FAQs.md

* Create Hardware_FAQs.md

* Update General_FAQs.md

* Update Software_FAQs.md

* Update Software_FAQs.md

* Update Software_FAQs.md

* Create Calibration_FAQs.md

* Update Calibration_FAQs.md

* Delete FAQ0.md

* Delete FAQ0_cn.md

* Delete FAQ1.md

* Delete FAQ1_cn.md

* Delete FAQ2.md

* Delete FAQ2_cn.md

* Create how_to_install_ubuntu.md

* Update how_to_install_ubuntu.md

* Create how_to_install_apollo_kernel.md

* Update how_to_install_apollo_kernel.md
上级 2fddee30
# Installing the Apollo Kernel
## Helpful hints before you begin
* The Apollo runtime in the vehicle requires the Apollo Kernel. You are strongly recommended to install the pre-built kernel.
## Installing Apollo Kernel
1. Download the release packages from the release section on GitHub:
https://github.com/ApolloAuto/apollo-kernel/releases
2. 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```
3. Reboot your system by the reboot command
4. After rebooting, build the ESD CAN driver source code. How to build the ESD CAN driver source code can be found at [ESDCAN-README.md](https://github.com/ApolloAuto/apollo-kernel/blob/master/linux/ESDCAN-README.md)
# How to Install Ubuntu Linux Operating System
## Helpful hints before you begin:
* It is recommended that you use Ubuntu 14.04.3.
* You can type F2 during the system boot process to enter the BIOS settings. It is recommended that you disable Quick Boot and Quiet Boot in the BIOS to make it easier to catch any issues in the boot process.
* The IPC must have internet access to update and install software. Make sure that the Ethernet cable is connected to a network with Internet access. You might need to configure the network for the IPC if the network that it is connected to is not using the Dynamic Host Configuration Protocol (DHCP).
* For more information about Ubuntu, see Ubuntu for Desktop web site: https://www.ubuntu.com/desktop.
## Installing Ubuntu Linux:
Follow these steps:
1. Create a bootable Ubuntu Linux USB flash drive:
Download Ubuntu (or a variant such as Xubuntu) and follow the online instructions to create a bootable USB flash drive.
2. Install Ubuntu Linux:
* Insert the Ubuntu installation drive into a USB port and turn on the system.
* Install Linux by following the on-screen instructions.
3. Perform a software update and installation:
* Reboot into Linux after the installation is done.
* Launch the Software Updater to update to the latest software packages (for the installed distribution) or type the following commands in a terminal program such as GNOME Terminal.
```sudo apt-get update``` |
```sudo apt-get upgrade```
4. Launch a terminal program such as GNOME Terminal and type the following command to install the Linux 4.4 kernel:
```sudo apt-get install linux-generic-lts-xenial```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册