guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.89k stars 241 forks source link

New Build Not Booting Pi 3 B+ #235

Closed conrad9900 closed 6 years ago

conrad9900 commented 6 years ago

What were you doing?

Writing Image to new 64GB SanDisk SD Card

What did you expect to happen?

To boot to FullPageOS

What happened instead?

Boots past Rainbow landing page, Black Screen after

Was there an error message displayed? What did it say?

No Message, only black screen, Tried a different SD card, still no boot. Formatted the SD card first also

Version of FullPageOS?

2018-06-27-fullpageos-stretch-lite-0.10.0

[Can be found in /etc/fullpageos_version ALWAYS INCLUDE.]

Screenshot(s) showing the problem:

[If applicable. Always include if unsure or reporting UI issues.]

guysoft commented 6 years ago

This is a nightly build that has not been tested yet, please use the released builds to test if they work first.

conrad9900 commented 6 years ago

Ok, will go back to stable build.

jyy1082 commented 6 years ago

I just tried "2018-04-22_2018-04-18-fullpageos-stretch-lite-0.9.0.zip" on 3 B+, but it does not work. It can not boot, just black screen.

guysoft commented 6 years ago

@jyy1082 try the non-acceleration version at: http://unofficialpi.org/Distros/FullPageOS/no-acceleration/nightly/2018-07-22_2018-06-27-fullpageos-no-acceleration-stretch-lite-0.10.0.zip md5: http://unofficialpi.org/Distros/FullPageOS/no-acceleration/nightly/2018-07-22_2018-06-27-fullpageos-no-acceleration-stretch-lite-0.10.0.zip.md5

There are reports with 3B+ acceleration not working on some models, the fact you are based in China might give a good hit this is the issue, because you likely have access to much more diverse hardware there, which I can't test.

jyy1082 commented 6 years ago

The non-acceleration version works. Could you tell me how should I disable GPU when use CustomPiOS to build a non-acceleration image? Thank you!

guysoft commented 6 years ago

The non-acceleration version just disabled the acceleration in the gui module. Its variant is here: https://github.com/guysoft/FullPageOS/tree/devel/src/variants/no-acceleration

You can read about it here: https://github.com/guysoft/FullPageOS#building-using-vagrant

jyy1082 commented 6 years ago

How about I build from Debian and just set "[ -n "$FULLPAGEOS_INCLUDE_ACCELERATION" ] || FULLPAGEOS_INCLUDE_ACCELERATION=no" in this file: https://github.com/guysoft/FullPageOS/blob/devel/src/modules/fullpageos/config ?

guysoft commented 6 years ago

In both cases you are building from debian/raspbian. You can also write it from scratch. The varant and module system are there so you can easily keep your own code separate. You could also add a jjosfolder and append it to the main config file, if you are planning to maintain code against FullPageOS, which I am guessing you are. Read about writing CustomPiOS modules.

jyy1082 commented 6 years ago

Got it. Thanks so much for your support!