geerlingguy / raspberry-pi-pcie-devices

Raspberry Pi PCI Express device compatibility database
http://pipci.jeffgeerling.com
GNU General Public License v3.0
1.52k stars 135 forks source link
aarch64 arm arm64 cm4 compute-module pcie raspberry-pi

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