# Does latest Screenly OSE work on 2014 B+ V1.2 Pi?

**URL:** https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882
**Category:** Anthias
**Created:** [November 16, 2022, 9:34pm UTC](https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882 "2022-11-16T21:34:26Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![CChuck](https://avatars.discourse-cdn.com/v4/letter/c/b487fb/32.png) [@CChuck](https://forums.screenly.io/u/CChuck)
#### Post date: [November 16, 2022, 9:34pm UTC](https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882/1 "2022-11-16T21:34:26Z")

</div>

Trying to run Raspberry Pi LITE and Screenly OSE on old RPi (2014 B+ V1.2 ). Is this a mismatch?? LITE installs with no issue, then I run bash \<(curl -sL [https://www.screenly.io/install-ose.sh](https://www.screenly.io/install-ose.sh)) and it seems to run and requests reboot. Pi boots to “raspberrypi login:” and I never see Screenly. Yes, I don’t know what I am doing LOL  
Thanks in advance!  
cc

---

<div class="post-metadata">

### Author: ![ealmonte32](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.screenly.io/ealmonte32/32/228_2.png) [@ealmonte32](https://forums.screenly.io/u/ealmonte32)
#### Post date: [November 16, 2022, 11:48pm UTC](https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882/2 "2022-11-16T23:48:57Z")

</div>

First, to make sure the containers are up and running, type:  
`docker ps`

you should get an outcome of docker container names and stuff… if there are no containers or list is empty, that explains it, so to fix it, from the login console type:  
`./screenly/bin/upgrade_containers.sh`

post a screenshot of the results of that when it finishes doing what it should, but it should work if that script completes successfuly.

---

<div class="post-metadata">

### Author: ![CChuck](https://avatars.discourse-cdn.com/v4/letter/c/b487fb/32.png) [@CChuck](https://forums.screenly.io/u/CChuck)
#### Post date: [November 17, 2022, 6:42pm UTC](https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882/3 "2022-11-17T18:42:37Z")

</div>

Thank-you, ealmonte32!

When I enter “docker ps” I get “Segmentation fault” .

When I enter ./screenly/bin/upgrade\_containers.sh I get …“line 23: 6079 Segmentaion fault”

 ![Pi-Pi](https://canada1.discourse-cdn.com/flex029/uploads/screenly/original/1X/de183a2d1e3a58191ea1441e4a186abfb406ddc7.jpeg)

Thanks again!!!  
.cc

---

<div class="post-metadata">

### Author: ![ealmonte32](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.screenly.io/ealmonte32/32/228_2.png) [@ealmonte32](https://forums.screenly.io/u/ealmonte32)
#### Post date: [November 17, 2022, 11:15pm UTC](https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882/4 "2022-11-17T23:15:29Z")

</div>

Hmm… I’ve never seen that, you’re trying to install this on a Pi version 1? I cant find anything that says it is supported by docker-ce, try to run `sudo apt install docker-ce` and see what you get…

---

<div class="post-metadata">

### Author: ![CChuck](https://avatars.discourse-cdn.com/v4/letter/c/b487fb/32.png) [@CChuck](https://forums.screenly.io/u/CChuck)
#### Post date: [November 18, 2022, 8:13pm UTC](https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882/5 "2022-11-18T20:13:18Z")

</div>

Thank-you again ealmonte32 !  
I have moved on to a 2017 image found online that has promise (or at least brought up Screenly once LOL). Before the most recent image installation if I entered “docker ce or docker ps” I received "docker is not recognized…yada, yada, yada.  
…will let it rest for the time being. I appreciate your suggestions!!!  
cc 🙂

---

<div class="post-metadata">

### Author: ![c\_wolsey](https://avatars.discourse-cdn.com/v4/letter/c/ce7236/32.png) [@c\_wolsey](https://forums.screenly.io/u/c_wolsey)
#### Post date: [December 4, 2022, 11:15pm UTC](https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882/6 "2022-12-04T23:15:32Z")

</div>

FYI I have just been trying to install screenly on a rpi1 (b) and came up against exactly the same errors.

Which 2017 release did you find that works. Could you let me know the release number / where you found it?

---

<div class="post-metadata">

### Author: ![ealmonte32](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.screenly.io/ealmonte32/32/228_2.png) [@ealmonte32](https://forums.screenly.io/u/ealmonte32)
#### Post date: [December 5, 2022, 1:56pm UTC](https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882/7 "2022-12-05T13:56:27Z")

</div>

Screenly OSE releases can be found on github:  
[Releases · Screenly/screenly-ose (github.com)](https://github.com/Screenly/screenly-ose/releases)

---

<div class="post-metadata">

### Author: ![CChuck](https://avatars.discourse-cdn.com/v4/letter/c/b487fb/32.png) [@CChuck](https://forums.screenly.io/u/CChuck)
#### Post date: [December 5, 2022, 3:35pm UTC](https://forums.screenly.io/t/does-latest-screenly-ose-work-on-2014-b-v1-2-pi/882/8 "2022-12-05T15:35:16Z")

</div>

Hello!  
I had some luck with “2017-11-25-Screenly\_OSE\_4GB” and later with a 2018 release. If I can relocate the exact URL I will send it later. It most likely came from [Screenly · GitHub](https://github.com/screenly).  
NOTE: I noticed a mistake I made a couple of times: once everything was installed and “mostly” working there were times the “active assets” (viewed from entering Pi IP address into browser) were visible but NOT in the active area --even though they were entered and chosen. Hmm?

UPDATE. Open [https://github.com/Screenly/screenly-ose/releases/tag/v0.14](https://github.com/Screenly/screenly-ose/releases/tag/v0.14) and scroll down. The “2018-01-19-Screenly\_OSE\_4GB” image is what works for me at the moment.
