Skip to content

Commit

Permalink
Add kernel configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
xcellerator committed Nov 5, 2017
1 parent d306bae commit d5909d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This guide assumes the following:
* You've configured WiFi using any one of the numerous guides online - see [here](https://archlinuxarm.org/forum/viewtopic.php?f=31&t=11529) for an example.
* You are using a Raspberry Pi Zero W.

### Set Kernel Options
We need to set some kernel command-line options so that our the right modules will be available to us on the Raspberry Pi.
1. First mount the first partition of the MicroSD card.
2. Add the **line** `dtoverlay=dwc2` to the bottom of `config.txt`
3. Add the **word** `dwc2` to the end of `cmdline.txt`
4. Unmount, eject, put back in the Raspberry Pi and carry on!

### Install Required Packages
If you're unfamiliar with Arch Linux, then the only real difference (as far as we will be concerned) is the package manager, `pacman`.
1. First, `su` into root (remember, the default root password is **root**).
Expand Down

0 comments on commit d5909d8

Please sign in to comment.