Open Decman84 opened 2 years ago
@Decman84 I think that the V2 version will work on a Pi 4, and that release is in progress.
Do you already have a Pi4?
Awesome. Yes I do. I tried the existing version but it didn’t work so I thought I would check re support
On 5 Feb 2022, at 1:41 am, Tom Anschutz @.***> wrote:
@Decman84https://github.com/Decman84 I think that the V2 version will work on a Pi 4, and that release is in progress.
Do you already have a Pi4?
— Reply to this email directly, view it on GitHubhttps://github.com/mrworf/photoframe/issues/199#issuecomment-1030104427, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHL3N3GXYLNY6ZDFISF3XGLUZPXSXANCNFSM5LJCPOJQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>
@Decman84, here's a follow-on question for you. Would you feel comfortable doing a manual install, and would you be willing to take notes and file Issues on problems, bugs and unclear instructions with the branch? Once all the testing is done, I'd expect a new image will be made, and at that time it's very likely you would have to re-install that image to get future updates.
Yeah absolutely. Great project so happy to help!
Sent from my iPhone
On 5 Feb 2022, at 6:25 am, Tom Anschutz @.***> wrote:
@Decman84https://github.com/Decman84, here's a follow-on question for you. Would you feel comfortable doing a manual install, and would you be willing to take notes and file Issues on problems, bugs and unclear instructions with the branch? Once all the testing is done, I'd expect a new image will be made, and at that time it's very likely you would have to re-install that image to get future updates.
— Reply to this email directly, view it on GitHubhttps://github.com/mrworf/photoframe/issues/199#issuecomment-1030324222, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHL3N3FA6UNOR5GKKGRVLSTUZQY47ANCNFSM5LJCPOJQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>
OK then, have a look at the instructions in the readme here:
https://github.com/dadr/photoframe/tree/Bullseye
The one difference you need to make is in line 170 of the readme. It currently reads:
git clone --branch python3 --single-branch https://github.com/mrworf/photoframe.git
and instead you should type:
git clone --branch Bullseye --single-branch https://github.com/dadr/photoframe.git
Note that there are two changes in that line.
Thank you for helping test and debug photoframe!
Thanks mate. Will do
Sent from my iPhone
On 5 Feb 2022, at 6:57 am, Tom Anschutz @.***> wrote:
OK then, have a look at the instructions in the readme here: https://github.com/dadr/photoframe/tree/Bullseye The one difference you need to make is in line 170 of the readme. It currently reads: git clone --branch python3 --single-branch https://github.com/mrworf/photoframe.git and instead you should type: git clone --branch Bullseye --single-branch https://github.com/dadr/photoframe.git
Note that there are two changes in that line.
Thank you for helping test and debug photoframe!
— Reply to this email directly, view it on GitHubhttps://github.com/mrworf/photoframe/issues/199#issuecomment-1030343346, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHL3N3FILELT26BHFTDCJTDUZQ4TRANCNFSM5LJCPOJQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>
Hi, This is great software I have been using it for some time, however I would love to use 4K monitors and therefore leverage the Pi 4. Just wondering what is required to make this distribution compatible with Pi4 or another piece of hardware capable for 4K Thanks for your efforts.