diff --git a/Documentation/boards/raspberrypi.md b/Documentation/boards/raspberrypi.md index 6d783b982..758763def 100644 --- a/Documentation/boards/raspberrypi.md +++ b/Documentation/boards/raspberrypi.md @@ -1,5 +1,19 @@ # Raspberry PI +Supported Hardware: + +| Device | Board | +|--------|-----------| +| Raspberry Pi A+/B/B+| rpi | +| Raspberry Pi Zero | rpi | +| Raspberry Pi Zero W | rpi0-w | +| Raspberry Pi 2 B | rpi2 | +| Raspberry Pi 3 B/B+ | rpi3 / rpi3-64 | + ## Serial console For access to terminal over serial console, add `console=ttyAMA0,115200` to `cmdline.txt` and `enable_uart=1` into `config.txt`. + +## Tweaks + +If you don't need bluetooth, disabled it with add `dtoverlay=pi3-disable-bt` into `config.txt`. diff --git a/Documentation/deployment.md b/Documentation/deployment.md index 68e456dcd..489711402 100644 --- a/Documentation/deployment.md +++ b/Documentation/deployment.md @@ -21,3 +21,7 @@ The branch `dev` ist the actual development branch and from there we never make version from they we build a beta release. If we create a new staging/productive release, we create a new branch `rel-{MAJOR}`. They will be used for the hole cycle of this release. + +## Upload release files + +We use [ghr](https://github.com/tcnksm/ghr) to upload files to our repository. A binary version is available inside `scripts`.