You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/community/contribute/tips-and-tricks.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,24 @@
1
1
# Tips and tricks
2
2
3
-
This section provides useful snippets and how-tos while developping software for the PlanktoScope.
3
+
This page provides useful snippets and how-tos while developping software for the PlanktoScope.
4
4
5
5
!!! warning
6
6
7
7
This document is meant for PlanktoScope developers. Proceed with care.
8
8
9
+
## Development Environment
10
+
11
+
On the Raspberry, we recommend using our developer image which is built upon [Raspberry Pi OS with desktop 64-bit](https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit).
12
+
13
+
You can find the latest build in [actions](https://github.com/PlanktoScope/PlanktoScope/actions/workflows/build-os-bookworm-dx.yml?query=branch%3Amaster)
14
+
15
+
1. Choose the branch (e.g. `master`)
16
+
1. Navigate to the first action in the table
17
+
2. Download one of the Artifact depending on your PlanktoScope hardware
18
+
3. Run `unzip filename.zip` to extract files
19
+
20
+
See [Backup and Restore SD Card image](#backup-and-restore-sd-card) below to write the `.img.xz` file to the sdcard
21
+
9
22
## Backup and Restore SD Card
10
23
11
24
You will need to plug the SD card into your computer.
0 commit comments