diff --git a/BUILDLING.md b/BUILDLING.md index 947eec5..b2b355e 100644 --- a/BUILDLING.md +++ b/BUILDLING.md @@ -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 ``` \ No newline at end of file diff --git a/README.md b/README.md index 0c9adf1..6622d55 100644 --- a/README.md +++ b/README.md @@ -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