-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image sequencer, infragram, and RPi Cam for Raspberry Pi camera #73
base: main
Are you sure you want to change the base?
Changes from 19 commits
7a66d11
26ef947
609673d
32fbea8
42ee9e2
01cdcbc
f5d4905
a094e04
1493a02
7c89233
a30c924
11c7d2b
fd8e252
0bf4bce
3244044
3c390c0
fcfa38f
ca35fc9
a7a95be
8fdb1c3
96fa3e5
5806d3b
4faa6b5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/sh -e | ||
# | ||
# rc.local | ||
# | ||
# This script is executed at the end of each multiuser runlevel. | ||
# Make sure that the script will "exit 0" on success or any other | ||
# value on error. | ||
# | ||
# In order to enable or disable this script just change the execution | ||
# bits. | ||
# | ||
# By default this script does nothing. | ||
|
||
exit 0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
rpicamdir="cam" | ||
webserver="" | ||
webport="80" | ||
user="" | ||
webpasswd="" | ||
autostart="yes" | ||
jpglink="no" | ||
phpversion="7" |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ ROOTFS_TAR_CHECKSUM="d1e7e6d48a25b4a206c5df99ecb8815388ec6945e4f97e78413d5a80778 | |
|
||
# name of the ready made raw image for RPi | ||
RAW_IMAGE="rpi-raw.img" | ||
RAW_IMAGE_VERSION="v0.2.2" | ||
RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1c2c6" | ||
RAW_IMAGE_VERSION="master" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And should this be reverted too? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I tried reverting this file but seem not to be able to??? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how so "not able to" is it a permissions issue? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you are finding issues building, it's a good idea to check the upstream project https://github.com/hypriot/image-builder-rpi/blob/master/versions.config - as Raspbian is a moving target that gets updated and requires tweaking the build. |
||
RAW_IMAGE_CHECKSUM="e32c0b9f3cdb9c60bad97a724103fc1283cdc135848e6142d588cd96fac1d6a8" | ||
|
||
# specific versions of kernel/firmware and docker tools | ||
export KERNEL_BUILD="1.20190517-1" | ||
export KERNEL_BUILD="1.20190709~stretch-1" | ||
# For testing a new kernel, use the CircleCI artifacts URL. | ||
# export KERNEL_URL=https://62-32913687-gh.circle-artifacts.com/0/home/circleci/project/output/20180320-092128/raspberrypi-kernel_20180320-092128_armhf.deb | ||
# export KERNEL_VERSION="4.14.98" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should revert this, I think?