Skip to content

Commit

Permalink
add missing pkg to installation reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
ingo committed Oct 2, 2024
1 parent 9ec05c9 commit 91e5609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timelapsepi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ This folder manages how disk images are created which can be installed on SD car
cd src/image/ && wget https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-05-28/2021-05-07-raspios-buster-armhf-lite.zip && cd ../../
```

2. install required software: `sudo apt-get install qemu-user-static p7zip-full`
2. install required software: `sudo apt-get install qemu-user-static p7zip-full jq`
3. start build: `cd src/ && sudo ./build_dist`. This will create a disk image in `src/workspace/*.img`.
4. The created image can be installed onto an SD card via the [Raspberry Pi Imager](https://www.raspberrypi.org/software/).

0 comments on commit 91e5609

Please sign in to comment.