This repository has no description
1# Inkpress
2
3<img src="https://cachet.dunkirk.sh/emojis/inky/r/" width="130" align="right">
4
5> ### More deets coming soon 👀
6> An open-source, eink-based, rpi zero 2 w powered, camera.
7
8## Setup
9
10Put raspberry pi os lite 64-bit onto an SD card using the Raspberry Pi Imager and in the configureation step make sure to 1) add your SSH key and 2) set the user:password to `inky:inkycamera`. Oh and also make sure to add your wifi creds so we can update and install packages.
11
12Next you need to configure network over usb so we can ssh in easily and be able to access the photo webserver.
13
14Before sticking the card into the rpi, navigate to the boot partition and edit:
15
16`config.txt` - add to bottom:
17```txt
18dtoverlay=dwc2
19```
20
21and `cmdline.txt` - apphend to the only line:
22```txt
23modules-load=dwc2,g_ether
24```
25
26Create empty `ssh` file in boot partition to enable SSH or just click the button in the RPI Imager gui.
27
28now ssh in:
29```bash
30ssh ink@inkpress.local
31# Default password: inkycamera
32```
33
34The firmware instructions are in [`src/README.md`](src/README.md)
35
36### Troubleshooting
37- Ensure you are using the DATA port, not power-only
38- Some systems may need USB Ethernet gadget drivers
39
40<p align="center">
41 <img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" />
42</p>
43
44<p align="center">
45 <i><code>© 2025-present <a href="https://github.com/taciturnaxolotl">Kieran Klukas</a></code></i>
46</p>
47
48<p align="center">
49 <a href="https://github.com/taciturnaxolotl/inkpress/blob/master/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
50</p>