[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
Plum Geek Forum • Pi3 and pixels make filesystem crash! Maybe sovlved
Page 1 of 1

Pi3 and pixels make filesystem crash! Maybe sovlved

Posted: Fri Mar 23, 2018 12:41 pm
by sm7tix
When I light up my rover the filesystem crash and I have to hard reset.
Any one else have this issue?
On the Pi2 it seams to work fine.

Re: Pi3 and pixels make filesystem crash!

Posted: Fri Mar 23, 2018 1:28 pm
by tvoverbeek
Hej sm7tix
Yes, filesystem goes read-only. Have to force reboot which runs filesystem check to repair the file system.
Caused by bad code in pgpixelserver. Working on an alternative implementation.

Re: Pi3 and pixels make filesystem crash!

Posted: Fri Mar 23, 2018 10:32 pm
by sm7tix
Ok. Looking forwards to a new solution.

Re: Pi3 and pixels make filesystem crash!

Posted: Sat Mar 24, 2018 10:22 pm
by sm7tix

Re: Pi3 and pixels make filesystem crash! Maybe sovlved

Posted: Sun Mar 25, 2018 7:34 am
by tvoverbeek
Stefan,

Yes this works.
As I said before, the problem is in the pixelserver code which causes a lot of hanging sockets and animations which never finishes.
Have an alternative working server, but still need to adapt PixAnimation to the new server code.

Using the original Adafruit Python code for the neopixels should work without problems