Skip to content

geerlingguy/raspberry-pi-pcie-devices

Repository files navigation

Raspberry Pi PCI Express device compatibility database

This repository builds the GitHub pages site: http://pipci.jeffgeerling.com

If you would like to add a new device to the site, or correct the information about an existing device, please file a Pull Request against this repository.

Local Editing

This site uses Jekyll to build and serve pages. On a local workstation, clone the repository, make sure you have Ruby, Bundler, and Jekyll installed, then run:

bundle exec jekyll serve

Access the local site at the address Jekyll provides.

Updating Dependencies

bundle update