Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 4, 2024
1 parent c084630 commit 5c195e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions BUILDLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ To test execute the following
```console
pip3 install pytest
pytest tests/
```

To get kernel version and OS info

```console
cat /etc/os-release
uname -a
```
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ k.type('Hello world!')
see [examples](examples)

## Tests
| Raspberry Pi Model | Raspbian Version | Kernel Version |
|---------------------|-------------------|----------------|
| Raspberry Pi 4 | Raspbian 12 | 6.1 |
| Raspberry Pi Zero | Raspbian 5.10 | - |

| Raspberry Pi Model | Raspbian Version | Kernel Version | Date of Testing |
|--------------------|-----------------------|----------------|-----------------|
| Raspberry Pi 4 | Raspbian 12 (bookworm)| 6.6.31 | 04/08/2024 |
| Raspberry Pi 4 | Raspbian 12 | 6.1 | 01/01/2023 |
| Raspberry Pi Zero | Raspbian 5.10 | - | 01/01/2023 |

## Gotachas

Expand Down

0 comments on commit 5c195e0

Please sign in to comment.