Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmhmk authored Sep 23, 2017
1 parent ae2090e commit 20f1328
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Buildroot Camera RPi

## Installation

### Download Release

Download a pre-build [release](https://github.com/moritzmhmk/buildroot-camera-rpi/releases) and flash it to a sd card (e.g. using [Etcher](https://etcher.io/))

### Build a custom version

Clone Repo and submodules
```bash
git clone https://github.com/moritzmhmk/buildroot-camera-rpi
cd buildroot-camera-rpi
git submodule init
git submodule update
```

Run `make xconfig`, make changes, save and then close window.

Run `make all` and wait about 2h :coffee:

The resulting image can be found in `output/images`.

## Configuration
Configuration files can be found on the `boot` partition of the SD card.

### Camera
``homebridge-camera-rpi.conf.json`` contains the configuration for [homebridge-camera-rpi](https://github.com/moritzmhmk/homebridge-camera-rpi)

### WiFi
``wpa_supplicant`` - is a folder containing configurations in the format ``wpa_supplicant-INTERFACE.conf``

These are normal wpa_supplicant config files. ``INTERFACE`` should be ``wlan0`` if only one wifi dongle is attached.

## License

### buildroot-submodule
Expand Down

0 comments on commit 20f1328

Please sign in to comment.